DeploymentQuestionInfo

The Question.Info structure contains fields to describe questions raised during the deployment process.


Properties

questions Required

One or more questions raised during the deployment.

JSON Example

{
	"questions": [
		{
			"default_answer": "string",
			"id": "string",
			"possible_answers": [
				"string"
			],
			"question": {
				"args": [
					"string"
				],
				"default_message": "string",
				"id": "string"
			},
			"type": "YES_NO"
		}
	]
}
Returned By

Get Question

Feedback

Was this page helpful?