provider Assistant POST /assistant/a11y_mode
@utdk/google/home /assistant/a11y_mode
Accessibility
This controls Accessibility sounds. `hotword_enabled` is for 'Play start sound' and `endpoint_enabled` is for 'Play end sound'. Sending an empty-body POST request returns the current values. Either of the fields or both can be sent and new values will be saved.

Try it

Authentication
Configure credentials for Google Home
accessibility
POST/assistant/a11y_mode
This controls Accessibility sounds. `hotword_enabled` is for 'Play start sound' and `endpoint_enabled` is for 'Play end sound'. Sending an empty-body POST request returns the current values. Either of the fields or both can be sent and new values will be saved.

Input

required
required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import google_home from '@utdk/google/home';

await google_home.accessibility()