Skip to content

Commit 8d6ecb7

Browse files
author
pedias
committed
Add 'Unknown' as default value to PartyEntityType
1 parent 6beb7cb commit 8d6ecb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BotMessageRouting/Models/Azure/PartyEntity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ namespace Underscore.Bot.Models.Azure
77
{
88
public enum PartyEntityType
99
{
10+
Unknown = 0,
1011
Bot,
1112
User,
1213
Aggregation,

0 commit comments

Comments
 (0)