O365ConnectorCardOpenUri Constructors
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.
Overloads
O365ConnectorCardOpenUri() |
Initializes a new instance of the O365ConnectorCardOpenUri class. |
O365ConnectorCardOpenUri(String, String, String, IList<O365ConnectorCardOpenUriTarget>) |
Initializes a new instance of the O365ConnectorCardOpenUri class. |
O365ConnectorCardOpenUri()
Initializes a new instance of the O365ConnectorCardOpenUri class.
public O365ConnectorCardOpenUri ();
Public Sub New ()
Applies to
O365ConnectorCardOpenUri(String, String, String, IList<O365ConnectorCardOpenUriTarget>)
Initializes a new instance of the O365ConnectorCardOpenUri class.
public O365ConnectorCardOpenUri (string type = default, string name = default, string id = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardOpenUriTarget> targets = default);
new Microsoft.Bot.Schema.Teams.O365ConnectorCardOpenUri : string * string * string * System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardOpenUriTarget> -> Microsoft.Bot.Schema.Teams.O365ConnectorCardOpenUri
Public Sub New (Optional type As String = Nothing, Optional name As String = Nothing, Optional id As String = Nothing, Optional targets As IList(Of O365ConnectorCardOpenUriTarget) = Nothing)
Parameters
- type
- String
Type of the action. Possible values include: 'ViewAction', 'OpenUri', 'HttpPOST', 'ActionCard'.
- name
- String
Name of the action that will be used as button title.
- id
- String
Action Id.
- targets
- IList<O365ConnectorCardOpenUriTarget>
Target os / urls.