FormBuilderJson(JObject) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a JSON form builder.
public FormBuilderJson (Newtonsoft.Json.Linq.JObject schema);
new Microsoft.Bot.Builder.FormFlow.Json.FormBuilderJson : Newtonsoft.Json.Linq.JObject -> Microsoft.Bot.Builder.FormFlow.Json.FormBuilderJson
Public Sub New (schema As JObject)
Parameters
- schema
- Newtonsoft.Json.Linq.JObject
JSON Schema that defines form.