Class VerificationResponseCallout.SpeechResponse
- java.lang.Object
-
- com.sinch.sdk.domains.verification.models.webhooks.VerificationResponseCallout.SpeechResponse
-
- Enclosing class:
- VerificationResponseCallout
public static class VerificationResponseCallout.SpeechResponse extends Object
Speech related information for SMS verification callback See speech response documentation- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description SpeechResponse(String locale)
-
-
-
Constructor Detail
-
SpeechResponse
public SpeechResponse(String locale)
- Parameters:
locale- Indicates the language that should be used for the text-to-speech message. Currently, only en-US is supported.
-
-