Documentation - v1.2.0-alpha.3
    Preparing search index...

    Configuration settings for the Copilot Studio WebChat connection. These settings control the behavior and appearance of the WebChat interface when connected to the Copilot Studio service.

    interface CopilotStudioWebChatSettings {
        showTyping?: boolean;
    }
    Index

    Properties

    Properties

    showTyping?: boolean

    Whether to show typing indicators in the WebChat when the agent is processing a response. When enabled, users will see a typing indicator while waiting for the agent's reply, providing visual feedback that their message is being processed.

    false