currentPage = $currentPage; } /** * @return GoogleCloudDialogflowCxV3Page */ public function getCurrentPage() { return $this->currentPage; } /** * @param GoogleCloudDialogflowCxV3Match[] */ public function setMatches($matches) { $this->matches = $matches; } /** * @return GoogleCloudDialogflowCxV3Match[] */ public function getMatches() { return $this->matches; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } /** * @param string */ public function setTranscript($transcript) { $this->transcript = $transcript; } /** * @return string */ public function getTranscript() { return $this->transcript; } /** * @param string */ public function setTriggerEvent($triggerEvent) { $this->triggerEvent = $triggerEvent; } /** * @return string */ public function getTriggerEvent() { return $this->triggerEvent; } /** * @param string */ public function setTriggerIntent($triggerIntent) { $this->triggerIntent = $triggerIntent; } /** * @return string */ public function getTriggerIntent() { return $this->triggerIntent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3MatchIntentResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3MatchIntentResponse');