Google Cloud Dialogflow v2 API - Class SuggestConversationSummaryResponse.Types.Summary (4.7.0)

public sealed class 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 v2 API class SuggestConversationSummaryResponse.Types.Summary.

Generated summary for a conversation.

Inheritance

Object > SuggestConversationSummaryResponse.Types.Summary

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

Summary()

public Summary()

Summary(SuggestConversationSummaryResponse.Types.Summary)

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

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

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
MapField<String, String>