Message Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 por meio 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 usado ao enviar mensagens por meio 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 da própria página. |
Metadata |
Obsoleto.
Obtém ou define os metadados. |
Mid |
Obsoleto.
Obtém ou define a ID da mensagem. |
QuickReplies |
Obsoleto.
Obtém as respostas rápidas. |
StickerId |
Obsoleto.
Obtém ou define a ID do adesivo. |
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. |