Vonage Client SDK (Voice)
Toggle table of contents
2.7.0
release
Target filter
release
Switch theme
Search in API
Skip to content
Vonage Client SDK (Voice)
Vonage Client SDK (Voice)
/
com.vonage.voice.api
/
VGVoiceAPIImpl
/
say
say
public
Unit
say
(
String
callId
,
String
text
,
Function1
<
Exception
,
Unit
>
callback
)
public
Unit
say
(
String
callId
,
String
text
)
public
Unit
say
(
String
callId
,
String
text
,
Integer
level
,
Integer
loop
,
Boolean
queue
,
String
voiceName
,
Boolean
ssml
,
Function1
<
Exception
,
Unit
>
callback
)
public
Unit
say
(
String
callId
,
String
text
,
Integer
level
,
Integer
loop
,
Boolean
queue
,
String
voiceName
,
Boolean
ssml
)