FacebookQuickReply 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 Resposta Rápida do Facebook que pode ser enviado como parte de uma mensagem 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 FacebookQuickReply
[<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 FacebookQuickReply = class
Public Class FacebookQuickReply
- Herança
-
FacebookQuickReply
- Atributos
Construtores
FacebookQuickReply() |
Obsoleto.
Objeto de Resposta Rápida do Facebook que pode ser enviado como parte de uma mensagem do Facebook. |
Propriedades
ContentType |
Obsoleto.
Obtém ou define o tipo de conteúdo da resposta. Pode ser:
|
ImageUrl |
Obsoleto.
Obtém ou define o URL opcional da imagem a apresentar no botão de resposta rápida para respostas rápidas de texto. Necessário se a Title propriedade estiver vazia. |
Payload |
Obsoleto.
Obtém ou define o payload da resposta. Pode ser definido como uma cadeia vazia se a ImageUrl propriedade estiver definida. |
Title |
Obsoleto.
Obtém ou define o título da resposta. Necessário se content_type for "texto". |