共用方式為


Extensions.RecognizeIntegerInRange 方法

定義

範圍中 Int64 數位的辨識器

public static System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.RecognizeEntity<long>> RecognizeIntegerInRange (this Microsoft.Bot.Builder.Dialogs.IPromptRecognizer recognizer, Microsoft.Bot.Connector.IMessageActivity message, long? min, long? max);
static member RecognizeIntegerInRange : Microsoft.Bot.Builder.Dialogs.IPromptRecognizer * Microsoft.Bot.Connector.IMessageActivity * Nullable<int64> * Nullable<int64> -> seq<Microsoft.Bot.Builder.Dialogs.RecognizeEntity<int64>>
<Extension()>
Public Function RecognizeIntegerInRange (recognizer As IPromptRecognizer, message As IMessageActivity, min As Nullable(Of Long), max As Nullable(Of Long)) As IEnumerable(Of RecognizeEntity(Of Long))

參數

message
IMessageActivity

訊息內容。

min
Nullable<Int64>

Minimun 值。

max
Nullable<Int64>

最大值。

傳回

適用於