Uses of Enum Class
com.vonage.client.incoming.SpeechResults.TimeoutReason
Packages that use SpeechResults.TimeoutReason
-
Uses of SpeechResults.TimeoutReason in com.vonage.client.incoming
Methods in com.vonage.client.incoming that return SpeechResults.TimeoutReasonModifier and TypeMethodDescriptionSpeechResults.getTimeoutReason()Deprecated.Indicates if the input ended when user stopped speaking, by max duration timeout or if the user didn't say anything.static SpeechResults.TimeoutReasonReturns the enum constant of this class with the specified name.static SpeechResults.TimeoutReason[]SpeechResults.TimeoutReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.incoming with parameters of type SpeechResults.TimeoutReasonModifier and TypeMethodDescriptionvoidSpeechResults.setTimeoutReason(SpeechResults.TimeoutReason timeoutReason) Deprecated.This setter will be removed in a future release.