The set of actions that can be performed on a voice prompt. Voice prompts are handled via a VoicePrompts object.

Namespace: ININ.IceLib.People
Assembly: 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 nameValueDescription
Record1 Records the voice prompt.
Commit2 Commits the recording to memory.
Preview4 Previews the prompt.
Clear8 Clears the voice prompt from memory.
Cancel16 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.

See Also