outputAudio = $outputAudio; } public function getOutputAudio() { return $this->outputAudio; } /** * @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_GoogleCloudDialogflowV2QueryResult */ public function setQueryResult(Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryResult $queryResult) { $this->queryResult = $queryResult; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryResult */ public function getQueryResult() { return $this->queryResult; } public function setResponseId($responseId) { $this->responseId = $responseId; } public function getResponseId() { return $this->responseId; } /** * @param Google_Service_Dialogflow_GoogleRpcStatus */ public function setWebhookStatus(Google_Service_Dialogflow_GoogleRpcStatus $webhookStatus) { $this->webhookStatus = $webhookStatus; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus */ public function getWebhookStatus() { return $this->webhookStatus; } }