actions = $actions; } /** * @return GoogleCloudDiscoveryengineV1AnswerStepAction[] */ public function getActions() { return $this->actions; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param string */ public function setThought($thought) { $this->thought = $thought; } /** * @return string */ public function getThought() { return $this->thought; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1AnswerStep::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1AnswerStep');