2023-07-12 10:32:25 +00:00
{
"title" : "Conversation" ,
"services" : {
"process" : {
"name" : "Process" ,
"description" : "Launches a conversation from a transcribed text." ,
"fields" : {
"text" : {
"name" : "Text" ,
"description" : "Transcribed text input."
} ,
"language" : {
2024-03-12 20:49:59 +00:00
"name" : "[%key:common::config_flow::data::language%]" ,
2023-07-12 10:32:25 +00:00
"description" : "Language of text. Defaults to server language."
} ,
"agent_id" : {
"name" : "Agent" ,
"description" : "Conversation agent to process your request. The conversation agent is the brains of your assistant. It processes the incoming text commands."
2024-01-04 20:46:06 +00:00
} ,
"conversation_id" : {
"name" : "Conversation ID" ,
"description" : "ID of the conversation, to be able to continue a previous conversation"
2023-07-12 10:32:25 +00:00
}
}
2023-09-18 09:44:41 +00:00
} ,
"reload" : {
"name" : "[%key:common::action::reload%]" ,
"description" : "Reloads the intent configuration." ,
"fields" : {
"language" : {
2024-03-12 20:49:59 +00:00
"name" : "[%key:common::config_flow::data::language%]" ,
2023-09-18 09:44:41 +00:00
"description" : "Language to clear cached intents for. Defaults to server language."
} ,
"agent_id" : {
"name" : "[%key:component::conversation::services::process::fields::agent_id::name%]" ,
"description" : "Conversation agent to reload."
}
}
2023-07-12 10:32:25 +00:00
}
}
}