Add language to conversation.process

This commit is contained in:
Michael Hansen 2022-12-07 11:42:28 -06:00
parent 5cdd97808c
commit 1b308ee56a

View File

@ -97,6 +97,7 @@ intent_script:
## Service `conversation.process`
| Service data attribute | Optional | Description |
|------------------------|----------|--------------------------------------------------|
| `text` | yes | Transcribed text |
| Service data attribute | Optional | Description |
|------------------------|----------|----------------------------------------------------|
| `text` | yes | Transcribed text |
| `language` | yes | language of text (defaults to configured language) |