Skip to content

Commit be267ec

Browse files
authored
Add 'agent_id' input field to intent_conversation_api.md file (#2520)
As the `api/conversation/process` endpoint uses the (conversation action)[https://www.home-assistant.io/integrations/conversation/], the `agent_id` can be used and must be documented.
1 parent 40de1f8 commit be267ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/intent_conversation_api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The following input fields are available:
3434
|-------------------|--------|---------------------------------------------------------------------------------------------|
3535
| `text` | string | Input sentence. |
3636
| `language` | string | Optional. Language of the input sentence (defaults to configured language). |
37+
| `agent_id` | string | Optional. Conversation agent to process the request (defaults _home_assistant_). |
3738
| `conversation_id` | string | Optional. Unique id to [track conversation](#conversation-id). Generated by Home Assistant. |
3839

3940

0 commit comments

Comments
 (0)