DialogContextPath Class

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

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 dialogContext's active dialog.

static final java.lang.String PARENT

Memory Path to dialogContext's parent dialog.

static final java.lang.String STACK

Memory Path to dialogContext's stack.

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

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.

Applies to