mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Add conversation_id parameter to conversation.process service (#30416)
This commit is contained in:
parent
3b081e3558
commit
33cc9bb008
@ -166,6 +166,7 @@ Send a message to a conversation agent for processing.
|
||||
| `text` | no | Transcribed text input |
|
||||
| `language` | yes | Language of the text |
|
||||
| `agent_id` | yes | ID of conversation agent. The conversation agent is the brains of the assistant. It processes the incoming text commands. |
|
||||
| `conversation_id` | yes | ID of a new or previous conversation. Will continue an old conversation or start a new one. |
|
||||
|
||||
This service is able to return [response data](/docs/scripts/service-calls/#use-templates-to-handle-response-data). The response is the same response as for the
|
||||
[`/api/conversation/process` API](https://developers.home-assistant.io/docs/intent_conversation_api#conversation-response).
|
||||
|
Loading…
x
Reference in New Issue
Block a user