ResponseCreatedRealtimeServerMessage.OutputModalities 属性

定义

获取或设置响应的输出形式。 如“text”、“audio”。 如果为 null,则将使用默认聊天形式。

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)

属性值

适用于