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-02 UTC."],[[["This documentation is for the `GenerateStatelessSummaryResponse.Types.Summary` class within the Google Cloud Dialogflow v2beta1 API, specifically for generating summaries of conversations."],["The `Summary` class, found in the `Google.Cloud.Dialogflow.V2Beta1` namespace, is a sealed class implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Summary` class include `BaselineModelVersion`, which indicates the model used for generation, `Text`, which contains the concatenated summary content, and `TextSections`, which provides the summary divided into named sections."],["The class provides two constructors: one default constructor (`Summary()`) and another that accepts an existing Summary object for copying (`Summary(GenerateStatelessSummaryResponse.Types.Summary other)`)."],["This class is part of the Google.Cloud.Dialogflow.V2Beta1.dll assembly, with the latest beta version being 1.0.0-beta23."]]],[]]