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 v2 API class SuggestConversationSummaryResponse.Types.Summary.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `SuggestConversationSummaryResponse.Types.Summary` class within the Google Cloud Dialogflow v2 API, detailing its properties, inheritance, and implementations."],["The `SuggestConversationSummaryResponse.Types.Summary` class is used to represent a generated summary for a conversation, providing methods and properties such as `AnswerRecord`, `BaselineModelVersion`, `Text`, and `TextSections`."],["The documentation lists different versions of the Dialogflow v2 API, ranging from version 4.26.0 (latest) down to 3.2.0, for which the `SuggestConversationSummaryResponse.Types.Summary` class documentation is available."],["The `SuggestConversationSummaryResponse.Types.Summary` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from the base `object` class, providing several methods."],["The webpage also provides detailed descriptions of the constructors for the `SuggestConversationSummaryResponse.Types.Summary` class, including `Summary()` and `Summary(SuggestConversationSummaryResponse.Types.Summary other)`."]]],[]]