DialogContextPath Class
- java.
lang. Object - com.
microsoft. bot. dialogs. DialogContextPath
- com.
public final class DialogContextPath
Defines path for available dialog contexts.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final java.lang.String |
ACTIVEDIALOG
Memory Path to dialog |
| static final java.lang.String |
PARENT
Memory Path to dialog |
| static final java.lang.String |
STACK
Memory Path to dialog |
Methods inherited from java.lang.Object
Field Details
ACTIVEDIALOG
public static final String ACTIVEDIALOG
Memory Path to dialogContext's active dialog.
PARENT
public static final String PARENT
Memory Path to dialogContext's parent dialog.
STACK
public static final String STACK
Memory Path to dialogContext's stack.