public sealed class GenerateStatelessSummaryResponse : IMessage<GenerateStatelessSummaryResponse>, IEquatable<GenerateStatelessSummaryResponse>, IDeepCloneable<GenerateStatelessSummaryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GenerateStatelessSummaryResponse.
The response message for [Conversations.GenerateStatelessSummary][google.cloud.dialogflow.v2beta1.Conversations.GenerateStatelessSummary].
Implements
IMessageGenerateStatelessSummaryResponse, IEquatableGenerateStatelessSummaryResponse, IDeepCloneableGenerateStatelessSummaryResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
GenerateStatelessSummaryResponse()
public GenerateStatelessSummaryResponse()
GenerateStatelessSummaryResponse(GenerateStatelessSummaryResponse)
public GenerateStatelessSummaryResponse(GenerateStatelessSummaryResponse other)
Parameter | |
---|---|
Name | Description |
other |
GenerateStatelessSummaryResponse |
Properties
ContextSize
public int ContextSize { get; set; }
Number of messages prior to and including [last_conversation_message][] used to compile the suggestion. It may be smaller than the [GenerateStatelessSummaryRequest.context_size][] field in the request if there weren't that many messages in the conversation.
Property Value | |
---|---|
Type | Description |
int |
LatestMessage
public string LatestMessage { get; set; }
The name of the latest conversation message used as context for compiling suggestion. The format is specific to the user and the names of the messages provided.
Property Value | |
---|---|
Type | Description |
string |
LatestMessageAsMessageName
public MessageName LatestMessageAsMessageName { get; set; }
MessageName-typed view over the LatestMessage resource name property.
Property Value | |
---|---|
Type | Description |
MessageName |
Summary
public GenerateStatelessSummaryResponse.Types.Summary Summary { get; set; }
Generated summary.
Property Value | |
---|---|
Type | Description |
GenerateStatelessSummaryResponseTypesSummary |