Class: Google::Cloud::ContactCenterInsights::V1::SmartComposeSuggestionData
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::SmartComposeSuggestionData
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
 
Overview
Agent Assist Smart Compose suggestion data.
Defined Under Namespace
Classes: MetadataEntry
Instance Attribute Summary collapse
- 
  
    
      #confidence_score  ⇒ ::Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The system's confidence score that this suggestion is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
 - 
  
    
      #metadata  ⇒ ::Google::Protobuf::Map{::String => ::String} 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Map that contains metadata about the Smart Compose suggestion and the document from which it originates.
 - 
  
    
      #query_record  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the answer record.
 - 
  
    
      #suggestion  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The content of the suggestion.
 
Instance Attribute Details
#confidence_score ⇒ ::Float
Returns The system's confidence score that this suggestion is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
      1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1318 class SmartComposeSuggestionData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end  | 
  
#metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Map that contains metadata about the Smart Compose suggestion and the document from which it originates.
      1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1318 class SmartComposeSuggestionData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end  | 
  
#query_record ⇒ ::String
Returns The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}.
      1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1318 class SmartComposeSuggestionData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end  | 
  
#suggestion ⇒ ::String
Returns The content of the suggestion.
      1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1318 class SmartComposeSuggestionData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end  |