다음을 통해 공유


DialogStateManagerConfiguration 클래스

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

public class DialogStateManagerConfiguration

대화 상태 관리자에 대한 경로 확인자 및 메모리 범위를 구성합니다.

생성자 요약

생성자 Description
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 목록을 설정합니다.

적용 대상