Google Cloud Dialogflow v2 API - Class GenerateStatelessSummaryRequest (4.18.0)

public sealed class GenerateStatelessSummaryRequest : IMessage<GenerateStatelessSummaryRequest>, IEquatable<GenerateStatelessSummaryRequest>, IDeepCloneable<GenerateStatelessSummaryRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GenerateStatelessSummaryRequest.

The request message for [Conversations.GenerateStatelessSummary][google.cloud.dialogflow.v2.Conversations.GenerateStatelessSummary].

Inheritance

object > GenerateStatelessSummaryRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

GenerateStatelessSummaryRequest()

public GenerateStatelessSummaryRequest()

GenerateStatelessSummaryRequest(GenerateStatelessSummaryRequest)

public GenerateStatelessSummaryRequest(GenerateStatelessSummaryRequest other)
Parameter
NameDescription
otherGenerateStatelessSummaryRequest

Properties

ConversationProfile

public ConversationProfile ConversationProfile { get; set; }

Required. A ConversationProfile containing information required for Summary generation. Required fields: {language_code, security_settings} Optional fields: {agent_assistant_config}

Property Value
TypeDescription
ConversationProfile

LatestMessage

public string LatestMessage { get; set; }

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.

Property Value
TypeDescription
string

LatestMessageAsMessageName

public MessageName LatestMessageAsMessageName { get; set; }

MessageName-typed view over the LatestMessage resource name property.

Property Value
TypeDescription
MessageName

MaxContextSize

public int MaxContextSize { get; set; }

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.

Property Value
TypeDescription
int

StatelessConversation

public GenerateStatelessSummaryRequest.Types.MinimalConversation StatelessConversation { get; set; }

Required. The conversation to suggest a summary for.

Property Value
TypeDescription
GenerateStatelessSummaryRequestTypesMinimalConversation