O365ConnectorCardViewAction 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
O365ConnectorCardViewAction() |
Initializes a new instance of the O365ConnectorCardViewAction class. |
O365ConnectorCardViewAction(String, String, String, IList<String>) |
Initializes a new instance of the O365ConnectorCardViewAction class. |
O365ConnectorCardViewAction()
Initializes a new instance of the O365ConnectorCardViewAction class.
public O365ConnectorCardViewAction ();
Public Sub New ()
Applies to
O365ConnectorCardViewAction(String, String, String, IList<String>)
Initializes a new instance of the O365ConnectorCardViewAction class.
public O365ConnectorCardViewAction (string type = default, string name = default, string id = default, System.Collections.Generic.IList<string> target = default);
new Microsoft.Bot.Schema.Teams.O365ConnectorCardViewAction : string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Bot.Schema.Teams.O365ConnectorCardViewAction
Public Sub New (Optional type As String = Nothing, Optional name As String = Nothing, Optional id As String = Nothing, Optional target As IList(Of String) = 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.