Element Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
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.
Represents an element of a template message.
[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
- Inheritance
-
Element
- Attributes
Constructors
Element() |
Properties
Buttons |
Gets a list of buttons for the element. |
DefaultAction |
Gets or sets the default action for the element. |
ImageUrl |
Gets or sets the URL of the image. |
MediaType |
Gets or sets the type of the media element. |
Subtitle |
Gets or sets the subtitle text of the element. |
Title |
Gets or sets the title of the element. |
Url |
Gets or sets the URL of the media element. |
Methods
ShouldSerializeButtons() |
Newtonsoft JSON method for conditionally serializing the Buttons property. |