Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DialogflowSource

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

A Dialogflow source of conversation data.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1DialogflowSource

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1DialogflowSource.



4479
4480
4481
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4479

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#audio_uriString

Cloud Storage URI that points to a file that contains the conversation audio. Corresponds to the JSON property audioUri

Returns:

  • (String)


4470
4471
4472
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4470

def audio_uri
  @audio_uri
end

#dialogflow_conversationString

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

Returns:

  • (String)


4477
4478
4479
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4477

def dialogflow_conversation
  @dialogflow_conversation
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4484
4485
4486
4487
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4484

def update!(**args)
  @audio_uri = args[:audio_uri] if args.key?(:audio_uri)
  @dialogflow_conversation = args[:dialogflow_conversation] if args.key?(:dialogflow_conversation)
end