match = $match; } /** * @return GoogleCloudDialogflowCxV3Match */ public function getMatch() { return $this->match; } /** * @param GoogleCloudDialogflowCxV3MatchIntentRequest */ public function setMatchIntentRequest(GoogleCloudDialogflowCxV3MatchIntentRequest $matchIntentRequest) { $this->matchIntentRequest = $matchIntentRequest; } /** * @return GoogleCloudDialogflowCxV3MatchIntentRequest */ public function getMatchIntentRequest() { return $this->matchIntentRequest; } /** * @param GoogleCloudDialogflowCxV3OutputAudioConfig */ public function setOutputAudioConfig(GoogleCloudDialogflowCxV3OutputAudioConfig $outputAudioConfig) { $this->outputAudioConfig = $outputAudioConfig; } /** * @return GoogleCloudDialogflowCxV3OutputAudioConfig */ public function getOutputAudioConfig() { return $this->outputAudioConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3FulfillIntentRequest::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillIntentRequest');