public sealed class SummarizationSection : IMessage<SummarizationSection>, IEquatable<SummarizationSection>, IDeepCloneable<SummarizationSection>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SummarizationSection.
[[["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 `SummarizationSection` class in the Google Cloud Dialogflow v2beta1 API represents a section used for summarization purposes."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The `SummarizationSection` class can be instantiated with either a default constructor or a constructor that accepts another `SummarizationSection` instance for copying."],["Key properties of `SummarizationSection` include `Definition`, which describes the purpose of the section, `Key`, which provides the section name, and `Type`, which specifies the section's type."],["This documentation provides details of the `SummarizationSection` class along with it's various versions and inheritance information."]]],[]]