Class VerificationResponseCallout.CalloutResponse
java.lang.Object
com.sinch.sdk.domains.verification.models.webhooks.VerificationResponseCallout.CalloutResponse
- Enclosing class:
VerificationResponseCallout
Call out related information for call out verification callback See callout
response documentation
- Since:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionCalloutResponse(Integer code, VerificationResponseCallout.SpeechResponse speech) -
Method Summary
-
Constructor Details
-
CalloutResponse
- Parameters:
code- The Phone Call PIN that should be entered by the user. Sinch servers automatically generate PIN codes for Phone Call verification. If you want to set your own code, you can specify it in the response to the Verification Request Event.speech- An object defining various properties for the text-to-speech message.
-
-
Method Details