Teams chat message reply profile
org.intentschema.communication.chat.message.reply.v1@com.microsoft.teams.v1
JSON: bare · @sha256:52eadc2b05b7…
Hash: sha256:52eadc2b05b78caec698ce7b6d1b7f9a7ef62e7ea90668ce192769615d0790af
Microsoft Teams profile for chat message reply.
Implements: Reply to chat message (org.intentschema.communication.chat.message.reply.v1)
Payload
| Field | Type | Description |
target * | Target | (system = "ms_teams", required: system) |
object * | object | |
idempotency_key | string | |
ms_teams @com.microsoft.teams | object | |
object
| Field | Type | Description |
channel_id | string | |
text * | string | |
broadcast | boolean (default false) | If true, also surface the reply in the parent channel. |
ms_teams @com.microsoft.teams
| Field | Type | Description |
mentions | any[] | |
importance | enum: normal | high | urgent | |
Result
| Field | Type | Description |
external_id * | string | Provider-assigned id. |
created_at * | string (date-time) | |
posted_at | string (date-time) | |
API mapping
Field mapping
| Intent field | API parameter |
object.channel_id | chatId (or teamId/channelId for channel messages) |
object.text | body.content |
ms_teams.mentions | mentions[] (with id + displayName + mentioned.user.id) |
ms_teams.importance | importance |
ms_teams.subject | subject |
target.external_id | messageId path param |