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-02 UTC."],[[["This webpage provides reference documentation for the `GenerateStatelessSummaryResponse.Types.Summary` class within the Google Cloud Dialogflow v2 API, detailing its purpose as a generated summary for conversations."],["The page lists multiple versions of the API, ranging from version 3.2.0 to the latest version 4.26.0, allowing users to access specific API versions for the `GenerateStatelessSummaryResponse.Types.Summary` class."],["The `GenerateStatelessSummaryResponse.Types.Summary` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The `Summary` class has properties such as `BaselineModelVersion`, a string indicating the model used to generate the summary, `Text`, the concatenated summary content, and `TextSections`, a map containing named sections and their content."],["The class offers two constructors: a parameterless one (`Summary()`) and one that takes another `Summary` object as a parameter to duplicate it."]]],[]]