Answer.AcceptModalityTypes Property

Definition

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)

Property Value

IEnumerable<ModalityType>

Applies to