displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param GoogleCloudDialogflowCxV3GeneratorModelParameter */ public function setModelParameter(GoogleCloudDialogflowCxV3GeneratorModelParameter $modelParameter) { $this->modelParameter = $modelParameter; } /** * @return GoogleCloudDialogflowCxV3GeneratorModelParameter */ public function getModelParameter() { return $this->modelParameter; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudDialogflowCxV3GeneratorPlaceholder[] */ public function setPlaceholders($placeholders) { $this->placeholders = $placeholders; } /** * @return GoogleCloudDialogflowCxV3GeneratorPlaceholder[] */ public function getPlaceholders() { return $this->placeholders; } /** * @param GoogleCloudDialogflowCxV3Phrase */ public function setPromptText(GoogleCloudDialogflowCxV3Phrase $promptText) { $this->promptText = $promptText; } /** * @return GoogleCloudDialogflowCxV3Phrase */ public function getPromptText() { return $this->promptText; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3Generator::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Generator');