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-04-01 UTC."],[[["This document provides reference documentation for the `SummarySuggestion.Types.SummarySection` class within the Google Cloud Dialogflow v2beta1 API, specifically for versions 1.0.0-beta22 and the latest beta23."],["The `SummarySuggestion.Types.SummarySection` class represents a component of a generated summary, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes methods like `GetHashCode`, `GetType`, and `ToString` from its inherited members."],["The class has two constructors, one default and one that takes another `SummarySection` as a parameter for creating a new instance."],["The class has two properties `Section`, which is a required name of the section, and `Summary` which is a required text for the section, both are strings."]]],[]]