inputAudio = $inputAudio; } public function getInputAudio() { return $this->inputAudio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig */ public function setOutputAudioConfig(Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig $outputAudioConfig) { $this->outputAudioConfig = $outputAudioConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig */ public function getOutputAudioConfig() { return $this->outputAudioConfig; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryInput */ public function setQueryInput(Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryInput $queryInput) { $this->queryInput = $queryInput; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryInput */ public function getQueryInput() { return $this->queryInput; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryParameters */ public function setQueryParams(Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryParameters $queryParams) { $this->queryParams = $queryParams; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryParameters */ public function getQueryParams() { return $this->queryParams; } }