You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Delivers a verification code to the end user with a phone call. When the user answers their phone, the TeleSign server plays an automated voice message that contains the code.
230
230
* Use this overload when the user's native spoken language is not the default language (English). You specify the user's language in the <em>language</em> parameter.
231
-
* @param phone_number [Required] A string containing the user�s phone number.
231
+
* @param phone_number [Required] A string containing the user's phone number.
232
232
* @param language [Optional] A string containing the IETF language tag. For example, "fr-CA". Set this value to "null" to use English (the default).
233
233
* @return A {@link com.telesign.verify.response.VerifyResponse} object, which contains the JSON-formatted response body from the TeleSign server.
* @param phone_number [Required] A string containing the user's phone number.
241
+
* @param language [Optional] A string containing the IETF language tag. For example, "fr-CA". Set this value to "null" to use English (the default).
242
+
* @param ttsMessage [Optional] Allows you to pass a text-to-speech (TTS) message with language. Ex String: Hello, your secret code is $$CODE$$. Thank you.
243
+
* @return A {@link com.telesign.verify.response.VerifyResponse} object, which contains the JSON-formatted response body from the TeleSign server.
* Delivers a verification code to the end user with a phone call. When the user answers their phone, the TeleSign server plays an automated voice message that contains the code.
285
+
* Use this overload when the user's native spoken language is not the default language (English). You specify the user's language in the <em>language</em> parameter.
286
+
* @param phone_number [Required] A string containing the user�s phone number.
287
+
* @param language [Optional] A string containing the IETF language tag. For example, "fr-CA". Set this value to "null" to use English (the default).
288
+
* @param originating_ip [Optional] Your end users IP Address. This value must be in the format defined by IETF in the
289
+
* Internet-Draft document titled Textual Representation of IPv4 and IPv6 Addresses. Ex: originating_ip=192.168.123.456.
290
+
* Set it to null if not sending originating ip.
291
+
* @param session_id [Optional] Your end users session id. Set it to "null" if not sending session id.
292
+
* @param call_forward_action [Optional] A string containing call forward action
293
+
* @param ttsMessage [Optional] Allows you to pass a text-to-speech (TTS) message with language. Ex String: Hello, your secret code is $$CODE$$. Thank you.
294
+
* @return A {@link com.telesign.verify.response.VerifyResponse} object, which contains the JSON-formatted response body from the TeleSign server.
* Delivers a verification code to the end user - with a phone call. When the user answers their phone, the TeleSign server plays an automated voice message that contains the code.
* @param session_id [Optional] Your end users session id. Set it to "null" if not sending session id.
341
368
* @param call_forward_action [Optional] A string containing call forward action
369
+
* @param ttsMessage [Optional] text to speech feature of Telesign gets used, <a href="https://developer.telesign.com/v2.0/docs/rest_api-verify-call#text-to-speech-tts-hints">TTS hints</a>
342
370
* @return A {@link com.telesign.verify.response.VerifyResponse} object, which contains the JSON-formatted response body from the TeleSign server.
* @param phone_number [Required] Your end user's phone number, including the country code.
556
587
* @param ucid [Required] A string the specifies one of the <a href="http://docs.telesign.com/rest/content/xt/xt-use-case-codes.html#xref-use-case-codes">Use Case Codes</a>.
588
+
* @param language [Optional] Determines the message for Verify SMS and Verify Push. IETF language tag is used in mapping languages codes to predefined templates.
589
+
* @param verify_code [Optional] The verification code used for the code challenge. By default, TeleSign automatically generates a six-digit value for you.
590
+
* @param preference [Optional] Allows customers to override the Smart Verify method selection. Customers can specify either "call", "sms" or "push" to be the recommended method to attempt.
591
+
* @param ignore_risk [Optional] If set to "true", allows customers to bypass blocking the request if the score is above the threshold value configured in the customer account.
592
+
* @param ttsMessage [Optional] Allows you to pass a text-to-speech (TTS) message with language. Language parameter must be used with this.
593
+
* @param pushMessage [Optional] Allows you to pass message that you want to Push. Ex String: Hello, your secret code is $$CODE$$. Thank you.
594
+
* @param smsMessage [Optional] Allows you to pass a message sent via sms . Ex String: Hello, your secret code is $$CODE$$. Thank you.
595
+
* @return A {@link com.telesign.verify.response.VerifyResponse} object, which contains the JSON-formatted response body from the TeleSign server.
* @param phone_number [Required] Your end user's phone number, including the country code.
603
+
* @param ucid [Required] A string the specifies one of the <a href="http://docs.telesign.com/rest/content/xt/xt-use-case-codes.html#xref-use-case-codes">Use Case Codes</a>.
604
+
* @param language [Optional] Determines the message for Verify SMS and Verify Push. IETF language tag is used in mapping languages codes to predefined templates.
605
+
* @param verify_code [Optional] The verification code used for the code challenge. By default, TeleSign automatically generates a six-digit value for you.
606
+
* @param preference [Optional] Allows customers to override the Smart Verify method selection. Customers can specify either "call", "sms" or "push" to be the recommended method to attempt.
607
+
* @param ignore_risk [Optional] If set to "true", allows customers to bypass blocking the request if the score is above the threshold value configured in the customer account.
557
608
* @return A {@link com.telesign.verify.response.VerifyResponse} object, which contains the JSON-formatted response body from the TeleSign server.
* @param originating_ip [Optional] Your end users IP Address. This value must be in the format defined by IETF in the Internet-Draft document titled Textual Representation of IPv4 and IPv6 Addresses.
576
627
* </br>Ex: originating_ip=192.168.123.456. </br>Set it to null if not sending originating ip.
577
628
* @param session_id [Optional] Your end users session id. Set it to "null" if not sending session id.
629
+
* @param ttsMessage [Optional] Allows you to pass a text-to-speech (TTS) message with language. Language parameter must be used with this.
630
+
* @param pushMessage [Optional] Allows you to pass message that you want to Push. Ex String: Hello, your secret code is $$CODE$$. Thank you.
631
+
* @param smsMessage [Optional] Allows you to pass a message sent via sms . Ex String: Hello, your secret code is $$CODE$$. Thank you.
578
632
* @return A {@link com.telesign.verify.response.VerifyResponse} object, which contains the JSON-formatted response body from the TeleSign server.
0 commit comments