DialogPath Class

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

public final class DialogPath

Defines path for available dialogs.

Field Summary

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

Default operation to use for entities where there is no identified operation entity.

static final java.lang.String EVENTCOUNTER

Counter of emitted events.

static final java.lang.String EXPECTEDPROPERTIES

Currently expected properties.

static final java.lang.String LASTEVENT

Last surfaced entity ambiguity event.

static final java.lang.String LASTINTENT

Last intent.

static final java.lang.String LASTTRIGGEREVENT

Last trigger event: defined in FormEvent, ask, clarifyEntity etc.

static final java.lang.String REQUIREDPROPERTIES

Currently required properties.

static final java.lang.String RETRIES

Number of retries for the current Ask.

Method Summary

Modifier and Type Method and Description
static java.lang.String getPropertyName(String property)

Utility function to get just the property name without the memory scope prefix.

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

DEFAULTOPERATION

public static final String DEFAULTOPERATION

Default operation to use for entities where there is no identified operation entity.

EVENTCOUNTER

public static final String EVENTCOUNTER

Counter of emitted events.

EXPECTEDPROPERTIES

public static final String EXPECTEDPROPERTIES

Currently expected properties.

LASTEVENT

public static final String LASTEVENT

Last surfaced entity ambiguity event.

LASTINTENT

public static final String LASTINTENT

Last intent.

LASTTRIGGEREVENT

public static final String LASTTRIGGEREVENT

Last trigger event: defined in FormEvent, ask, clarifyEntity etc.

REQUIREDPROPERTIES

public static final String REQUIREDPROPERTIES

Currently required properties.

RETRIES

public static final String RETRIES

Number of retries for the current Ask.

Method Details

getPropertyName

public static String getPropertyName(String property)

Utility function to get just the property name without the memory scope prefix.

Parameters:

property - Memory scope property path.

Returns:

Name of the property without the prefix.

Applies to