Element Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
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 padrão para o elemento . |
| ImageUrl |
Obsoleto.
Obtém ou define a URL da imagem. |
| MediaType |
Obsoleto.
Obtém ou define o tipo do elemento de mí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 a URL do elemento de mídia. |
Métodos
| ShouldSerializeButtons() |
Obsoleto.
Método Newtonsoft JSON para serializar condicionalmente a Buttons propriedade. |