@@ -13,7 +13,33 @@ func (commonIdBotServiceChannel) id() models.ParsedResourceId {
13
13
name := "BotServiceChannel"
14
14
return models.ParsedResourceId {
15
15
CommonAlias : & name ,
16
- Constants : map [string ]resourcemanager.ConstantDetails {},
16
+ Constants : map [string ]resourcemanager.ConstantDetails {
17
+ "BotServiceChannelType" : {
18
+ CaseInsensitive : false ,
19
+ Type : resourcemanager .StringConstant ,
20
+ Values : map [string ]string {
21
+ "AcsChatChannel" : "AcsChatChannel" ,
22
+ "AlexaChannel" : "AlexaChannel" ,
23
+ "DirectLineChannel" : "DirectLineChannel" ,
24
+ "DirectLineSpeechChannel" : "DirectLineSpeechChannel" ,
25
+ "EmailChannel" : "EmailChannel" ,
26
+ "KikChannel" : "KikChannel" ,
27
+ "FacebookChannel" : "FacebookChannel" ,
28
+ "LineChannel" : "LineChannel" ,
29
+ "M365Extensions" : "M365Extensions" ,
30
+ "MsTeamsChannel" : "MsTeamsChannel" ,
31
+ "Omnichannel" : "Omnichannel" ,
32
+ "OutlookChannel" : "OutlookChannel" ,
33
+ "SearchAssistant" : "SearchAssistant" ,
34
+ "SkypeChannel" : "SkypeChannel" ,
35
+ "SlackChannel" : "SlackChannel" ,
36
+ "SmsChannel" : "SmsChannel" ,
37
+ "TelegramChannel" : "TelegramChannel" ,
38
+ "TelephonyChannel" : "TelephonyChannel" ,
39
+ "WebChatChannel" : "WebChatChannel" ,
40
+ },
41
+ },
42
+ },
17
43
Segments : []resourcemanager.ResourceIdSegment {
18
44
models .StaticResourceIDSegment ("staticSubscriptions" , "subscriptions" ),
19
45
models .SubscriptionIDResourceIDSegment ("subscriptionId" ),
0 commit comments