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.
1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1382 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.
1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1382 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.
1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1382 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 |