Share via


SessionResponse.Modalities Property

Definition

The set of modalities the model used to respond. If there are multiple modalities, the model will pick one, for example if modalities is ["text", "audio"], the model could be responding in either text or audio.

public System.Collections.Generic.IList<Azure.AI.VoiceLive.InteractionModality> Modalities { get; }
member this.Modalities : System.Collections.Generic.IList<Azure.AI.VoiceLive.InteractionModality>
Public ReadOnly Property Modalities As IList(Of InteractionModality)

Property Value

Applies to