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."],[[["This page details the `ConversationEvent` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.10.0 and provides links to other versions."],["The `ConversationEvent` class represents a notification sent to Pub/Sub subscribers for conversation lifecycle events, and it inherits from the `Object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Conversation`, `ErrorStatus`, `NewMessagePayload`, `PayloadCase`, and `Type`, each serving a specific purpose in describing the conversation event."],["There are multiple versions of this class with version 4.26.0 being the latest version, with previous versions going all the way back to 3.2.0."],["The `ConversationEvent` class can be instantiated via two constructors: a default constructor and one that accepts another `ConversationEvent` as a parameter."]]],[]]