ISkill.EvaluateAsync(ISkillBinding) 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.
Runs the skill's logic against a set of ISkillFeatures contained in an ISkillBinding.
public:
Windows::Foundation::IAsyncAction ^ EvaluateAsync(Microsoft::AI::Skills::SkillInterfacePreview::ISkillBinding ^ binding);
public Windows.Foundation.IAsyncAction EvaluateAsync (Microsoft.AI.Skills.SkillInterfacePreview.ISkillBinding binding);
abstract member EvaluateAsync : Microsoft.AI.Skills.SkillInterfacePreview.ISkillBinding -> Windows.Foundation.IAsyncAction
Public Function EvaluateAsync (binding As ISkillBinding) As IAsyncAction
Parameters
- binding
- ISkillBinding
The execution device with which to instantiate the skill, and which will be leveraged to execute the skill's logic.
Returns
- Windows.Foundation.IAsyncAction
The ISkill created.