Condividi tramite


CreateResponseRealtimeClientMessage.OutputModalities Proprietà

Definizione

Ottiene o imposta le modalità di output per la risposta, ad esempio "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)

Valore della proprietà

Commenti

Se impostato, esegue l'override delle modalità di output a livello di sessione solo per questa risposta. Se null, vengono usate le modalità predefinite della sessione.

Si applica a