ContentCreationCoverageRequest
contentContentrequired
model object
anyOf
- string
- null
string
pull_through_priorities object[]
Array [
from_kb object
anyOf
- boolean
- null
boolean
level object
anyOf
- string
- null
string
textTextrequired
]
ContentCreationCoverageRequest
{
"content": "string",
"model": "string",
"pull_through_priorities": [
{
"from_kb": true,
"level": "string",
"text": "string"
}
]
}