Interface CustomConversationEvent

The CustomConversationEvent type

interface CustomConversationEvent {
    body: any;
    conversationId: string;
    eventType: Nullable<string>;
    from: From;
    id: number;
    kind: "custom";
    timestamp: string;
}

Properties

body: any

The body property of CustomConversationEvent

conversationId: string

The conversationId property of CustomConversationEvent

eventType: Nullable<string>

The eventType property of CustomConversationEvent

from: From

The From property of CustomConversationEvent

id: number

The id property of CustomConversationEvent

kind: "custom"

The kind property of CustomConversationEvent

timestamp: string

The timestamp property of CustomConversationEvent