Actions Class
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.
In this article
public static class Actions
type Actions = class
Public Module Actions
Inheritance
Methods
Bind<R>(Func<R>)
Bind<T1,R>(Func<T1,R>)
Bind<T1,T2,R>(Func<T1,T2,R>)
Bind<T1,T2,T3,R>(Func<T1,T2,T3,R>)
Bind<T1,T2,T3,T4,R>(Func<T1,T2,T3,T4,R>)
Bind<T1,T2,T3,T4,T5,R>(Func<T1,T2,T3,T4,T5,R>)
Bind<T1,T2,T3,T4,T5,T6,R>(Func<T1,T2,T3,T4,T5,T6,R>)
Bind<T1,T2,T3,T4,T5,T6,T7,R>(Func<T1,T2,T3,T4,T5,T6,T7,R>)
Normalize(IScorable<IResolver,IBinding>)
Normalize(IScorable<IResolver,IntentRecommendation>)
Normalize(IScorable<IResolver,Match>)
When<InnerScore>(IScorable<IResolver,InnerScore>, ILuisModel, LuisIntentAttribute, ILuisService)
When<InnerScore>(IScorable<IResolver,InnerScore>, Regex)
Where<Score,T1,T2,T3>(IScorable<IResolver,Score>, Func<T1,T2,T3,Boolean>)
Where<Score,T1,T2,T3>(IScorable<IResolver,Score>, Func<T1,T2,T3,Task<Boolean>>)
Where<Score,T1,T2>(IScorable<IResolver,Score>, Func<T1,T2,Boolean>)
Where<Score,T1,T2>(IScorable<IResolver,Score>, Func<T1,T2,Task<Boolean>>)
Where<Score,T1>(IScorable<IResolver,Score>, Func<T1,Boolean>)
Where<Score,T1>(IScorable<IResolver,Score>, Func<T1,Task<Boolean>>)
Applies to