次の方法で共有


PromptAttribute コンストラクター

定義

オーバーロード

PromptAttribute(TemplateAttribute)

に基づいてプロンプトを TemplateAttribute定義します。

PromptAttribute(String[])

ランダムに選択する 1 つ以上の \ref パターンパターンを含むプロンプトを定義します。

PromptAttribute(TemplateAttribute)

ソース:
Attributes.cs

に基づいてプロンプトを TemplateAttribute定義します。

public PromptAttribute(Microsoft.Bot.Builder.FormFlow.TemplateAttribute pattern);
new Microsoft.Bot.Builder.FormFlow.PromptAttribute : Microsoft.Bot.Builder.FormFlow.TemplateAttribute -> Microsoft.Bot.Builder.FormFlow.PromptAttribute
Public Sub New (pattern As TemplateAttribute)

パラメーター

pattern
TemplateAttribute

使用するテンプレート。

適用対象

PromptAttribute(String[])

ソース:
Attributes.cs

ランダムに選択する 1 つ以上の \ref パターンパターンを含むプロンプトを定義します。

public PromptAttribute(params string[] patterns);
new Microsoft.Bot.Builder.FormFlow.PromptAttribute : string[] -> Microsoft.Bot.Builder.FormFlow.PromptAttribute
Public Sub New (ParamArray patterns As String())

パラメーター

patterns
String[]

選択するパターン。

適用対象