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