class Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DialogflowSource
A Dialogflow source of conversation data.
Attributes
audio_uri[RW]
Cloud Storage URI that points to a file that contains the conversation audio. Corresponds to the JSON property `audioUri` @return [String]
dialogflow_conversation[RW]
Output only. The name of the Dialogflow conversation that this conversation resource is derived from. Format: projects/`project`/locations/`location`/ conversations/`conversation` Corresponds to the JSON property `dialogflowConversation` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 1081 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 1086 def update!(**args) @audio_uri = args[:audio_uri] if args.key?(:audio_uri) @dialogflow_conversation = args[:dialogflow_conversation] if args.key?(:dialogflow_conversation) end