The set of actions that can be performed on a voice prompt.
Voice prompts are handled via a VoicePrompts object.
Namespace: ININ.IceLib.PeopleAssembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
[FlagsAttribute] public enum VoicePromptActionTypes |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration VoicePromptActionTypes |
Members
Member name | Value | Description | |
---|---|---|---|
Record | 1 | Records the voice prompt. | |
Commit | 2 | Commits the recording to memory. | |
Preview | 4 | Previews the prompt. | |
Clear | 8 | Clears the voice prompt from memory. | |
Cancel | 16 | Cancels the current actions. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.