Class: Google::Cloud::Dialogflow::V2::AnswerFeedback
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::AnswerFeedback
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/answer_record.rb
Overview
Represents feedback the customer has about the quality & correctness of a certain answer in a conversation.
Defined Under Namespace
Modules: CorrectnessLevel
Instance Attribute Summary collapse
-
#agent_assistant_detail_feedback ⇒ ::Google::Cloud::Dialogflow::V2::AgentAssistantFeedback
Detail feedback of agent assist suggestions.
-
#click_time ⇒ ::Google::Protobuf::Timestamp
Time when the answer/item was clicked.
-
#clicked ⇒ ::Boolean
Indicates whether the answer/item was clicked by the human agent or not.
-
#correctness_level ⇒ ::Google::Cloud::Dialogflow::V2::AnswerFeedback::CorrectnessLevel
The correctness level of the specific answer.
-
#display_time ⇒ ::Google::Protobuf::Timestamp
Time when the answer/item was displayed.
-
#displayed ⇒ ::Boolean
Indicates whether the answer/item was displayed to the human agent in the agent desktop UI.
Instance Attribute Details
#agent_assistant_detail_feedback ⇒ ::Google::Cloud::Dialogflow::V2::AgentAssistantFeedback
Returns Detail feedback of agent assist suggestions.
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 154 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 |
#click_time ⇒ ::Google::Protobuf::Timestamp
Returns Time when the answer/item was clicked.
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 154 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 |
#clicked ⇒ ::Boolean
Returns Indicates whether the answer/item was clicked by the human agent or not. Default to false.
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 154 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::Dialogflow::V2::AnswerFeedback::CorrectnessLevel
Returns The correctness level of the specific answer.
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 154 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 |
#display_time ⇒ ::Google::Protobuf::Timestamp
Returns Time when the answer/item was displayed.
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 154 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 the answer/item was displayed to the human agent in the agent desktop UI. Default to false.
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 154 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 |