Answer.AcceptModalityTypes 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.
The modality types the application will accept. If none are specified, audio-only is assumed.
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Calling.ObjectModel.Misc.ModalityType> AcceptModalityTypes { get; set; }
member this.AcceptModalityTypes : seq<Microsoft.Bot.Builder.Calling.ObjectModel.Misc.ModalityType> with get, set
Public Property AcceptModalityTypes As IEnumerable(Of ModalityType)