Class: Google::Cloud::ContactCenterInsights::V1::DialogflowSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

A Dialogflow source of conversation data.

Instance Attribute Summary collapse

Instance Attribute Details

#audio_uri::String

Returns Cloud Storage URI that points to a file that contains the conversation audio.

Returns:

  • (::String)

    Cloud Storage URI that points to a file that contains the conversation audio.



253
254
255
256
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 253

class DialogflowSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#dialogflow_conversation::String (readonly)

Returns Output only. The name of the Dialogflow conversation that this conversation resource is derived from. Format: projects/{project}/locations/{location}/conversations/{conversation}.

Returns:

  • (::String)

    Output only. The name of the Dialogflow conversation that this conversation resource is derived from. Format: projects/{project}/locations/{location}/conversations/{conversation}



253
254
255
256
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 253

class DialogflowSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end