public sealed class SummarySuggestion.Types.SummarySection : IMessage<SummarySuggestion.Types.SummarySection>, IEquatable<SummarySuggestion.Types.SummarySection>, IDeepCloneable<SummarySuggestion.Types.SummarySection>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SummarySuggestion.Types.SummarySection.
[[["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 document provides reference information for the `SummarySuggestion.Types.SummarySection` class within the Google Cloud Dialogflow v2beta1 API, specifically for versions 1.0.0-beta23 (latest) and 1.0.0-beta22."],["The `SummarySuggestion.Types.SummarySection` class, a component of a generated summary, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits members from the `object` class, including methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["The `SummarySection` class has two constructors: one default and one that takes another `SummarySection` object as a parameter, allowing for object copying."],["The class contains two key properties, `Section` and `Summary`, both of type `string` representing the name of the section and the summary text, respectively, and they are required."]]],[]]