ICallPlayPrompt(String, String, PlayPromptOptions) Method

Awaitable version of the PlayPrompt(String, String, PlayPromptOptions, ActionBoolean)
script should use this method only when executed in Active mode.

Definition

Namespace: CallFlow
Assembly: 3CX.CallFlow (in 3CX.CallFlow.dll) Version: 20.0.1
C#
Task<bool> PlayPrompt(
	string promptset,
	string[] files,
	PlayPromptOptions options
)

Parameters

promptset  String
 
files  String
 
options  PlayPromptOptions
 

Return Value

TaskBoolean

See Also