ChatBotKit Node SDK
    Preparing search index...
    WidgetSendMessageFn: (
        options:
            | string
            | ({ message: string } | { text: string }) & {
                hidden?: boolean;
                respond?: boolean;
            },
    ) => void

    Type Declaration

      • (
            options:
                | string
                | ({ message: string } | { text: string }) & {
                    hidden?: boolean;
                    respond?: boolean;
                },
        ): void
      • Parameters

        • options:
              | string
              | ({ message: string } | { text: string }) & {
                  hidden?: boolean;
                  respond?: boolean;
              }

        Returns void