Deployment_Question_Question

Deployment_Question_Question
Deployment_Question_Question

The Question.Question structure contains fields to describe a deployment question.

JSON Example
{
    "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"
    ]
}
string
id
Required

Id of the question raised.

question
Required

The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.

type
Required

The Question.QuestionType enumerated type defines the type of the question raised.
YES_NO : Question with answer values Yes/No.
OK_CANCEL : Question with answer values Ok/Cancel.
ABORT_RETRY_IGNORE : Question with answer values Abort/Retry/Ignore.

string
default_answer
Required

Default answer value.

array of string
possible_answers
Required

Possible answers values.