Indicates the type of 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#
public enum VoicePromptType
Visual Basic
Public Enumeration VoicePromptType

Members

Member nameValueDescription
OutOfOffice0 The prompt is an out of office response.
NoAnswer1 The prompt is a no answer response.
FollowMe2 The prompt is a follow-me response.
Name3 The prompt is a name prompt.
Greeting4 The prompt is a standard greeting response.
AvailableForward5 The prompt is an available forward response.
QuickHold6 The prompt is a quick hold response.
All7 The action applies to all voice prompt types.

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