Google Cloud Dialogflow v2beta1 API - Class ConversationEvent (1.0.0-beta15)

public sealed class ConversationEvent : IMessage<ConversationEvent>, IEquatable<ConversationEvent>, IDeepCloneable<ConversationEvent>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ConversationEvent.

Represents a notification sent to Pub/Sub subscribers for conversation lifecycle events.

Inheritance

object > ConversationEvent

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ConversationEvent()

public ConversationEvent()

ConversationEvent(ConversationEvent)

public ConversationEvent(ConversationEvent other)
Parameter
NameDescription
otherConversationEvent

Properties

Conversation

public string Conversation { get; set; }

Required. The unique identifier of the conversation this notification refers to. Format: projects/<Project ID>/conversations/<Conversation ID>.

Property Value
TypeDescription
string

ErrorStatus

public Status ErrorStatus { get; set; }

Optional. More detailed information about an error. Only set for type UNRECOVERABLE_ERROR_IN_PHONE_CALL.

Property Value
TypeDescription
Status

NewMessagePayload

public Message NewMessagePayload { get; set; }

Payload of NEW_MESSAGE event.

Property Value
TypeDescription
Message

PayloadCase

public ConversationEvent.PayloadOneofCase PayloadCase { get; }
Property Value
TypeDescription
ConversationEventPayloadOneofCase

Type

public ConversationEvent.Types.Type Type { get; set; }

Required. The type of the event that this notification refers to.

Property Value
TypeDescription
ConversationEventTypesType