Decodes a schema-validated JSON object.
factory TextCommandInput.fromJson(Map<String, Object?> json) => _$TextCommandInputFromJson(json);