SpeechConstants Class
- java.
lang. Object - com.
microsoft. bot. schema. SpeechConstants
- com.
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
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.