conversation = $conversation; } /** * @return string */ public function getConversation() { return $this->conversation; } /** * @param string */ public function setParticipant($participant) { $this->participant = $participant; } /** * @return string */ public function getParticipant() { return $this->participant; } /** * @param GoogleCloudDialogflowV2beta1SuggestionResult[] */ public function setSuggestionResults($suggestionResults) { $this->suggestionResults = $suggestionResults; } /** * @return GoogleCloudDialogflowV2beta1SuggestionResult[] */ public function getSuggestionResults() { return $this->suggestionResults; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent');