ContentCreationDraftRequest
audience_persona_idsstring[]
Default value:
[]content object
anyOf
- string
- null
string
content_type object
anyOf
- string
- null
string
content_type_value object
anyOf
- string
- null
string
draft_id object
anyOf
- string
- null
string
knowledgebase_id object
anyOf
- string
- null
string
prompt object
anyOf
- string
- null
string
pull_through_priorities object[]
Array [
from_kb object
anyOf
- boolean
- null
boolean
level object
anyOf
- string
- null
string
textTextrequired
]
source_document_id object
anyOf
- string
- null
string
source_mode object
anyOf
- string
- null
string
source_url object
anyOf
- string
- null
string
test_history object
anyOf
- object[]
- null
Array [
property name*any
]
themesstring[]
Default value:
[]title object
anyOf
- string
- null
string
tone_persona_id object
anyOf
- string
- null
string
voice_profile_id object
anyOf
- string
- null
string
ContentCreationDraftRequest
{
"audience_persona_ids": [
"string"
],
"content": "string",
"content_type": "string",
"content_type_value": "string",
"draft_id": "string",
"knowledgebase_id": "string",
"prompt": "string",
"pull_through_priorities": [
{
"from_kb": true,
"level": "string",
"text": "string"
}
],
"source_document_id": "string",
"source_mode": "string",
"source_url": "string",
"test_history": [
{}
],
"themes": [
"string"
],
"title": "string",
"tone_persona_id": "string",
"voice_profile_id": "string"
}