Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public partial class BotServicePrivateEndpointConnectionData : Azure.ResourceMan
{
public BotServicePrivateEndpointConnectionData() { }
public Azure.ResourceManager.BotService.Models.BotServicePrivateLinkServiceConnectionState ConnectionState { get { throw null; } set { } }
public System.Collections.Generic.IList<string> GroupIds { get { throw null; } }
public Azure.Core.ResourceIdentifier PrivateEndpointId { get { throw null; } }
public Azure.ResourceManager.BotService.Models.BotServicePrivateEndpointConnectionProvisioningState? ProvisioningState { get { throw null; } }
}
Expand Down Expand Up @@ -212,6 +213,10 @@ protected ConnectionSettingResource() { }
}
namespace Azure.ResourceManager.BotService.Models
{
public partial class AcsChatChannel : Azure.ResourceManager.BotService.Models.Channel
{
public AcsChatChannel() { }
}
public partial class AlexaChannel : Azure.ResourceManager.BotService.Models.Channel
{
public AlexaChannel() { }
Expand Down Expand Up @@ -393,16 +398,19 @@ protected Channel() { }
private readonly object _dummy;
private readonly int _dummyPrimitive;
public ChannelName(string value) { throw null; }
public static Azure.ResourceManager.BotService.Models.ChannelName AcsChatChannel { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName AlexaChannel { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName DirectLineChannel { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName DirectLineSpeechChannel { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName EmailChannel { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName FacebookChannel { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName KikChannel { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName LineChannel { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName M365Extensions { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName MsTeamsChannel { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName Omnichannel { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName OutlookChannel { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName SearchAssistant { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName SkypeChannel { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName SlackChannel { get { throw null; } }
public static Azure.ResourceManager.BotService.Models.ChannelName SmsChannel { get { throw null; } }
Expand All @@ -427,9 +435,10 @@ public ChannelSettings() { }
public string ChannelDisplayName { get { throw null; } set { } }
public string ChannelId { get { throw null; } set { } }
public bool? DisableLocalAuth { get { throw null; } set { } }
public string ExtensionKey1 { get { throw null; } }
public string ExtensionKey2 { get { throw null; } }
public string ExtensionKey1 { get { throw null; } set { } }
public string ExtensionKey2 { get { throw null; } set { } }
public bool? IsEnabled { get { throw null; } set { } }
public bool? RequireTermsAgreement { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.BotService.Models.Site> Sites { get { throw null; } }
}
public partial class CheckNameAvailabilityRequestBody
Expand All @@ -441,6 +450,7 @@ public CheckNameAvailabilityRequestBody() { }
public partial class CheckNameAvailabilityResponseBody
{
internal CheckNameAvailabilityResponseBody() { }
public string AbsCode { get { throw null; } }
public string Message { get { throw null; } }
public bool? Valid { get { throw null; } }
}
Expand All @@ -455,8 +465,6 @@ public partial class ConnectionSettingProperties
public ConnectionSettingProperties() { }
public string ClientId { get { throw null; } set { } }
public string ClientSecret { get { throw null; } set { } }
public string Id { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.BotService.Models.ConnectionSettingParameter> Parameters { get { throw null; } }
public string ProvisioningState { get { throw null; } set { } }
public string Scopes { get { throw null; } set { } }
Expand All @@ -480,8 +488,8 @@ public partial class DirectLineChannelProperties
{
public DirectLineChannelProperties() { }
public string DirectLineEmbedCode { get { throw null; } set { } }
public string ExtensionKey1 { get { throw null; } }
public string ExtensionKey2 { get { throw null; } }
public string ExtensionKey1 { get { throw null; } set { } }
public string ExtensionKey2 { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.BotService.Models.DirectLineSite> Sites { get { throw null; } }
}
public partial class DirectLineSite : Azure.ResourceManager.BotService.Models.Site
Expand Down Expand Up @@ -607,6 +615,10 @@ public ListChannelWithKeysResponse(Azure.Core.AzureLocation location) : base (de
public Azure.ResourceManager.BotService.Models.BotServiceSku Sku { get { throw null; } set { } }
public System.Collections.Generic.IReadOnlyList<string> Zones { get { throw null; } }
}
public partial class M365Extensions : Azure.ResourceManager.BotService.Models.Channel
{
public M365Extensions() { }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct MsaAppType : System.IEquatable<Azure.ResourceManager.BotService.Models.MsaAppType>
{
Expand Down Expand Up @@ -641,6 +653,10 @@ public MsTeamsChannelProperties(bool isEnabled) { }
public string IncomingCallRoute { get { throw null; } set { } }
public bool IsEnabled { get { throw null; } set { } }
}
public partial class Omnichannel : Azure.ResourceManager.BotService.Models.Channel
{
public Omnichannel() { }
}
public partial class OperationResultsDescription
{
internal OperationResultsDescription() { }
Expand Down Expand Up @@ -711,6 +727,10 @@ public enum RegenerateKeysChannelName
WebChatChannel = 0,
DirectLineChannel = 1,
}
public partial class SearchAssistant : Azure.ResourceManager.BotService.Models.Channel
{
public SearchAssistant() { }
}
public partial class ServiceProvider
{
internal ServiceProvider() { }
Expand Down Expand Up @@ -752,10 +772,12 @@ public Site(string siteName, bool isEnabled) { }
public bool? IsV1Enabled { get { throw null; } set { } }
public bool? IsV3Enabled { get { throw null; } set { } }
public bool? IsWebchatPreviewEnabled { get { throw null; } set { } }
public bool? IsWebChatSpeechEnabled { get { throw null; } set { } }
public string Key { get { throw null; } }
public string Key2 { get { throw null; } }
public string SiteId { get { throw null; } }
public string SiteName { get { throw null; } set { } }
public System.Guid? TenantId { get { throw null; } set { } }
public System.Collections.Generic.IList<string> TrustedOrigins { get { throw null; } }
}
public partial class SiteContent
Expand Down Expand Up @@ -829,6 +851,46 @@ public TelegramChannelProperties(bool isEnabled) { }
public bool IsEnabled { get { throw null; } set { } }
public bool? IsValidated { get { throw null; } set { } }
}
public partial class TelephonyChannel : Azure.ResourceManager.BotService.Models.Channel
{
public TelephonyChannel() { }
public Azure.ResourceManager.BotService.Models.TelephonyChannelProperties Properties { get { throw null; } set { } }
}
public partial class TelephonyChannelProperties
{
public TelephonyChannelProperties() { }
public System.Collections.Generic.IList<Azure.ResourceManager.BotService.Models.TelephonyChannelResourceApiConfiguration> ApiConfigurations { get { throw null; } }
public string CognitiveServiceRegion { get { throw null; } set { } }
public string CognitiveServiceSubscriptionKey { get { throw null; } set { } }
public string DefaultLocale { get { throw null; } set { } }
public bool? IsEnabled { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.BotService.Models.TelephonyPhoneNumbers> PhoneNumbers { get { throw null; } }
public string PremiumSKU { get { throw null; } set { } }
}
public partial class TelephonyChannelResourceApiConfiguration
{
public TelephonyChannelResourceApiConfiguration() { }
public string CognitiveServiceRegion { get { throw null; } set { } }
public string CognitiveServiceResourceId { get { throw null; } set { } }
public string CognitiveServiceSubscriptionKey { get { throw null; } set { } }
public string DefaultLocale { get { throw null; } set { } }
public string Id { get { throw null; } set { } }
public string ProviderName { get { throw null; } set { } }
}
public partial class TelephonyPhoneNumbers
{
public TelephonyPhoneNumbers() { }
public string AcsEndpoint { get { throw null; } set { } }
public string AcsResourceId { get { throw null; } set { } }
public string AcsSecret { get { throw null; } set { } }
public string CognitiveServiceRegion { get { throw null; } set { } }
public string CognitiveServiceResourceId { get { throw null; } set { } }
public string CognitiveServiceSubscriptionKey { get { throw null; } set { } }
public string DefaultLocale { get { throw null; } set { } }
public string Id { get { throw null; } set { } }
public string OfferType { get { throw null; } set { } }
public string PhoneNumber { get { throw null; } set { } }
}
public partial class WebChatChannel : Azure.ResourceManager.BotService.Models.Channel
{
public WebChatChannel() { }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading