Class: Google::Cloud::ContactCenterInsights::V1::DialogflowSource
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::DialogflowSource
- 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
-
#audio_uri ⇒ ::String
Cloud Storage URI that points to a file that contains the conversation audio.
-
#dialogflow_conversation ⇒ ::String
readonly
Output only.
Instance Attribute Details
#audio_uri ⇒ ::String
Returns Cloud Storage URI that points to a file that contains the conversation audio.
283 284 285 286 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 283 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}.
283 284 285 286 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 283 class DialogflowSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |