1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 10:27:52 +00:00
Files
2025-10-28 10:33:10 +01:00

47 lines
1.4 KiB
JSON

{
"conversation": {
"agent": {
"done": "Done"
}
},
"services": {
"process": {
"description": "Launches a conversation from a transcribed text.",
"fields": {
"agent_id": {
"description": "Conversation agent to process your request. The conversation agent is the brains of your assistant. It processes the incoming text commands.",
"name": "Agent"
},
"conversation_id": {
"description": "ID of the conversation, to be able to continue a previous conversation",
"name": "Conversation ID"
},
"language": {
"description": "Language of text. Defaults to server language.",
"name": "[%key:common::config_flow::data::language%]"
},
"text": {
"description": "Transcribed text input.",
"name": "Text"
}
},
"name": "Process"
},
"reload": {
"description": "Reloads the intent configuration.",
"fields": {
"agent_id": {
"description": "Conversation agent to reload.",
"name": "[%key:component::conversation::services::process::fields::agent_id::name%]"
},
"language": {
"description": "Language to clear cached intents for. Defaults to server language.",
"name": "[%key:common::config_flow::data::language%]"
}
},
"name": "[%key:common::action::reload%]"
}
},
"title": "Conversation"
}