Commit 8ef80584 by Oleksandr Barabash

additional logs added

parent 50b5071f
......@@ -333,6 +333,8 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler):
reference = await self.cosmos_client.create_conversation_reference(
turn_context
)
logger.info(f"TURN_CONTEXT:{turn_context}")
logger.info(f"ACTIVITY:{turn_context.activity}")
if turn_context.activity.value is not None:
log.info("activity.value is not none, handling submit action")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment