Class: Google::Cloud::ContactCenterInsights::V1::AnswerFeedback
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::AnswerFeedback
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
 
Overview
The feedback that the customer has about a certain answer in the conversation.
Defined Under Namespace
Modules: CorrectnessLevel
Instance Attribute Summary collapse
- 
  
    
      #clicked  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether an answer or item was clicked by the human agent.
 - 
  
    
      #correctness_level  ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnswerFeedback::CorrectnessLevel 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The correctness level of an answer.
 - 
  
    
      #displayed  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether an answer or item was displayed to the human agent in the agent desktop UI.
 
Instance Attribute Details
#clicked ⇒ ::Boolean
Returns Indicates whether an answer or item was clicked by the human agent.
      1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1168 class AnswerFeedback include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The correctness level of an answer. module CorrectnessLevel # Correctness level unspecified. CORRECTNESS_LEVEL_UNSPECIFIED = 0 # Answer is totally wrong. NOT_CORRECT = 1 # Answer is partially correct. PARTIALLY_CORRECT = 2 # Answer is fully correct. FULLY_CORRECT = 3 end end  | 
  
#correctness_level ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnswerFeedback::CorrectnessLevel
Returns The correctness level of an answer.
      1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1168 class AnswerFeedback include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The correctness level of an answer. module CorrectnessLevel # Correctness level unspecified. CORRECTNESS_LEVEL_UNSPECIFIED = 0 # Answer is totally wrong. NOT_CORRECT = 1 # Answer is partially correct. PARTIALLY_CORRECT = 2 # Answer is fully correct. FULLY_CORRECT = 3 end end  | 
  
#displayed ⇒ ::Boolean
Returns Indicates whether an answer or item was displayed to the human agent in the agent desktop UI.
      1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1168 class AnswerFeedback include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The correctness level of an answer. module CorrectnessLevel # Correctness level unspecified. CORRECTNESS_LEVEL_UNSPECIFIED = 0 # Answer is totally wrong. NOT_CORRECT = 1 # Answer is partially correct. PARTIALLY_CORRECT = 2 # Answer is fully correct. FULLY_CORRECT = 3 end end  |