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 webpage details the `ConversationEvent` class within the `Google.Cloud.Dialogflow.V2` namespace, representing notifications for conversation lifecycle events in the Dialogflow V2 API."],["The content covers the implementation of the `ConversationEvent` class, listing its inheritance, which implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."],["The `ConversationEvent` class has two constructors: a default constructor and one that takes another `ConversationEvent` object as a parameter, and there are properties such as `Conversation`, `ErrorStatus`, `NewMessagePayload`, `PayloadCase`, and `Type`."],["This page shows a historical record of the Google.Cloud.Dialogflow.V2 API, listing all the available versions of the `ConversationEvent`, which ranges from version 3.2.0 up to the most current version, 4.26.0."]]],[]]