次の方法で共有


PromptStyler クラス

定義

プロンプトのスタイルを設定する

[System.Serializable]
public class PromptStyler
[<System.Serializable>]
type PromptStyler = class
Public Class PromptStyler
継承
PromptStyler
属性

コンストラクター

PromptStyler(PromptStyle)

プロンプトのスタイルを設定する

フィールド

PromptStyle

プロンプト PromptStyleのスタイル。

メソッド

Apply(IMessageActivity, String, String)

プロンプトのスタイルを設定し、 を設定します Text

Apply<T>(IMessageActivity, String, IReadOnlyList<T>, IReadOnlyList<String>, String)

プロンプトのスタイルを設定し、 に基づいてメッセージを PromptStyle設定します。

Apply<T>(IMessageActivity, String, IReadOnlyList<T>, PromptStyle, IReadOnlyList<String>, String)

Apply(IMessageActivity, String, String).

適用対象