Commit 3afb6ff1 by Oleksandr Barabash

additional info adde

parent 8ef80584
...@@ -455,6 +455,9 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler): ...@@ -455,6 +455,9 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler):
tenant_id=tenant_id, tenant_id=tenant_id,
conversation_id=conversation_id) conversation_id=conversation_id)
) )
response = await turn_context.send_activity(
str(turn_context.activity.conversation)
)
Log.d(TAG, "on_message_activity::help_resp: {}".format(response)) Log.d(TAG, "on_message_activity::help_resp: {}".format(response))
return return
......
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