Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest

The request message for Participants.SuggestFaqAnswers.

Inheritance
object
GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest
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.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest : IDirectResponseSchema

Properties

AssistQueryParams

Optional. Parameters for a human assist query.

Declaration
[JsonProperty("assistQueryParams")]
public virtual GoogleCloudDialogflowV2beta1AssistQueryParameters AssistQueryParams { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1AssistQueryParameters

ContextSize

Optional. Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 20 and at most 50.

Declaration
[JsonProperty("contextSize")]
public virtual int? ContextSize { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LatestMessage

Optional. The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation. Format: projects//locations//conversations//messages/.

Declaration
[JsonProperty("latestMessage")]
public virtual string LatestMessage { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX