-
Hello community! I am creating a search based messaging extension and I have used the generator to achieve what I needed. Scaffolding and Bot response went pretty well. However, for my particular use case I need to determine what is the Team name (or the group id would be even better) in order to query the graph accordingly and get the conversation webUrl. I cannot seem to find any of the data in the TurnContext object. My question is the following Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
A workaround was achieved by using schema extensions on the created Unified group that can be resolved with part of the data in the Turn Context object. |
Beta Was this translation helpful? Give feedback.
A workaround was achieved by using schema extensions on the created Unified group that can be resolved with part of the data in the Turn Context object.