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 v2 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-09 UTC."],[[["The page provides reference documentation for the `GenerateStatelessSummaryResponse.Types.Summary` class within the Google Cloud Dialogflow v2 API, including its implementation details and available versions."],["The `GenerateStatelessSummaryResponse.Types.Summary` class is used to represent a generated summary for a conversation, which implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the inheritance hierarchy, indicating that the `Summary` class inherits from `object` and provides the methods `GetHashCode()`, `GetType()`, and `ToString()`, along with its own methods."],["The available versions of this class are listed from version 4.26.0 (latest) down to 3.2.0, allowing users to access documentation for specific releases."],["The class includes properties like `BaselineModelVersion`, `Text`, and `TextSections`, which are used to access the summary's version, content as a single string, and segmented content, respectively."]]],[]]