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."],[[["This webpage provides reference documentation for the `GenerateStatelessSummaryResponse.Types.Summary` class within the Google Cloud Dialogflow v2 API, detailing its structure and functionality for generating conversation summaries."],["The `GenerateStatelessSummaryResponse.Types.Summary` class, which implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to store and manage the generated summaries for conversations."],["This class offers methods such as `Summary()` and `Summary(GenerateStatelessSummaryResponse.Types.Summary other)` for construction, and allows interaction with properties such as `BaselineModelVersion`, `Text`, and `TextSections`."],["A comprehensive list of available versions of the Google.Cloud.Dialogflow.V2 package is provided, ranging from version 4.26.0 (latest) down to version 3.2.0, with each version linking to its respective documentation."],["The generated summary for a conversation can be represented as a single string or divided into multiple sections, with section names and their content being stored in the `TextSections` property."]]],[]]