Summary
This namespace contains Microsoft Teams aliases.
Class Types
Class | Summary |
---|---|
Microsoft |
Contains functionality related to Microsoft Teams. |
Microsoft |
Message structure used by MicrosoftTeamsAliases .
|
Microsoft |
Facts are simple name value pairs that will appear in a list. These are set as a list in the facts field of the MicrosoftTeamsMessageSection object.
|
Microsoft |
Actions can be presented to the user by including a Schema.org JSON-LD object in the potentialAction array. We currently support schema.org/ViewAction, which creates a hyperlinked action button at the bottom of the connector card. The text shown on the action button is set by the Action's name parameter, and the destination of the hyperlink is the first link in the target array. |
Microsoft |
A section is a canvas to show richer content than what can be represented in the just the title and text of the card. A section can contain text and images, or the activity and facts fields can be used to highlight key events and details. These sections are passed via the sections array in the payload, and will be rendered in the order of array position. The content in a section is displayed in the following order(top to bottom): * title * text * activityTitle, activitySubtitle, activityText * facts * images * actions |
Microsoft |
Contains settings used by MicrosoftTeamsAliases .
|