Class: Google::Cloud::ContactCenterInsights::V1::IntentMatchData
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::IntentMatchData
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
 
Overview
The data for an intent match. Represents an intent match for a text segment in the conversation. A text segment can be part of a sentence, a complete sentence, or an utterance with multiple sentences.
Instance Attribute Summary collapse
- 
  
    
      #intent_unique_id  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The id of the matched intent.
 
Instance Attribute Details
#intent_unique_id ⇒ ::String
Returns The id of the matched intent. Can be used to retrieve the corresponding intent information.
      698 699 700 701  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 698 class IntentMatchData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |