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.
      323 324 325 326  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 323 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}.
      323 324 325 326  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 323 class DialogflowSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |