Class GoogleCloudDialogflowV2SuggestConversationSummaryRequest
The request message for Conversations.SuggestConversationSummary.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SuggestConversationSummaryRequest : IDirectResponseSchema
Properties
AssistQueryParams
Optional. Parameters for a human assist query. Only used for POC/demo purpose.
Declaration
[JsonProperty("assistQueryParams")]
public virtual GoogleCloudDialogflowV2AssistQueryParameters AssistQueryParams { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2AssistQueryParameters |
ContextSize
Optional. Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 500 and at most 1000.
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 used as context for compiling suggestion. If empty,
the latest message of the conversation will be used. Format:
projects//locations//conversations//messages/
.
Declaration
[JsonProperty("latestMessage")]
public virtual string LatestMessage { get; set; }
Property Value
Type | Description |
---|---|
string |