GoogleCloudDialogflowV2SuggestionResult class

One response of different type of suggestion response which is used in the response of Participants.AnalyzeContent and Participants.AnalyzeContent, as well as HumanAgentAssistantEvent.

Properties

error GoogleRpcStatus?
Error status if the request failed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestArticlesResponse GoogleCloudDialogflowV2SuggestArticlesResponse?
SuggestArticlesResponse if request is for ARTICLE_SUGGESTION.
getter/setter pair
suggestFaqAnswersResponse GoogleCloudDialogflowV2SuggestFaqAnswersResponse?
SuggestFaqAnswersResponse if request is for FAQ_ANSWER.
getter/setter pair
suggestSmartRepliesResponse GoogleCloudDialogflowV2SuggestSmartRepliesResponse?
SuggestSmartRepliesResponse if request is for SMART_REPLY.
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