Share via


O365ConnectorCardHttpPOST Constructors

Definition

Overloads

O365ConnectorCardHttpPOST()

Initializes a new instance of the O365ConnectorCardHttpPOST class.

O365ConnectorCardHttpPOST(String, String, String, String)

Initializes a new instance of the O365ConnectorCardHttpPOST class.

O365ConnectorCardHttpPOST()

Initializes a new instance of the O365ConnectorCardHttpPOST class.

public O365ConnectorCardHttpPOST ();
Public Sub New ()

Applies to

O365ConnectorCardHttpPOST(String, String, String, String)

Initializes a new instance of the O365ConnectorCardHttpPOST class.

public O365ConnectorCardHttpPOST (string type = default, string name = default, string id = default, string body = default);
new Microsoft.Bot.Schema.Teams.O365ConnectorCardHttpPOST : string * string * string * string -> Microsoft.Bot.Schema.Teams.O365ConnectorCardHttpPOST
Public Sub New (Optional type As String = Nothing, Optional name As String = Nothing, Optional id As String = Nothing, Optional body As 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.

body
String

Content to be posted back to bots via invoke.

Applies to