ScopePath Class

  • java.lang.Object
    • com.microsoft.bot.dialogs.ScopePath

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

DialogClass memory scope root path.

static final java.lang.String DIALOG_CONTEXT

DialogContext memory scope root path.

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

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

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.

Applies to