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."],[[["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 multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, offers functionality for summarizing conversation content."],["The page lists available versions of the Dialogflow V2 API, ranging from the latest 4.26.0 down to version 3.2.0, offering links to view each version's specific documentation for the `GenerateStatelessSummaryResponse.Types.Summary`."],["The `GenerateStatelessSummaryResponse.Types.Summary` class offers properties to access summary content, such as `Text` for a concatenated string summary and `TextSections` for a summary divided into named sections, and also a `BaselineModelVersion` property."],["The namespace, assembly, constructors and inherited members of the `GenerateStatelessSummaryResponse.Types.Summary` class are provided, as well as the implemented interfaces and methods within the class."]]],[]]