Vonage Client SDK (Voice)
1.7.2
androidJvm
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
)