Partilhar via


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

Representa um elemento de uma mensagem de modelo.

[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 Element
[<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 Element = class
Public Class Element
Herança
Element
Atributos

Construtores

Element()
Obsoleto.

Representa um elemento de uma mensagem de modelo.

Propriedades

Buttons
Obsoleto.

Obtém uma lista de botões para o elemento.

DefaultAction
Obsoleto.

Obtém ou define a ação predefinida para o elemento.

ImageUrl
Obsoleto.

Obtém ou define o URL da imagem.

MediaType
Obsoleto.

Obtém ou define o tipo de elemento multimédia.

Subtitle
Obsoleto.

Obtém ou define o texto do subtítulo do elemento.

Title
Obsoleto.

Obtém ou define o título do elemento.

Url
Obsoleto.

Obtém ou define o URL do elemento multimédia.

Métodos

ShouldSerializeButtons()
Obsoleto.

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

Aplica-se a