ThisPath Class

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

public final class ThisPath

Defines path passed to the active dialog.

Field Summary

Modifier and Type Field and Description
static final java.lang.String OPTIONS

The options that were passed to the active dialog via options argument of BeginDialog.

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

OPTIONS

public static final String OPTIONS

The options that were passed to the active dialog via options argument of BeginDialog.

Applies to