Class: Google::Cloud::ContactCenterInsights::V1::Conversation::Transcript::TranscriptSegment::DialogflowSegmentMetadata
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::Conversation::Transcript::TranscriptSegment::DialogflowSegmentMetadata
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
 
Overview
Metadata from Dialogflow relating to the current transcript segment.
Instance Attribute Summary collapse
- 
  
    
      #smart_reply_allowlist_covered  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the transcript segment was covered under the configured smart reply allowlist in Agent Assist.
 
Instance Attribute Details
#smart_reply_allowlist_covered ⇒ ::Boolean
Returns Whether the transcript segment was covered under the configured smart reply allowlist in Agent Assist.
      223 224 225 226  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 223 class DialogflowSegmentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |