Message Classe
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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. |