Interface protos.google.cloud.dialogflow.v2.IConversationEvent (6.6.0)

Properties of a ConversationEvent.

Package

@google-cloud/dialogflow

Properties

conversation

conversation?: (string|null);

ConversationEvent conversation

errorStatus

errorStatus?: (google.rpc.IStatus|null);

ConversationEvent errorStatus

newMessagePayload

newMessagePayload?: (google.cloud.dialogflow.v2.IMessage|null);

ConversationEvent newMessagePayload

type

type?: (google.cloud.dialogflow.v2.ConversationEvent.Type|keyof typeof google.cloud.dialogflow.v2.ConversationEvent.Type|null);

ConversationEvent type