public sealed class SummarizationFeedback : IMessage<AgentAssistantFeedback.Types.SummarizationFeedback>, IEquatable<AgentAssistantFeedback.Types.SummarizationFeedback>, IDeepCloneable<AgentAssistantFeedback.Types.SummarizationFeedback>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class AgentAssistantFeedback.Types.SummarizationFeedback.
[[["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 `AgentAssistantFeedback.Types.SummarizationFeedback` class within the Google Cloud Dialogflow v2 API, specifically for the .NET library."],["The `SummarizationFeedback` class is used to provide feedback on conversation summarization, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `StartTime`, `SubmitTime` (both of type `Timestamp`), and `SummaryText` (of type `String`) to capture details of the summarization feedback."],["The documentation covers versions of the .NET library ranging from 3.2.0 up to the latest 4.26.0, with each version linking to specific documentation."],["The document lists several inherited members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, indicating this class inherits their functionalities."]]],[]]