Sinch Node.js SDK - v1.5.0
GitHub
npm
Developers
Preparing search index...
Voice
pieInstructionHelper
Variable pieInstructionHelper
Const
pieInstructionHelper
:
{
playFiles
:
(
ids
:
string
[]
,
locale
?:
TtsVoice
,
)
=>
SvamlInstructionPlayFiles
;
say
:
(
text
:
string
,
locale
?:
TtsVoice
)
=>
SvamlInstructionSay
;
sendDtmf
:
(
dtmfValue
:
string
)
=>
SvamlInstructionSendDtmf
;
setCookie
:
(
name
:
string
,
value
:
string
)
=>
SvamlInstructionSetCookie
;
startRecording
:
(
startRecordingOptions
:
StartRecordingOptions
,
)
=>
SvamlInstructionStartRecording
;
stopRecording
:
()
=>
SvamlInstructionStopRecording
;
}
Type Declaration
playFiles
:
(
ids
:
string
[]
,
locale
?:
TtsVoice
)
=>
SvamlInstructionPlayFiles
say
:
(
text
:
string
,
locale
?:
TtsVoice
)
=>
SvamlInstructionSay
sendDtmf
:
(
dtmfValue
:
string
)
=>
SvamlInstructionSendDtmf
setCookie
:
(
name
:
string
,
value
:
string
)
=>
SvamlInstructionSetCookie
startRecording
:
(
startRecordingOptions
:
StartRecordingOptions
)
=>
SvamlInstructionStartRecording
stopRecording
:
()
=>
SvamlInstructionStopRecording
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Developers
Sinch Node.js SDK - v1.5.0
Loading...