EndConversationEvent.MakeScorable 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.
Construct the scorable used to handle the EndConversationEvent.
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,double> MakeScorable ();
static member MakeScorable : unit -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, double>
Public Shared Function MakeScorable () As IScorable(Of IResolver, Double)
Returns
The constructed scorable.