Jaa


CreateResponseRealtimeClientMessage.OutputModalities Property

Definition

Gets or sets the output modalities for the response (e.g., "text", "audio").

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

Property Value

Remarks

If set, overrides the session-level output modalities for this response only. If null, the session's default modalities are used.

Applies to