Document conversation.process response (#27945)

* Document conversation.process response

* Update source/_integrations/conversation.markdown
This commit is contained in:
Paulus Schoutsen 2023-06-26 11:57:55 -04:00 committed by GitHub
parent e9b006a4e0
commit b33e9167f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,9 +159,16 @@ It's now possible to say "engage all lights in the bedroom", which will turn on
## Service `conversation.process` ## Service `conversation.process`
Send a message to a conversation agent for processing.
| Service data attribute | Optional | Description | | 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` ## Service `conversation.reload`