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 的列表。

适用于