model = $model; } /** * @return string */ public function getModel() { return $this->model; } /** * @param string */ public function setPromptText($promptText) { $this->promptText = $promptText; } /** * @return string */ public function getPromptText() { return $this->promptText; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3LlmModelSettings::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3LlmModelSettings');