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.
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-04-02 UTC."],[[["This document provides reference documentation for the `SuggestConversationSummaryResponse.Types.Summary` class within the Google Cloud Dialogflow v2beta1 API, specifically in version 1.0.0-beta16, as well as the latest beta version 1.0.0-beta23."],["The `SuggestConversationSummaryResponse.Types.Summary` class is used to represent a generated summary for a conversation, inheriting from the `object` class and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `AnswerRecord`, `BaselineModelVersion`, `Text`, and `TextSections`, offering different ways to access and structure the conversation summary, including the related answer record, model version, a single string, and a map of sections."],["This class includes two constructors, one default constructor `Summary()`, and another that will take a `SuggestConversationSummaryResponse.Types.Summary` object as a parameter, `Summary(SuggestConversationSummaryResponse.Types.Summary other)` to copy the content of that object into the newly created one."],["The `TextSections` property of `SuggestConversationSummaryResponse.Types.Summary` is a `MapField` that allows for the summary content to be split into different sections with a key-value pair format, with both being strings."]]],[]]