RealtimeSessionOptions.OutputModalities Property

Definition

Gets the output modalities for the response. like "text", "audio". If null, then default conversation modalities will be used.

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ OutputModalities { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<System::String ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<string>? OutputModalities { get; init; }
member this.OutputModalities : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property OutputModalities As IReadOnlyList(Of String)

Property Value

Applies to