次の方法で共有


RecognizeDouble<T> クラス

定義

double フィールドまたは float フィールドを認識します。

public sealed class RecognizeDouble<T> : Microsoft.Bot.Builder.FormFlow.Advanced.RecognizePrimitive<T> where T : class
type RecognizeDouble<'T (requires 'T : null)> = class
    inherit RecognizePrimitive<'T (requires 'T : null)>
Public NotInheritable Class RecognizeDouble(Of T)
Inherits RecognizePrimitive(Of T)

型パラメーター

T
継承
RecognizeDouble<T>

コンストラクター

RecognizeDouble<T>(IField<T>)

フィールドの double または float 認識エンジンを構築します。

フィールド

_field

情報が入力されているフィールド。

(継承元 RecognizePrimitive<T>)

メソッド

Help(T, Object)

double フィールドまたは float フィールドを認識します。

HelpArgs(T, Object)

現在の選択肢のヘルプ テンプレート引数を返します。ユーザー設定はありません。

(継承元 RecognizePrimitive<T>)
Matches(IMessageActivity, Object)

double フィールドまたは float フィールドを認識します。

(継承元 RecognizePrimitive<T>)
Parse(String)

double フィールドまたは float フィールドを認識します。

PromptArgs()

double フィールドまたは float フィールドを認識します。

ValidInputs(Object)

double フィールドまたは float フィールドを認識します。

ValueDescription(Object)

double フィールドまたは float フィールドを認識します。

ValueDescriptions()

double フィールドまたは float フィールドを認識します。

(継承元 RecognizePrimitive<T>)
Values()

double フィールドまたは float フィールドを認識します。

(継承元 RecognizePrimitive<T>)

適用対象