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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `SummarizationSection` class in the Google Cloud Dialogflow v2beta1 API represents a section used for summarization, serving as a component for structuring summarized information."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as deep cloning and protocol buffer message handling."],["It has two constructors, one default and another that takes another `SummarizationSection` instance for copying."],["The `SummarizationSection` class has properties for `Definition`, `Key`, and `Type`, allowing configuration of the section's content, name, and summarization type."],["The class is found in the namespace `Google.Cloud.Dialogflow.V2Beta1` and is contained within the assembly `Google.Cloud.Dialogflow.V2Beta1.dll`."]]],[]]