Change absolute to relative link (#28124)

This commit is contained in:
c0ffeeca7 2023-07-07 14:12:07 +02:00 committed by GitHub
parent 7cac1a73f2
commit a71ea12e1d
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 [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
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).
## Service `conversation.reload`