SelectScoreScorable<Item,SourceScore,TargetScore>.IScorable<Item,TargetScore>.GetScore(Item, Object) 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.
TargetScore IScorable<Item,TargetScore>.GetScore (Item item, object state);
abstract member Microsoft.Bot.Builder.Scorables.IScorable<Item,TargetScore>.GetScore : 'Item * obj -> 'argetScore
override this.Microsoft.Bot.Builder.Scorables.IScorable<Item,TargetScore>.GetScore : 'Item * obj -> 'argetScore
Function GetScore (item As Item, state As Object) As TargetScore Implements IScorable(Of Item, TargetScore).GetScore
Parameters
- item
- Item
- state
- Object
Returns
- TargetScore