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>
This commit is contained in:
jjbankert 2023-07-07 10:06:26 +02:00 committed by GitHub
parent 404710ac2f
commit 8a2fa693cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`