GoogleCloudDialogflowV2AnswerRecord class
Answer records are records to manage answer history and feedbacks for Dialogflow.
Currently, answer record includes: - human agent assistant article
suggestion - human agent assistant faq article It doesn't include: -
DetectIntent
intent matching - DetectIntent
knowledge Answer records are
not related to the conversation history in the Dialogflow Console. A Record
is generated even when the end-user disables conversation history in the
console. Records are created when there's a human agent assistant suggestion
generated. A typical workflow for customers provide feedback to an answer
is: 1. For human agent assistant, customers get suggestion via
ListSuggestions API. Together with the answers, AnswerRecord.name are
returned to the customers. 2. The customer uses the AnswerRecord.name to
call the UpdateAnswerRecord method to send feedback about a specific answer
that they believe is wrong.
Constructors
- GoogleCloudDialogflowV2AnswerRecord({GoogleCloudDialogflowV2AgentAssistantRecord? agentAssistantRecord, GoogleCloudDialogflowV2AnswerFeedback? answerFeedback, String? name})
- GoogleCloudDialogflowV2AnswerRecord.fromJson(Map json_)
Properties
- agentAssistantRecord ↔ GoogleCloudDialogflowV2AgentAssistantRecord?
-
The record for human agent assistant.
getter/setter pair
- answerFeedback ↔ GoogleCloudDialogflowV2AnswerFeedback?
-
The AnswerFeedback for this record.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The unique identifier of this answer record.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited