CreateResponseRealtimeClientMessage.OutputModalities Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define as modalidades de saída para a resposta (por exemplo, "texto", "áudio").
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 da propriedade
Comentários
Se definido, substitui as modalidades de saída no nível da sessão somente para essa resposta. Se null, as modalidades padrão da sessão serão usadas.