Parity issue with getContinuationActivity method missing the type property #3874
Labels
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Version
4.14.0
Describe the bug
When performing the execution of the
continueConversationAsync
method with the newCloudAdapter
it throws anActivity is missing its type
error. This is due to a parity issue with DotNet in the GetContinuationActivity method, which is missing the type property.Additional context
We are updating the FunctionalTests bots to support
CloudAdapter
and this error happened when we executed thecontinueConversationAsync
in replacement of thecontinueConversation
method in the proactive functionality (link).Screenshots
The text was updated successfully, but these errors were encountered: