次の方法で共有


DialogStateManagerConfiguration クラス

  • java.lang.Object
    • com.microsoft.bot.dialogs.memory.DialogStateManagerConfiguration

public class DialogStateManagerConfiguration

ダイアログ状態マネージャーのパス リゾルバーとメモリ スコープを構成します。

コンストラクターの概要

コンストラクター 説明
DialogStateManagerConfiguration()

メソッドの概要

修飾子と型 メソッドと説明
java.util.List<MemoryScope> getMemoryScopes()
java.util.List<PathResolver> getPathResolvers()
void setMemoryScopes(List<MemoryScope> withMemoryScopes)
void setPathResolvers(List<PathResolver> withPathResolvers)

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

コンストラクターの詳細

DialogStateManagerConfiguration

public DialogStateManagerConfiguration()

メソッドの詳細

getMemoryScopes

public List getMemoryScopes()

戻り値:

MemoryScopes の一覧を返します。

getPathResolvers

public List getPathResolvers()

戻り値:

PathResolvers の一覧を返します。

setMemoryScopes

public void setMemoryScopes(List withMemoryScopes)

パラメーター:

withMemoryScopes - MemoryScopes の一覧を設定します。

setPathResolvers

public void setPathResolvers(List withPathResolvers)

パラメーター:

withPathResolvers - PathResolvers の一覧を設定します。

適用対象