Compartir a través de


WebexMessageRequest Clase

Definición

Precaución

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 la carga recibida cuando se envía un mensaje de Webex al 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
Herencia
WebexMessageRequest
Atributos

Constructores

WebexMessageRequest()
Obsoletos.

Inicializa una nueva instancia de la clase WebexMessageRequest. Representa la solicitud necesaria para crear un mensaje con datos adjuntos.

Propiedades

Attachments
Obsoletos.

Obtiene o establece los datos adjuntos de contenido que se van a adjuntar al mensaje.

Files
Obsoletos.

Obtiene el URI de un archivo binario que se va a publicar en la sala. Solo se permite un archivo por mensaje.

Markdown
Obsoletos.

Obtiene o establece el mensaje en formato Markdown.

RoomId
Obsoletos.

Obtiene o establece el identificador de sala del mensaje.

Text
Obsoletos.

Obtiene o establece el texto del mensaje.

ToPersonEmail
Obsoletos.

Obtiene o establece la dirección de correo electrónico del destinatario al enviar un mensaje privado 1:1.

ToPersonId
Obsoletos.

Obtiene o establece el identificador de persona del destinatario al enviar un mensaje privado 1:1.

Métodos

ShouldSerializeFiles()
Obsoletos.

Comprueba si la propiedad Files se debe serializar o no.

Se aplica a