SpeechConstants Class

  • java.lang.Object
    • com.microsoft.bot.schema.SpeechConstants

public final class SpeechConstants

Defines constants that can be used in the processing of speech interactions.

Field Summary

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

The xml tag structure to indicate an empty speak tag, to be used in the 'speak' property of an Activity.

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

EMPTY_SPEAK_TAG

public static final String EMPTY_SPEAK_TAG

The xml tag structure to indicate an empty speak tag, to be used in the 'speak' property of an Activity. When this is set it indicates to the channel that speech should not be generated.

Applies to