Partilhar via


Message 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.

Objeto de mensagem do Facebook utilizado ao enviar mensagens através da API do Facebook.

[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 Message
[<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 Message = class
Public Class Message
Herança
Message
Atributos

Construtores

Message()
Obsoleto.

Objeto de mensagem do Facebook utilizado ao enviar mensagens através da API do Facebook.

Propriedades

Attachment
Obsoleto.

Obtém ou define o anexo.

Attachments
Obsoleto.

Obtém uma lista de anexos.

IsEcho
Obsoleto.

Obtém ou define um valor que indica se a mensagem foi enviada a partir da própria página.

Metadata
Obsoleto.

Obtém ou define os metadados.

Mid
Obsoleto.

Obtém ou define o ID da mensagem.

QuickReplies
Obsoleto.

Obtém as respostas rápidas.

StickerId
Obsoleto.

Obtém ou define o ID do autocolante.

Text
Obsoleto.

Obtém ou define o texto da mensagem.

Métodos

ShouldSerializeAttachments()
Obsoleto.

Método Newtonsoft JSON para serializar condicionalmente a Attachments propriedade.

ShouldSerializeIsEcho()
Obsoleto.

Método Newtonsoft JSON para serializar condicionalmente a IsEcho propriedade.

ShouldSerializeQuickReplies()
Obsoleto.

Método Newtonsoft JSON para serializar condicionalmente a QuickReplies propriedade.

Aplica-se a