From 8a2fa693cbdd568aae86c3502e669a8f8db68f4d Mon Sep 17 00:00:00 2001 From: jjbankert Date: Fri, 7 Jul 2023 10:06:26 +0200 Subject: [PATCH] Add link to service response docs in conversation.markdown (#28094) * Add link to service response docs in conversation.markdown * Aligned verbiage with Calendar integration use Response Data instead of response value https://www.home-assistant.io/integrations/calendar/ * removed leftover word * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/conversation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/conversation.markdown b/source/_integrations/conversation.markdown index d8f661d2709..938221b3c49 100644 --- a/source/_integrations/conversation.markdown +++ b/source/_integrations/conversation.markdown @@ -167,7 +167,7 @@ Send a message to a conversation agent for processing. | `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 +This service is able to return [response data](https://www.home-assistant.io/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). ## Service `conversation.reload`