ChatRequestRecieved
Plays a sound / audio cue when the response has been received.
{
"accessibility.signals.chatResponseReceived": {
"sound": "on"
} // default
}
Type: object
Default:
{
"sound": "auto"
}
Object Properties:
Key | Type | Default | Range | Description |
---|---|---|---|---|
“sound” | string | “auto” | “auto”, “on”, “off” | Plays a sound on when the response has been received. |
Description: Controls if a signal is played when you recieve a response from Copilot Chat. auto
will play a signal only if a screen reader is attached. on
will always play a signal. off
will never play a signal, even when a screen reader is attached or if "editor.accessibilitySupport": "on"