ActionConverter.Create(Type, JObject) 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 override Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.ActionBase Create (Type objectType, Newtonsoft.Json.Linq.JObject jsonObject);
override this.Create : Type * Newtonsoft.Json.Linq.JObject -> Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.ActionBase
Protected Overrides Function Create (objectType As Type, jsonObject As JObject) As ActionBase
Parameters
- objectType
- Type
- jsonObject
- Newtonsoft.Json.Linq.JObject