Show / Hide Table of Contents

Interface IIvrPlugin

Defines the common methods for different plugin implementations.

Inherited Members
IDisposable.Dispose()
Namespace: ivrToolkit.Core.Interfaces
Assembly: ivrToolkit.Core.dll
Syntax
public interface IIvrPlugin : IDisposable

Properties

| Edit this page View Source

VoiceProperties

Access to the voiceProperties file

Declaration
VoiceProperties VoiceProperties { get; }
Property Value
Type Description
VoiceProperties

Methods

| Edit this page View Source

GetLine(int)

Gets an instance of the line.

Declaration
IIvrBaseLine GetLine(int lineNumber)
Parameters
Type Name Description
int lineNumber

The line number you want to create a line for

Returns
Type Description
IIvrBaseLine

Extension Methods

ValidationExtensions.ThrowIfNull<T>(T, string)
  • View Source
In this article
Back to top Generated by DocFX