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 documentation for the `GenerateStatelessSummaryResponse.Types.Summary` class within the Google Cloud Dialogflow v2 API for .NET, with the latest version being 4.26.0 and version 4.14.0 being the initially referenced version."],["The `GenerateStatelessSummaryResponse.Types.Summary` class is used to represent a generated summary for a conversation, inheriting from `object` and implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new summary or copying an existing one, as well as properties like `BaselineModelVersion` to identify the model used, `Text` for the summary content as a single string, and `TextSections` to organize the content into named sections."],["The documentation covers version history with links to specific versions of the API going as far back as 3.2.0, each version containing the `GenerateStatelessSummaryResponse.Types.Summary` API, for a detailed history of the changes within the Google Cloud Dialogflow v2 API."]]],[]]