Compartir a través de


Element Clase

Definición

Precaución

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 un elemento de un mensaje de plantilla.

[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
Herencia
Element
Atributos

Constructores

Element()
Obsoletos.

Representa un elemento de un mensaje de plantilla.

Propiedades

Buttons
Obsoletos.

Obtiene una lista de botones para el elemento .

DefaultAction
Obsoletos.

Obtiene o establece la acción predeterminada para el elemento .

ImageUrl
Obsoletos.

Obtiene o establece la dirección URL de la imagen.

MediaType
Obsoletos.

Obtiene o establece el tipo del elemento multimedia.

Subtitle
Obsoletos.

Obtiene o establece el texto de subtítulo del elemento.

Title
Obsoletos.

Obtiene o establece el título del elemento.

Url
Obsoletos.

Obtiene o establece la dirección URL del elemento multimedia.

Métodos

ShouldSerializeButtons()
Obsoletos.

Método JSON newtonsoft para serializar condicionalmente la Buttons propiedad.

Se aplica a