Google Assistant SDK: Always enable conversation agent and support multiple languages (#93201)
* Enable agent and support multiple languages * fix test
This commit is contained in:
parent
1dcaec4ece
commit
17ceacd083
6 changed files with 67 additions and 122 deletions
|
@ -5,7 +5,6 @@ DOMAIN: Final = "google_assistant_sdk"
|
|||
|
||||
DEFAULT_NAME: Final = "Google Assistant SDK"
|
||||
|
||||
CONF_ENABLE_CONVERSATION_AGENT: Final = "enable_conversation_agent"
|
||||
CONF_LANGUAGE_CODE: Final = "language_code"
|
||||
|
||||
DATA_MEM_STORAGE: Final = "mem_storage"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue