ChatBotKit Node SDK
    Preparing search index...
    InputMessage: {
        meta?: Record<string, any>;
        text: string;
        type:
            | "bot"
            | "user"
            | "reasoning"
            | "context"
            | "instruction"
            | "backstory"
            | "activity";
    }

    Type Declaration

    • Optionalmeta?: Record<string, any>
    • text: string
    • type:
          | "bot"
          | "user"
          | "reasoning"
          | "context"
          | "instruction"
          | "backstory"
          | "activity"