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 latest version of the Google Cloud Dialogflow v2 API available is 4.26.0."],["This page documents the `GenerateStatelessSummaryResponse.Types.Summary` class within the `Google.Cloud.Dialogflow.V2` namespace, across various versions starting from 3.2.0 to the latest 4.26.0."],["The `GenerateStatelessSummaryResponse.Types.Summary` class generates summaries for conversations and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GenerateStatelessSummaryResponse.Types.Summary` class offers two properties, `Text` to provide a summarized text, and `TextSections` to divide the summary in sections, through a map of key value pairs."],["The `Summary` class has two constructors, one default and another to provide an object, also named `Summary`, to make a new class instance."]]],[]]