Partilhar via


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

Payload de Anexos internos do Facebook que pode ser enviado como parte de um Anexo do Facebook numa 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 AttachmentPayload
[<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 AttachmentPayload = class
Public Class AttachmentPayload
Herança
AttachmentPayload
Atributos

Construtores

AttachmentPayload()
Obsoleto.

Payload de Anexos internos do Facebook que pode ser enviado como parte de um Anexo do Facebook numa mensagem do Facebook.

Propriedades

AttachmentId
Obsoleto.

Obtém ou define o ID do anexo (para anexos reutilizáveis).

Buttons
Obsoleto.

Obtém uma lista de botões do modelo.

Elements
Obsoleto.

Obtém uma lista de elementos multimédia do modelo.

IsReusable
Obsoleto.

Obtém ou define um valor que indica se o anexo é reutilizável ou não. Falso predefinido.

TemplateType
Obsoleto.

Obtém ou define o tipo de modelo anexado.

Text
Obsoleto.

Obtém ou define o texto do modelo.

Url
Obsoleto.

Obtém ou define o URL do anexo.

Métodos

ShouldSerializeButtons()
Obsoleto.

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

ShouldSerializeElements()
Obsoleto.

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

ShouldSerializeIsReusable()
Obsoleto.

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

Aplica-se a