From b33e9167f0faee88296f8e23facffd106d2b56d8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 26 Jun 2023 11:57:55 -0400 Subject: [PATCH] Document conversation.process response (#27945) * Document conversation.process response * Update source/_integrations/conversation.markdown --- source/_integrations/conversation.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/_integrations/conversation.markdown b/source/_integrations/conversation.markdown index 64b0a4264f5..7cc60fa4eac 100644 --- a/source/_integrations/conversation.markdown +++ b/source/_integrations/conversation.markdown @@ -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`