Deployment_Question_Info
Deployment_Question_Info
The Question.Info structure contains fields to describe questions raised during the deployment process.
JSON Example
{
"questions": [
{
"id": "string",
"question": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"type": "string",
"default_answer": "string",
"possible_answers": [
"string"
]
}
]
}
array of Deployment_Question_Question
questions
Required
One or more questions raised during the deployment.