DialogsComponentRegistration 클래스
- java.
lang. Object - com.
microsoft. bot. builder. ComponentRegistration - com.
microsoft. bot. dialogs. DialogsComponentRegistration
- com.
- com.
구현
public class DialogsComponentRegistration
extends ComponentRegistration
implements ComponentMemoryScopes, ComponentPathResolvers
시스템 등록 기능에서 대화 상자 구성 요소를 사용할 수 있도록 합니다.
생성자 요약
| 생성자 | Description | |
|---|---|---|
| DialogsComponentRegistration() | ||
메서드 요약
| 한정자 및 형식 | 메서드 및 설명 |
|---|---|
|
java.lang.Iterable<Memory |
getMemoryScopes()
대화 상자 메모리 범위를 가져옵니다. |
|
java.lang.Iterable<Path |
getPathResolvers()
대화 상자 경로 확인자를 가져옵니다. |
다음에서 상속된 메서드 ComponentRegistration
다음에서 상속된 메서드 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
생성자 세부 정보
DialogsComponentRegistration
public DialogsComponentRegistration()
메서드 세부 정보
getMemoryScopes
public Iterable
대화 상자 메모리 범위를 가져옵니다.
getPathResolvers
public Iterable
대화 상자 경로 확인자를 가져옵니다.