Uses of Enum Class
com.vonage.client.voice.SpeechTimeoutReason
Packages that use SpeechTimeoutReason
-
Uses of SpeechTimeoutReason in com.vonage.client.voice
Methods in com.vonage.client.voice that return SpeechTimeoutReasonModifier and TypeMethodDescriptionstatic SpeechTimeoutReasonSpeechTimeoutReason.fromString(String name) SpeechResults.getTimeoutReason()Indicates if the input ended when user stopped speaking, by max duration timeout or if the user didn't say anything.static SpeechTimeoutReasonReturns the enum constant of this class with the specified name.static SpeechTimeoutReason[]SpeechTimeoutReason.values()Returns an array containing the constants of this enum class, in the order they are declared.