Class MultiTryPromptOptions
For setting up extra options when using line.MultiTryPrompt
Inherited Members
Namespace: ivrToolkit.Core.Util
Assembly: ivrToolkit.Core.dll
Syntax
public class MultiTryPromptOptions : PromptOptions
Properties
| Edit this page View SourceBlankMaxAttempts
The number of blank attempts before throwing the TooManyAttemptsException
Declaration
public int BlankMaxAttempts { get; set; }
Property Value
Type | Description |
---|---|
int |
MaxAttempts
The number of attempts before throwing the TooManyAttemptsException
Declaration
public int MaxAttempts { get; set; }
Property Value
Type | Description |
---|---|
int |