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)Indicates the language that should be used for the text-to-speech message.
-
-
-
Constructor Detail
-
SpeechResponse
public SpeechResponse(String locale)
Indicates the language that should be used for the text-to-speech message. Currently, only en-US is supported.- Parameters:
locale- Locale value
-
-
Method Detail
-
getLocale
public String getLocale()
see SpeechResponse Constructor- Returns:
- see
constructor - Since:
- 1.0
-
-