Class GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest
The request message for Conversations.GenerateStatelessSummary.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest : IDirectResponseSchema
Properties
ConversationProfile
Required. A ConversationProfile containing information required for Summary generation. Required fields: {language_code, security_settings} Optional fields: {agent_assistant_config}
Declaration
[JsonProperty("conversationProfile")]
public virtual GoogleCloudDialogflowV2beta1ConversationProfile ConversationProfile { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1ConversationProfile |
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 generating a Summary. If empty, the latest message of the conversation will be used. The format is specific to the user and the names of the messages provided.
Declaration
[JsonProperty("latestMessage")]
public virtual string LatestMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxContextSize
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("maxContextSize")]
public virtual int? MaxContextSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
StatelessConversation
Required. The conversation to suggest a summary for.
Declaration
[JsonProperty("statelessConversation")]
public virtual GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation StatelessConversation { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation |