Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata
 
 
- Includes:
 - Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb 
Overview
Metadata from Dialogflow relating to the current transcript segment.
Instance Attribute Summary collapse
- 
  
    
      #smart_reply_allowlist_covered  ⇒ Boolean 
    
    
      (also: #smart_reply_allowlist_covered?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the transcript segment was covered under the configured smart reply allowlist in Agent Assist.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata
Returns a new instance of GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata.
      1343 1344 1345  | 
    
      # File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1343 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#smart_reply_allowlist_covered ⇒ Boolean Also known as: smart_reply_allowlist_covered?
Whether the transcript segment was covered under the configured smart reply
allowlist in Agent Assist.
Corresponds to the JSON property smartReplyAllowlistCovered
      1340 1341 1342  | 
    
      # File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1340 def smart_reply_allowlist_covered @smart_reply_allowlist_covered end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1348 1349 1350  | 
    
      # File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1348 def update!(**args) @smart_reply_allowlist_covered = args[:smart_reply_allowlist_covered] if args.key?(:smart_reply_allowlist_covered) end  |