frankqianms

Results 5 comments of frankqianms

@maaisde The problem is that you can not just construct an entity by using simple dict type. You need to use [**botbuilder.schema.Entity**](https://github.com/microsoft/botbuilder-python/blob/ac28ca3d54a124cfc2c38765f64b9008e76801ab/libraries/botbuilder-schema/botbuilder/schema/_models_py3.py#L1524) to construct your entity obj. Codes like that....

@maaisde I'm sorry! You are right! the Entity type only has a type parameter in its `__init__` method and `_attribute_map`. We need to create another class based on Entity to...

Hi @tracyboehrer . Any updates on this issue? And do you have a release plan for this bug fix: https://github.com/microsoft/botbuilder-python/issues/2210?