通过


CreateResponseRealtimeClientMessage.OutputModalities 属性

定义

获取或设置响应的输出形式(例如“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)

属性值

注解

如果已设置,则仅覆盖此响应的会话级输出形式。 如果使用 null会话的默认形式。

适用于