ChatBotKit Node SDK
    Preparing search index...

    Interface SendMessageOptions

    Options for sending a message.

    interface SendMessageOptions {
        hidden?: boolean;
        respond?: boolean;
        text: string;
    }
    Index

    Properties

    Properties

    hidden?: boolean

    Whether to hide the message from the conversation UI

    respond?: boolean

    Whether the bot should respond to this message

    text: string

    The text content of the message