| PlayPrompt(String, String, PlayPromptOptions) |
Awaitable version of the PlayPrompt(String, String, PlayPromptOptions, ActionBoolean) script should use this method only when executed in Active mode. |
| PlayPrompt(String, String, PlayPromptOptions, ActionBoolean) |
Plays prompt sequence of the files and notify when playback will finished.
if files is empty, the parameter finished is ignored. If playback is active - it will be cancelled and its
finished delegate will be called with "false". script should use this method only when executed in Active mode. |