Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudDialogflowV2SuggestionResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.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

GenerateSuggestionsResponse

Suggestions generated using generators triggered by customer or agent messages.

Declaration
[JsonProperty("generateSuggestionsResponse")]
public virtual GoogleCloudDialogflowV2GenerateSuggestionsResponse GenerateSuggestionsResponse { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2GenerateSuggestionsResponse

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX