Is it possible to customize a ms teams bot conversation? The aim here is to add additional parameters to the ms teams conversation.

abbas izadipour 165 Reputation points
2024-01-18T02:18:09.4333333+00:00

In the body of a request initiated by a user who started a conversation with a conversational bot, I can see various elements like conversationType, tenantId, and id within the conversation object. It looks like the following:

conversation: {
      conversationType: 'personal',
      tenantId: '83....',
      id: 'a:1....'
    },

Is it possible to add an additional parameter to the conversation? For example, let's say I want to add a 'subjectId' to the conversation.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,334 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,946 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ran Hou-MSFT 7,475 Reputation points Microsoft Vendor
    2024-01-19T05:33:50.84+00:00

    Hi @abbas izadipour According to the Microsoft document, you can add additional parameters to the conversation object in the body of a request initiated by a user who started a conversation with a Teams conversational bot. For example, User's image

    For more details, you may refer to the article. Hope the above information is helpful for you!


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



0 additional answers

Sort by: Most helpful