audioConfig = $audioConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2InputAudioConfig */ public function getAudioConfig() { return $this->audioConfig; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2EventInput */ public function setEvent(Google_Service_Dialogflow_GoogleCloudDialogflowV2EventInput $event) { $this->event = $event; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EventInput */ public function getEvent() { return $this->event; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2TextInput */ public function setText(Google_Service_Dialogflow_GoogleCloudDialogflowV2TextInput $text) { $this->text = $text; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2TextInput */ public function getText() { return $this->text; } }