Partilhar via


WebexMessageRequest Classe

Definição

Atenção

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

Representa o payload recebido quando uma Mensagem Webex é enviada para o bot.

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class WebexMessageRequest
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type WebexMessageRequest = class
Public Class WebexMessageRequest
Herança
WebexMessageRequest
Atributos

Construtores

WebexMessageRequest()
Obsoleto.

Inicializa uma nova instância da WebexMessageRequest classe. Representa o pedido necessário para criar uma mensagem com anexos.

Propriedades

Attachments
Obsoleto.

Obtém ou define os anexos de conteúdo para anexar à mensagem.

Files
Obsoleto.

Obtém o URI para um ficheiro binário para ser colocado na sala. Só é permitido um ficheiro por mensagem.

Markdown
Obsoleto.

Obtém ou define a mensagem no formato Markdown.

RoomId
Obsoleto.

Obtém ou define o ID da sala da mensagem.

Text
Obsoleto.

Obtém ou define o texto da mensagem.

ToPersonEmail
Obsoleto.

Obtém ou define o endereço de e-mail do destinatário ao enviar uma mensagem privada 1:1.

ToPersonId
Obsoleto.

Obtém ou define o ID da pessoa do destinatário ao enviar uma mensagem privada 1:1.

Métodos

ShouldSerializeFiles()
Obsoleto.

Verifica se a propriedade Ficheiros deve ser serializada ou não.

Aplica-se a