RoutedTemplate
Semantic template selected for a request with its match and ranking scores.
template_idTemplate Id (string)필수
itemItem (string)필수
table_id object
하나 이상(anyOf)
- string
- null
string
name object
하나 이상(anyOf)
- string
- null
string
matched_question object
하나 이상(anyOf)
- string
- null
string
scoreScore (number)필수
rerank_score object
하나 이상(anyOf)
- number
- null
number
RoutedTemplate
{
"template_id": "string",
"item": "string",
"table_id": "string",
"name": "string",
"matched_question": "string",
"score": 0,
"rerank_score": 0
}