FieldJson(FormBuilderJson, String) 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.
Construct a field from a JSON schema.
public FieldJson (Microsoft.Bot.Builder.FormFlow.Json.FormBuilderJson builder, string name);
new Microsoft.Bot.Builder.FormFlow.Json.FieldJson : Microsoft.Bot.Builder.FormFlow.Json.FormBuilderJson * string -> Microsoft.Bot.Builder.FormFlow.Json.FieldJson
Public Sub New (builder As FormBuilderJson, name As String)
Parameters
- builder
- FormBuilderJson
Form builder.
- name
- String
Name of field within schema.