次の方法で共有


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>

ミニムン値。

max
Nullable<Int64>

最大値です。

戻り値

適用対象