GoogleCloudDialogflowV2AgentAssistantFeedback class
Detail feedback of Agent Assist result.
Constructors
- GoogleCloudDialogflowV2AgentAssistantFeedback({String? answerRelevance, String? documentCorrectness, String? documentEfficiency, GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback? knowledgeAssistFeedback, GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback? knowledgeSearchFeedback, GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback? summarizationFeedback})
- GoogleCloudDialogflowV2AgentAssistantFeedback.fromJson(Map json_)
Properties
- answerRelevance ↔ String?
-
Whether or not the suggested answer is relevant.
getter/setter pair
- documentCorrectness ↔ String?
-
Whether or not the information in the document is correct.
getter/setter pair
- documentEfficiency ↔ String?
-
Whether or not the suggested document is efficient.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- knowledgeAssistFeedback ↔ GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback?
-
Feedback for knowledge assist.
getter/setter pair
- knowledgeSearchFeedback ↔ GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback?
-
Feedback for knowledge search.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- summarizationFeedback ↔ GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback?
-
Feedback for conversation summarization.
getter/setter pair
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