public sealed class GenerateStatelessSummaryResponse.Types.Summary : IMessage<GenerateStatelessSummaryResponse.Types.Summary>, IEquatable<GenerateStatelessSummaryResponse.Types.Summary>, IDeepCloneable<GenerateStatelessSummaryResponse.Types.Summary>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GenerateStatelessSummaryResponse.Types.Summary.
Generated summary for a conversation.
Implements
IMessageGenerateStatelessSummaryResponseTypesSummary, IEquatableGenerateStatelessSummaryResponseTypesSummary, IDeepCloneableGenerateStatelessSummaryResponseTypesSummary, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
Summary()
public Summary()
Summary(Summary)
public Summary(GenerateStatelessSummaryResponse.Types.Summary other)
Parameter | |
---|---|
Name | Description |
other | GenerateStatelessSummaryResponseTypesSummary |
Properties
Text
public string Text { get; set; }
The summary content that is concatenated into one string.
Property Value | |
---|---|
Type | Description |
string |
TextSections
public MapField<string, string> TextSections { get; }
The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |