Compartilhar via


WebexMessageRequest Classe

Definição

Cuidado

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 conteúdo 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 classe WebexMessageRequest. Representa a solicitação necessária para criar uma mensagem com anexos.

Propriedades

Attachments
Obsoleto.

Obtém ou define os anexos de conteúdo a serem anexados à mensagem.

Files
Obsoleto.

Obtém o URI para um arquivo binário a ser postado na sala. Somente um arquivo é permitido por mensagem.

Markdown
Obsoleto.

Obtém ou define a mensagem no formato Markdown.

RoomId
Obsoleto.

Obtém ou define a 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 email do destinatário ao enviar uma mensagem privada 1:1.

ToPersonId
Obsoleto.

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

Métodos

ShouldSerializeFiles()
Obsoleto.

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

Aplica-se a