Show / Hide Table of Contents

Class CollectDigits

Inheritance
System.Object
CollectDigits
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class CollectDigits

Constructors

CollectDigits()

Declaration
public CollectDigits()

Properties

MaxNumberOfDtmfs

Declaration
public uint ? MaxNumberOfDtmfs { get; set; }
Property Value
Type Description
System.Nullable<System.UInt32>

StopTones

Declaration
public IEnumerable<char> StopTones { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Char>

Methods

Validate()

Declaration
public void Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX