Interface CustomSendMessageOptions

interface CustomSendMessageOptions {
    signal: AbortSignal;
}

Properties

Properties

signal: AbortSignal

A signal to let customSendMessage to cancel a request if it has exceeded web chat's timeout.

MMNEPVFCICPMFPCPTTAAATR