public sealed class ConversationEvent : IMessage<ConversationEvent>, IEquatable<ConversationEvent>, IDeepCloneable<ConversationEvent>, IBufferMessage, IMessage
Represents a notification sent to Pub/Sub subscribers for conversation
lifecycle events.
[[["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 page details the `ConversationEvent` class within the `Google.Cloud.Dialogflow.V2` namespace, representing notifications for conversation lifecycle events in version 3.11.0."],["It includes documentation for various versions of the `ConversationEvent` class, ranging from version 3.2.0 up to the latest version 4.26.0, all accessible through linked references."],["The `ConversationEvent` class, implementing several interfaces, offers properties like `Conversation`, `ErrorStatus`, `NewMessagePayload`, `PayloadCase`, and `Type` to capture specifics of conversation events, and has two constructors for creating instances."],["The `ConversationEvent` class is part of the `Google.Cloud.Dialogflow.V2.dll` assembly and inherits from `Object`, along with implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is used to notify Pub/Sub subscribers about different lifecycle events related to a conversation."]]],[]]