UserInputAnswerResult
userInput/answer result.
Fields and variants
Section titled “Fields and variants”commandIdstatususerInputId
Source
schema/msp/experimental/msp.schema.json#/types/UserInputAnswerResult
{ "description": "`userInput/answer` result.", "properties": { "commandId": { "description": "Echoes the client's id.", "type": "string" }, "status": { "$ref": "#/$defs/CommandStatus", "description": "Admission status." }, "userInputId": { "description": "The prompt this answer settled.", "type": "string" } }, "required": [ "commandId", "status", "userInputId" ], "type": "object"}