{ "$schema": "https://schemas.botframework.com/schemas/component/v1.0/component.schema", "$role": [ "implements(Microsoft.IDialog)", "extends(Microsoft.InputDialog)" ], "title": "True/False", "description": "Collect information - Find any boolean value", "type": "object", "properties": { "defaultLocale": { "$ref": "schema:#/definitions/stringExpression", "description": "Value from callers memory to use as localization", "title": "DefaultLocale", "examples": [ "en-us" ] }, "resultProperty": { "$ref": "schema:#/definitions/stringExpression", "description": "Value from callers memory to store the result", "title": "Result", "examples": [ "True" ] } } }