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

public sealed class SuggestConversationSummaryResponse.Types.Summary : IMessage<SuggestConversationSummaryResponse.Types.Summary>, IEquatable<SuggestConversationSummaryResponse.Types.Summary>, IDeepCloneable<SuggestConversationSummaryResponse.Types.Summary>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SuggestConversationSummaryResponse.Types.Summary.

Generated summary for a conversation.

Inheritance

object > SuggestConversationSummaryResponse.Types.Summary

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

Summary()

public Summary()

Summary(Summary)

public Summary(SuggestConversationSummaryResponse.Types.Summary other)
Parameter
NameDescription
otherSuggestConversationSummaryResponseTypesSummary

Properties

AnswerRecord

public string AnswerRecord { get; set; }

The name of the answer record. Format: "projects/<Project ID>/answerRecords/<Answer Record ID>"

Property Value
TypeDescription
string

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