core/homeassistant/components/conversation
Michael Hansen e71eb8dfe2
Update intent response (#83560)
* Add language to conversation and intent response

* Move language to intent response instead of speech

* Extend intent response for voice MVP

* Add tests for error conditions in conversation/process

* Move intent response type data into "data" field

* Move intent response error message back to speech

* Remove "success" from intent response

* Add id to target in intent response

* target defaults to None

* Update homeassistant/helpers/intent.py

* Fix test

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-12-08 20:30:08 -05:00
..
translations
__init__.py Update intent response (#83560) 2022-12-08 20:30:08 -05:00
agent.py Add language to conversation and intent response (#83486) 2022-12-08 11:39:28 -05:00
const.py
default_agent.py Add language to conversation and intent response (#83486) 2022-12-08 11:39:28 -05:00
manifest.json
services.yaml
strings.json
util.py