CreateResponseRealtimeClientMessage.OutputModalities Propiedad

Definición

Obtiene o establece las modalidades de salida de la respuesta (por ejemplo, "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)

Valor de propiedad

Comentarios

Si se establece, invalida las modalidades de salida de nivel de sesión solo para esta respuesta. Si nulles , se usan las modalidades predeterminadas de la sesión.

Se aplica a