FieldJson.ProcessDescription(JObject, String) Method
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.
protected Microsoft.Bot.Builder.FormFlow.DescribeAttribute ProcessDescription (Newtonsoft.Json.Linq.JObject schema, string defaultDesc);
member this.ProcessDescription : Newtonsoft.Json.Linq.JObject * string -> Microsoft.Bot.Builder.FormFlow.DescribeAttribute
Protected Function ProcessDescription (schema As JObject, defaultDesc As String) As DescribeAttribute
Parameters
- schema
- Newtonsoft.Json.Linq.JObject
- defaultDesc
- String