|
| string | name = "api:google_assistant_sdk:audio" |
| |
| bool | requires_auth = True |
| |
| string | url = "/api/google_assistant_sdk/audio/{filename}" |
| |
Google Assistant SDK view to serve audio responses.
Definition at line 173 of file helpers.py.
◆ __init__()
| None homeassistant.components.google_assistant_sdk.helpers.GoogleAssistantSDKAudioView.__init__ |
( |
|
self, |
|
|
InMemoryStorage |
mem_storage |
|
) |
| |
Initialize GoogleAssistantSDKView.
Definition at line 180 of file helpers.py.
◆ get()
| web.Response homeassistant.components.google_assistant_sdk.helpers.GoogleAssistantSDKAudioView.get |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
filename |
|
) |
| |
◆ name
| string homeassistant.components.google_assistant_sdk.helpers.GoogleAssistantSDKAudioView.name = "api:google_assistant_sdk:audio" |
|
static |
◆ requires_auth
| bool homeassistant.components.google_assistant_sdk.helpers.GoogleAssistantSDKAudioView.requires_auth = True |
|
static |
◆ url
| string homeassistant.components.google_assistant_sdk.helpers.GoogleAssistantSDKAudioView.url = "/api/google_assistant_sdk/audio/{filename}" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/google_assistant_sdk/helpers.py