CreateResponseRealtimeClientMessage.OutputModalities 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置响应的输出形式(例如“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会话的默认形式。