O365ConnectorCardOpenUri 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.
Content type for O365ConnectorCardOpenUri.
public class O365ConnectorCardOpenUri : Microsoft.Bot.Schema.Teams.O365ConnectorCardActionBase
type O365ConnectorCardOpenUri = class
inherit O365ConnectorCardActionBase
Public Class O365ConnectorCardOpenUri
Inherits O365ConnectorCardActionBase
- Inheritance
Constructors
O365ConnectorCardOpenUri() |
Initializes a new instance of the O365ConnectorCardOpenUri class. |
O365ConnectorCardOpenUri(String, String, String, IList<O365ConnectorCardOpenUriTarget>) |
Initializes a new instance of the O365ConnectorCardOpenUri class. |
Fields
Type |
Content type to be used in the @type property. |
Properties
Id |
Gets or sets action ID. (Inherited from O365ConnectorCardActionBase) |
Name |
Gets or sets name of the action that will be used as button title. (Inherited from O365ConnectorCardActionBase) |
Targets |
Gets or sets target OS/URLs. |