id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * Custom placeholder value in the prompt text. * * @param string $name */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3GeneratorPlaceholder::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3GeneratorPlaceholder');