mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Document conversation.process response (#27945)
* Document conversation.process response * Update source/_integrations/conversation.markdown
This commit is contained in:
parent
e9b006a4e0
commit
b33e9167f0
@ -159,9 +159,16 @@ It's now possible to say "engage all lights in the bedroom", which will turn on
|
||||
|
||||
## Service `conversation.process`
|
||||
|
||||
Send a message to a conversation agent for processing.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
|------------------------|----------|------------------|
|
||||
| `text` | yes | Transcribed text |
|
||||
| `text` | no | Transcribed text |
|
||||
| `language` | yes | Language of the text |
|
||||
| `agent_id` | yes | ID of conversation agent to use |
|
||||
|
||||
This service is able to return a response value. The response is the same response as for the
|
||||
[`/api/conversation/process` API](https://developers.home-assistant.io/docs/intent_conversation_api#conversation-response).
|
||||
|
||||
## Service `conversation.reload`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user