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-03-21 UTC."],[[["The webpage provides reference documentation and code samples for the `GenerateStatelessSummaryResponse.Types.Summary` class within the Google Cloud Dialogflow v2 API, which is designed to generate a summary for a conversation."],["The `GenerateStatelessSummaryResponse.Types.Summary` class is implemented by utilizing multiple interfaces, namely IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The documentation displays a comprehensive list of available versions, starting with the latest version (4.26.0) and descending to version 3.2.0."],["The class has properties such as `BaselineModelVersion`, `Text`, and `TextSections`, which are used to store data about the model used for summarization, the summary text, and the text divided into sections, respectively."],["The class has two constructors: a default constructor and a copy constructor that takes another instance of `GenerateStatelessSummaryResponse.Types.Summary` as an argument, allowing for creating a new summary object or copying an existing one."]]],[]]