audioUri = $audioUri; } /** * @return string */ public function getAudioUri() { return $this->audioUri; } /** * Output only. The name of the Dialogflow conversation that this conversation * resource is derived from. Format: * projects/{project}/locations/{location}/conversations/{conversation} * * @param string $dialogflowConversation */ public function setDialogflowConversation($dialogflowConversation) { $this->dialogflowConversation = $dialogflowConversation; } /** * @return string */ public function getDialogflowConversation() { return $this->dialogflowConversation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1mainDialogflowSource::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1mainDialogflowSource');