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.
Constructors
- GoogleCloudDialogflowV2SuggestionResult({GoogleRpcStatus? error, GoogleCloudDialogflowV2SuggestArticlesResponse? suggestArticlesResponse, GoogleCloudDialogflowV2SuggestFaqAnswersResponse? suggestFaqAnswersResponse, GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse? suggestKnowledgeAssistResponse, GoogleCloudDialogflowV2SuggestSmartRepliesResponse? suggestSmartRepliesResponse})
- GoogleCloudDialogflowV2SuggestionResult.fromJson(Map json_)
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
- suggestKnowledgeAssistResponse ↔ GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse?
-
SuggestKnowledgeAssistResponse if request is for KNOWLEDGE_ASSIST.
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