Class GoogleCloudDialogflowV2SuggestionResult
One response of different type of suggestion response which is used in the response of Participants.AnalyzeContent and Participants.AnalyzeContent, as well as HumanAgentAssistantEvent.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2SuggestionResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Error status if the request failed.
Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |
SuggestArticlesResponse
SuggestArticlesResponse if request is for ARTICLE_SUGGESTION.
Declaration
[JsonProperty("suggestArticlesResponse")]
public virtual GoogleCloudDialogflowV2SuggestArticlesResponse SuggestArticlesResponse { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2SuggestArticlesResponse |
SuggestFaqAnswersResponse
SuggestFaqAnswersResponse if request is for FAQ_ANSWER.
Declaration
[JsonProperty("suggestFaqAnswersResponse")]
public virtual GoogleCloudDialogflowV2SuggestFaqAnswersResponse SuggestFaqAnswersResponse { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2SuggestFaqAnswersResponse |
SuggestKnowledgeAssistResponse
SuggestKnowledgeAssistResponse if request is for KNOWLEDGE_ASSIST.
Declaration
[JsonProperty("suggestKnowledgeAssistResponse")]
public virtual GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse SuggestKnowledgeAssistResponse { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse |
SuggestSmartRepliesResponse
SuggestSmartRepliesResponse if request is for SMART_REPLY.
Declaration
[JsonProperty("suggestSmartRepliesResponse")]
public virtual GoogleCloudDialogflowV2SuggestSmartRepliesResponse SuggestSmartRepliesResponse { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2SuggestSmartRepliesResponse |