Google Cloud Dialogflow v2beta1 API - Class GenerateStatelessSummaryResponse.Types.Summary (1.0.0-beta15)

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 v2beta1 API class GenerateStatelessSummaryResponse.Types.Summary.

Generated summary for a conversation.

Inheritance

object > GenerateStatelessSummaryResponse.Types.Summary

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

Summary()

public Summary()

Summary(Summary)

public Summary(GenerateStatelessSummaryResponse.Types.Summary other)
Parameter
NameDescription
otherGenerateStatelessSummaryResponseTypesSummary

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
TypeDescription
string

Text

public string Text { get; set; }

The summary content that is concatenated into one string.

Property Value
TypeDescription
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
TypeDescription
MapFieldstringstring