ChatBotKit Node SDK
    Preparing search index...
    AppendMessageAction: {
        data: {
            message: Omit<Message, "id" | "createdAt"> & {
                createdAt?: Date;
                id?: string;
            };
        };
        type: "appendMessage";
    }

    Type Declaration

    • data: {
          message: Omit<Message, "id" | "createdAt"> & {
              createdAt?: Date;
              id?: string;
          };
      }
    • type: "appendMessage"