DialogsComponentRegistration Class
- java.
lang. Object - com.
microsoft. bot. builder. ComponentRegistration - com.
microsoft. bot. dialogs. DialogsComponentRegistration
- com.
- com.
Implements
public class DialogsComponentRegistration
extends ComponentRegistration
implements ComponentMemoryScopes, ComponentPathResolvers
Makes Dialogs components available to the system registering functionality.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| DialogsComponentRegistration() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
java.lang.Iterable<Memory |
getMemoryScopes()
Gets the Dialogs Memory Scopes. |
|
java.lang.Iterable<Path |
getPathResolvers()
Gets the Dialogs Path Resolvers. |
Methods inherited from ComponentRegistration
Methods inherited from java.lang.Object
Constructor Details
DialogsComponentRegistration
public DialogsComponentRegistration()
Method Details
getMemoryScopes
public Iterable
Gets the Dialogs Memory Scopes.
getPathResolvers
public Iterable
Gets the Dialogs Path Resolvers.