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.
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-01 UTC."],[[["This document provides reference information for the `GenerateStatelessSummaryResponse.Types.Summary` class within the Google Cloud Dialogflow v2beta1 API, which is used to represent a generated summary for a conversation."],["The `Summary` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for message handling, equality checks, deep cloning, and buffer messaging."],["The class has two constructors, one default and another that takes a `Summary` object to copy, and includes properties such as `BaselineModelVersion`, `Text`, and `TextSections` to manage summary data."],["The `BaselineModelVersion` property contains the specific model version used for generating the summary, which can be an empty string, whereas the `Text` property contains the summary as a single string."],["The `TextSections` property allows the summary content to be segmented into different sections, each identified by a name, providing a structured way to present the summary."]]],[]]