SessionResponse.ModalitiesInternal 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 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> ModalitiesInternal { get; }
member this.ModalitiesInternal : System.Collections.Generic.IList<Azure.AI.VoiceLive.InteractionModality>
Public ReadOnly Property ModalitiesInternal As IList(Of InteractionModality)