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-04-09 UTC."],[[["This webpage details the `ConversationEvent` class within the `Google.Cloud.Dialogflow.V2` namespace, providing documentation for versions ranging from 3.2.0 to 4.26.0, with 4.26.0 being the latest."],["The `ConversationEvent` class, part of the Google Cloud Dialogflow V2 .NET library, is designed to represent notifications for conversation lifecycle events that are sent to Pub/Sub subscribers."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer manipulation."],["Key properties of the `ConversationEvent` class include `Conversation`, which holds the unique identifier of the conversation, `ErrorStatus`, containing detailed error information, `NewMessagePayload`, containing payload for a new message event, `PayloadCase`, that signifies which payload case is in use, and `Type`, which specifies the notification event type."],["Constructors for creating a new `ConversationEvent` object include a parameterless constructor and one that takes an existing `ConversationEvent` for copying, allowing for flexible object creation."]]],[]]