From a03ee42c818aa3d63099a621993845b0380392c4 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:49:19 +0200 Subject: [PATCH] Conversation: align service attribute description (#28181) - with description provided in core strings - see https://github.com/home-assistant/core/pull/96365 --- source/_integrations/conversation.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/conversation.markdown b/source/_integrations/conversation.markdown index c43e8005f57..342d6c11bdd 100644 --- a/source/_integrations/conversation.markdown +++ b/source/_integrations/conversation.markdown @@ -161,11 +161,11 @@ It's now possible to say "engage all lights in the bedroom", which will turn on Send a message to a conversation agent for processing. -| Service data attribute | Optional | Description | -|------------------------|----------|------------------| -| `text` | no | Transcribed text | -| `language` | yes | Language of the text | -| `agent_id` | yes | ID of conversation agent to use | +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------- | +| `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. | 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).