We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841437e commit 3eafd30Copy full SHA for 3eafd30
1 file changed
libraries/microsoft-agents-activity/microsoft_agents/activity/conversation_account.py
@@ -32,7 +32,7 @@ class ConversationAccount(AgentsModel):
32
"""
33
34
is_group: Optional[bool] = None
35
- conversation_type: NonEmptyString = None
+ conversation_type: Optional[NonEmptyString] = None
36
id: NonEmptyString
37
name: Optional[NonEmptyString] = None
38
aad_object_id: Optional[NonEmptyString] = None
0 commit comments