ScopePath Class
- java.
lang. Object - com.
microsoft. bot. dialogs. ScopePath
- com.
public final class ScopePath
Defines paths for the available scopes.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final java.lang.String |
CLASS
Class memory scope root path. |
| static final java.lang.String |
CONVERSATION
Conversation memory scope root path. |
| static final java.lang.String |
DIALOG
Dialog memory scope root path. |
| static final java.lang.String |
DIALOG_CLASS
Dialog |
| static final java.lang.String |
DIALOG_CONTEXT
Dialog |
| static final java.lang.String |
SETTINGS
Settings memory scope root path. |
| static final java.lang.String |
THIS
This memory scope root path. |
| static final java.lang.String |
TURN
Turn memory scope root path. |
| static final java.lang.String |
USER
User memory scope root path. |
Methods inherited from java.lang.Object
Field Details
CLASS
public static final String CLASS
Class memory scope root path.
CONVERSATION
public static final String CONVERSATION
Conversation memory scope root path.
DIALOG
public static final String DIALOG
Dialog memory scope root path.
DIALOG_CLASS
public static final String DIALOG_CLASS
DialogClass memory scope root path.
DIALOG_CONTEXT
public static final String DIALOG_CONTEXT
DialogContext memory scope root path.
SETTINGS
public static final String SETTINGS
Settings memory scope root path.
THIS
public static final String THIS
This memory scope root path.
TURN
public static final String TURN
Turn memory scope root path.
USER
public static final String USER
User memory scope root path.