Manages user voice prompts by starting actions for a voice prompt type.

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 class VoicePrompts
Visual Basic
Public Class VoicePrompts

Remarks

The VoicePrompts object is used to issue commands to handle the recording of personal prompts. There is a list of the different voice prompts that can be managed. The prompt that is to be managed is selected by the VoicePromptType enum that is passed into ManageVoicePrompts(VoicePromptActionTypes, VoicePromptType) or ManageVoicePromptsAsync(VoicePromptActionTypes, VoicePromptType, AsyncCompletedEventHandler, Object).

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.People..::..VoicePrompts

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