responseTemplate = $responseTemplate; } /** * @return string */ public function getResponseTemplate() { return $this->responseTemplate; } /** * Optional. The resource name of the Model Armor Template for sanitizing user * prompts. Format: * projects/{project}/locations/{location}/templates/{template_id} If not * specified, no sanitization will be applied to the user prompt. * * @param string $userPromptTemplate */ public function setUserPromptTemplate($userPromptTemplate) { $this->userPromptTemplate = $userPromptTemplate; } /** * @return string */ public function getUserPromptTemplate() { return $this->userPromptTemplate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig');