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-05-02 UTC."],[[["This page provides reference documentation for the `SummarySuggestion.Types.SummarySection` class within the Google Cloud Dialogflow v2beta1 API."],["The `SummarySuggestion.Types.SummarySection` class is a component of a generated summary, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `SummarySection()` for a default instance and `SummarySection(SummarySuggestion.Types.SummarySection other)` for creating an instance from an existing `SummarySection`."],["It contains two properties, `Section` and `Summary`, both of which are strings representing the name of the section and the summary text for the section, respectively, and they are required."]]],[]]