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
BaselineModelVersion
public string BaselineModelVersion { get; set; }
The baseline model version used to generate this summary. It is empty if a baseline model was not used to generate this summary.
Property Value | |
---|---|
Type | Description |
string |
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 |