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."],[[["The webpage documents the `ConversationEvent` class within the `Google.Cloud.Dialogflow.V2` namespace, providing details on its properties, constructors, and implemented interfaces."],["The latest version of `ConversationEvent` is 4.26.0, and the page contains documentation for 37 different versions of this class, starting from version 3.2.0 up to the latest one."],["The `ConversationEvent` class represents notifications for conversation lifecycle events sent to Pub/Sub subscribers, and it includes properties such as `Conversation`, `ErrorStatus`, `NewMessagePayload`, `PayloadCase`, and `Type`."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which are detailed in the provided text."],["The class includes two constructors, a parameterless constructor, and one that take another `ConversationEvent` object as an argument."]]],[]]