Compartilhar via


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

Conteúdo interno do Anexo do Facebook que pode ser enviado como parte de um Anexo do Facebook em 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 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.

Conteúdo interno do Anexo do Facebook que pode ser enviado como parte de um Anexo do Facebook em uma mensagem do Facebook.

Propriedades

AttachmentId
Obsoleto.

Obtém ou define a 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 de mídia do modelo.

IsReusable
Obsoleto.

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

TemplateType
Obsoleto.

Obtém ou define o tipo do modelo anexado.

Text
Obsoleto.

Obtém ou define o texto do modelo.

Url
Obsoleto.

Obtém ou define a 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