Recognize.CollectDigits Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
There is no choice based recognition. Rather collect all digits entered by user.
Either CollectDigits or Choices must be specified. Both can not be specified.
public Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.CollectDigits CollectDigits { get; set; }
member this.CollectDigits : Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.CollectDigits with get, set
Public Property CollectDigits As CollectDigits