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-03-21 UTC."],[[["This document provides reference documentation for the `GenerateStatelessSummaryResponse.Types.Summary` class within the Google Cloud Dialogflow v2beta1 API, detailing its purpose, inheritance, and implementation."],["The `GenerateStatelessSummaryResponse.Types.Summary` class is used to represent a generated summary for a conversation within the Google Cloud Dialogflow API."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google Protobuf and .NET frameworks."],["The class offers two constructors: a default constructor `Summary()` and a copy constructor `Summary(Summary)`, to create instances of the class with different initialization requirements."],["The `GenerateStatelessSummaryResponse.Types.Summary` class has three key properties: `BaselineModelVersion` representing the model used for summary generation, `Text` containing the full summary content, and `TextSections` storing the content divided by sections."]]],[]]