Show / Hide Table of Contents

Class MultiTryPromptOptions

For setting up extra options when using line.MultiTryPrompt

Inheritance
object
PromptOptions
MultiTryPromptOptions
Inherited Members
PromptOptions.MaxLength
PromptOptions.Terminators
PromptOptions.AllowedDigits
PromptOptions.SpecialTerminator
PromptOptions.OnSpecialTerminator
PromptOptions.InvalidAnswerMessage
PromptOptions.InvalidAnswerTtsCache
PromptOptions.AllowEmpty
PromptOptions.CatchTooManyAttempts
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ivrToolkit.Core.Util
Assembly: ivrToolkit.Core.dll
Syntax
public class MultiTryPromptOptions : PromptOptions

Properties

| Edit this page View Source

BlankMaxAttempts

The number of blank attempts before throwing the TooManyAttemptsException

Declaration
public int BlankMaxAttempts { get; set; }
Property Value
Type Description
int
| Edit this page View Source

MaxAttempts

The number of attempts before throwing the TooManyAttemptsException

Declaration
public int MaxAttempts { get; set; }
Property Value
Type Description
int

Extension Methods

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