Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::AnswerFeedback.
Represents feedback the customer has about the quality & correctness of a certain answer in a conversation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent_assistant_detail_feedback
def agent_assistant_detail_feedback() -> ::Google::Cloud::Dialogflow::V2::AgentAssistantFeedback
Returns
- (::Google::Cloud::Dialogflow::V2::AgentAssistantFeedback) — Detail feedback of agent assist suggestions.
#agent_assistant_detail_feedback=
def agent_assistant_detail_feedback=(value) -> ::Google::Cloud::Dialogflow::V2::AgentAssistantFeedback
Parameter
- value (::Google::Cloud::Dialogflow::V2::AgentAssistantFeedback) — Detail feedback of agent assist suggestions.
Returns
- (::Google::Cloud::Dialogflow::V2::AgentAssistantFeedback) — Detail feedback of agent assist suggestions.
#click_time
def click_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Time when the answer/item was clicked.
#click_time=
def click_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time when the answer/item was clicked.
Returns
- (::Google::Protobuf::Timestamp) — Time when the answer/item was clicked.
#clicked
def clicked() -> ::Boolean
Returns
- (::Boolean) — Indicates whether the answer/item was clicked by the human agent or not. Default to false. For knowledge search and knowledge assist, the answer record is considered to be clicked if the answer was copied or any URI was clicked.
#clicked=
def clicked=(value) -> ::Boolean
Parameter
- value (::Boolean) — Indicates whether the answer/item was clicked by the human agent or not. Default to false. For knowledge search and knowledge assist, the answer record is considered to be clicked if the answer was copied or any URI was clicked.
Returns
- (::Boolean) — Indicates whether the answer/item was clicked by the human agent or not. Default to false. For knowledge search and knowledge assist, the answer record is considered to be clicked if the answer was copied or any URI was clicked.
#correctness_level
def correctness_level() -> ::Google::Cloud::Dialogflow::V2::AnswerFeedback::CorrectnessLevel
Returns
- (::Google::Cloud::Dialogflow::V2::AnswerFeedback::CorrectnessLevel) — The correctness level of the specific answer.
#correctness_level=
def correctness_level=(value) -> ::Google::Cloud::Dialogflow::V2::AnswerFeedback::CorrectnessLevel
Parameter
- value (::Google::Cloud::Dialogflow::V2::AnswerFeedback::CorrectnessLevel) — The correctness level of the specific answer.
Returns
- (::Google::Cloud::Dialogflow::V2::AnswerFeedback::CorrectnessLevel) — The correctness level of the specific answer.
#display_time
def display_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Time when the answer/item was displayed.
#display_time=
def display_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time when the answer/item was displayed.
Returns
- (::Google::Protobuf::Timestamp) — Time when the answer/item was displayed.
#displayed
def displayed() -> ::Boolean
Returns
- (::Boolean) — Indicates whether the answer/item was displayed to the human agent in the agent desktop UI. Default to false.
#displayed=
def displayed=(value) -> ::Boolean
Parameter
- value (::Boolean) — Indicates whether the answer/item was displayed to the human agent in the agent desktop UI. Default to false.
Returns
- (::Boolean) — Indicates whether the answer/item was displayed to the human agent in the agent desktop UI. Default to false.