Partager via


Element Classe

Définition

Attention

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.

Représente un élément d’un message de modèle.

[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
Héritage
Element
Attributs

Constructeurs

Element()
Obsolète.

Représente un élément d’un message de modèle.

Propriétés

Buttons
Obsolète.

Obtient la liste des boutons de l’élément.

DefaultAction
Obsolète.

Obtient ou définit l’action par défaut de l’élément .

ImageUrl
Obsolète.

Obtient ou définit l’URL de l’image.

MediaType
Obsolète.

Obtient ou définit le type de l’élément multimédia.

Subtitle
Obsolète.

Obtient ou définit le texte de sous-titre de l’élément.

Title
Obsolète.

Obtient ou définit le titre de l’élément.

Url
Obsolète.

Obtient ou définit l’URL de l’élément multimédia.

Méthodes

ShouldSerializeButtons()
Obsolète.

Méthode JSON Newtonsoft pour sérialiser conditionnellement la Buttons propriété.

S’applique à