Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::AnswerFeedback (v0.15.2)

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

#agent_assistant_detail_feedback=

def agent_assistant_detail_feedback=(value) -> ::Google::Cloud::Dialogflow::V2::AgentAssistantFeedback
Parameter
Returns

#click_time

def click_time() -> ::Google::Protobuf::Timestamp
Returns

#click_time=

def click_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#clicked

def clicked() -> ::Boolean
Returns
  • (::Boolean) — Indicates whether the answer/item was clicked by the human agent or not. Default to false.

#clicked=

def clicked=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Indicates whether the answer/item was clicked by the human agent or not. Default to false.
Returns
  • (::Boolean) — Indicates whether the answer/item was clicked by the human agent or not. Default to false.

#correctness_level

def correctness_level() -> ::Google::Cloud::Dialogflow::V2::AnswerFeedback::CorrectnessLevel
Returns

#correctness_level=

def correctness_level=(value) -> ::Google::Cloud::Dialogflow::V2::AnswerFeedback::CorrectnessLevel
Parameter
Returns

#display_time

def display_time() -> ::Google::Protobuf::Timestamp
Returns

#display_time=

def display_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#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.