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

Objeto de mensagem do Facebook usado ao enviar mensagens via 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

Nome Description
Message()
Obsoleto.

Objeto de mensagem do Facebook usado ao enviar mensagens via API do Facebook.

Propriedades

Nome Description
Attachment
Obsoleto.

Pega ou ajusta o apego.

Attachments
Obsoleto.

Recebe uma lista de anexos.

IsEcho
Obsoleto.

Recebe ou define um valor indicando se a mensagem foi enviada pela própria página.

Metadata
Obsoleto.

Obtém ou define os metadados.

Mid
Obsoleto.

Obtém ou define a ID da mensagem.

QuickReplies
Obsoleto.

Recebe respostas rápidas.

StickerId
Obsoleto.

Obtém ou define o ID do adesivo.

Text
Obsoleto.

Recebe ou define o texto da mensagem.

Métodos

Nome Description
ShouldSerializeAttachments()
Obsoleto.

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

ShouldSerializeIsEcho()
Obsoleto.

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

ShouldSerializeQuickReplies()
Obsoleto.

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

Aplica-se a