1. Packages
  2. Azure Native
  3. API Docs
  4. botservice
  5. listChannelWithKeys
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.botservice.listChannelWithKeys

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Lists a Channel registration for a Bot Service including secrets

Uses Azure REST API version 2023-09-15-preview.

Other available API versions: 2022-09-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native botservice [ApiVersion]. See the version guide for details.

Using listChannelWithKeys

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listChannelWithKeys(args: ListChannelWithKeysArgs, opts?: InvokeOptions): Promise<ListChannelWithKeysResult>
function listChannelWithKeysOutput(args: ListChannelWithKeysOutputArgs, opts?: InvokeOptions): Output<ListChannelWithKeysResult>
Copy
def list_channel_with_keys(channel_name: Optional[str] = None,
                           resource_group_name: Optional[str] = None,
                           resource_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> ListChannelWithKeysResult
def list_channel_with_keys_output(channel_name: Optional[pulumi.Input[str]] = None,
                           resource_group_name: Optional[pulumi.Input[str]] = None,
                           resource_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[ListChannelWithKeysResult]
Copy
func ListChannelWithKeys(ctx *Context, args *ListChannelWithKeysArgs, opts ...InvokeOption) (*ListChannelWithKeysResult, error)
func ListChannelWithKeysOutput(ctx *Context, args *ListChannelWithKeysOutputArgs, opts ...InvokeOption) ListChannelWithKeysResultOutput
Copy

> Note: This function is named ListChannelWithKeys in the Go SDK.

public static class ListChannelWithKeys 
{
    public static Task<ListChannelWithKeysResult> InvokeAsync(ListChannelWithKeysArgs args, InvokeOptions? opts = null)
    public static Output<ListChannelWithKeysResult> Invoke(ListChannelWithKeysInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListChannelWithKeysResult> listChannelWithKeys(ListChannelWithKeysArgs args, InvokeOptions options)
public static Output<ListChannelWithKeysResult> listChannelWithKeys(ListChannelWithKeysArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:botservice:listChannelWithKeys
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ChannelName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Channel resource.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Bot resource group in the user subscription.
ResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Bot resource.
ChannelName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Channel resource.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Bot resource group in the user subscription.
ResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Bot resource.
channelName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Channel resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Bot resource group in the user subscription.
resourceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Bot resource.
channelName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Channel resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Bot resource group in the user subscription.
resourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Bot resource.
channel_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Channel resource.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Bot resource group in the user subscription.
resource_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Bot resource.
channelName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Channel resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Bot resource group in the user subscription.
resourceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Bot resource.

listChannelWithKeys Result

The following output properties are available:

Id string
Specifies the resource ID.
Name string
Specifies the name of the resource.
Properties Pulumi.AzureNative.BotService.Outputs.AcsChatChannelResponse | Pulumi.AzureNative.BotService.Outputs.AlexaChannelResponse | Pulumi.AzureNative.BotService.Outputs.DirectLineChannelResponse | Pulumi.AzureNative.BotService.Outputs.DirectLineSpeechChannelResponse | Pulumi.AzureNative.BotService.Outputs.EmailChannelResponse | Pulumi.AzureNative.BotService.Outputs.FacebookChannelResponse | Pulumi.AzureNative.BotService.Outputs.KikChannelResponse | Pulumi.AzureNative.BotService.Outputs.LineChannelResponse | Pulumi.AzureNative.BotService.Outputs.M365ExtensionsResponse | Pulumi.AzureNative.BotService.Outputs.MsTeamsChannelResponse | Pulumi.AzureNative.BotService.Outputs.OmnichannelResponse | Pulumi.AzureNative.BotService.Outputs.OutlookChannelResponse | Pulumi.AzureNative.BotService.Outputs.SearchAssistantResponse | Pulumi.AzureNative.BotService.Outputs.SkypeChannelResponse | Pulumi.AzureNative.BotService.Outputs.SlackChannelResponse | Pulumi.AzureNative.BotService.Outputs.SmsChannelResponse | Pulumi.AzureNative.BotService.Outputs.TelegramChannelResponse | Pulumi.AzureNative.BotService.Outputs.TelephonyChannelResponse | Pulumi.AzureNative.BotService.Outputs.WebChatChannelResponse
The set of properties specific to bot channel resource
Type string
Specifies the type of the resource.
Zones List<string>
Entity zones
ChangedTime string
Changed time of the resource
EntityTag string
Entity tag of the resource
Etag string
Entity Tag.
Kind string
Required. Gets or sets the Kind of the resource.
Location string
Specifies the location of the resource.
ProvisioningState string
Provisioning state of the resource
Resource Pulumi.AzureNative.BotService.Outputs.AcsChatChannelResponse | Pulumi.AzureNative.BotService.Outputs.AlexaChannelResponse | Pulumi.AzureNative.BotService.Outputs.DirectLineChannelResponse | Pulumi.AzureNative.BotService.Outputs.DirectLineSpeechChannelResponse | Pulumi.AzureNative.BotService.Outputs.EmailChannelResponse | Pulumi.AzureNative.BotService.Outputs.FacebookChannelResponse | Pulumi.AzureNative.BotService.Outputs.KikChannelResponse | Pulumi.AzureNative.BotService.Outputs.LineChannelResponse | Pulumi.AzureNative.BotService.Outputs.M365ExtensionsResponse | Pulumi.AzureNative.BotService.Outputs.MsTeamsChannelResponse | Pulumi.AzureNative.BotService.Outputs.OmnichannelResponse | Pulumi.AzureNative.BotService.Outputs.OutlookChannelResponse | Pulumi.AzureNative.BotService.Outputs.SearchAssistantResponse | Pulumi.AzureNative.BotService.Outputs.SkypeChannelResponse | Pulumi.AzureNative.BotService.Outputs.SlackChannelResponse | Pulumi.AzureNative.BotService.Outputs.SmsChannelResponse | Pulumi.AzureNative.BotService.Outputs.TelegramChannelResponse | Pulumi.AzureNative.BotService.Outputs.TelephonyChannelResponse | Pulumi.AzureNative.BotService.Outputs.WebChatChannelResponse
The set of properties specific to bot channel resource
Setting Pulumi.AzureNative.BotService.Outputs.ChannelSettingsResponse
Channel settings
Sku Pulumi.AzureNative.BotService.Outputs.SkuResponse
Gets or sets the SKU of the resource.
Tags Dictionary<string, string>
Contains resource tags defined as key/value pairs.
Id string
Specifies the resource ID.
Name string
Specifies the name of the resource.
Properties AcsChatChannelResponse | AlexaChannelResponse | DirectLineChannelResponse | DirectLineSpeechChannelResponse | EmailChannelResponse | FacebookChannelResponse | KikChannelResponse | LineChannelResponse | M365ExtensionsResponse | MsTeamsChannelResponse | OmnichannelResponse | OutlookChannelResponse | SearchAssistantResponse | SkypeChannelResponse | SlackChannelResponse | SmsChannelResponse | TelegramChannelResponse | TelephonyChannelResponse | WebChatChannelResponse
The set of properties specific to bot channel resource
Type string
Specifies the type of the resource.
Zones []string
Entity zones
ChangedTime string
Changed time of the resource
EntityTag string
Entity tag of the resource
Etag string
Entity Tag.
Kind string
Required. Gets or sets the Kind of the resource.
Location string
Specifies the location of the resource.
ProvisioningState string
Provisioning state of the resource
Resource AcsChatChannelResponse | AlexaChannelResponse | DirectLineChannelResponse | DirectLineSpeechChannelResponse | EmailChannelResponse | FacebookChannelResponse | KikChannelResponse | LineChannelResponse | M365ExtensionsResponse | MsTeamsChannelResponse | OmnichannelResponse | OutlookChannelResponse | SearchAssistantResponse | SkypeChannelResponse | SlackChannelResponse | SmsChannelResponse | TelegramChannelResponse | TelephonyChannelResponse | WebChatChannelResponse
The set of properties specific to bot channel resource
Setting ChannelSettingsResponse
Channel settings
Sku SkuResponse
Gets or sets the SKU of the resource.
Tags map[string]string
Contains resource tags defined as key/value pairs.
id String
Specifies the resource ID.
name String
Specifies the name of the resource.
properties AcsChatChannelResponse | AlexaChannelResponse | DirectLineChannelResponse | DirectLineSpeechChannelResponse | EmailChannelResponse | FacebookChannelResponse | KikChannelResponse | LineChannelResponse | M365ExtensionsResponse | MsTeamsChannelResponse | OmnichannelResponse | OutlookChannelResponse | SearchAssistantResponse | SkypeChannelResponse | SlackChannelResponse | SmsChannelResponse | TelegramChannelResponse | TelephonyChannelResponse | WebChatChannelResponse
The set of properties specific to bot channel resource
type String
Specifies the type of the resource.
zones List<String>
Entity zones
changedTime String
Changed time of the resource
entityTag String
Entity tag of the resource
etag String
Entity Tag.
kind String
Required. Gets or sets the Kind of the resource.
location String
Specifies the location of the resource.
provisioningState String
Provisioning state of the resource
resource AcsChatChannelResponse | AlexaChannelResponse | DirectLineChannelResponse | DirectLineSpeechChannelResponse | EmailChannelResponse | FacebookChannelResponse | KikChannelResponse | LineChannelResponse | M365ExtensionsResponse | MsTeamsChannelResponse | OmnichannelResponse | OutlookChannelResponse | SearchAssistantResponse | SkypeChannelResponse | SlackChannelResponse | SmsChannelResponse | TelegramChannelResponse | TelephonyChannelResponse | WebChatChannelResponse
The set of properties specific to bot channel resource
setting ChannelSettingsResponse
Channel settings
sku SkuResponse
Gets or sets the SKU of the resource.
tags Map<String,String>
Contains resource tags defined as key/value pairs.
id string
Specifies the resource ID.
name string
Specifies the name of the resource.
properties AcsChatChannelResponse | AlexaChannelResponse | DirectLineChannelResponse | DirectLineSpeechChannelResponse | EmailChannelResponse | FacebookChannelResponse | KikChannelResponse | LineChannelResponse | M365ExtensionsResponse | MsTeamsChannelResponse | OmnichannelResponse | OutlookChannelResponse | SearchAssistantResponse | SkypeChannelResponse | SlackChannelResponse | SmsChannelResponse | TelegramChannelResponse | TelephonyChannelResponse | WebChatChannelResponse
The set of properties specific to bot channel resource
type string
Specifies the type of the resource.
zones string[]
Entity zones
changedTime string
Changed time of the resource
entityTag string
Entity tag of the resource
etag string
Entity Tag.
kind string
Required. Gets or sets the Kind of the resource.
location string
Specifies the location of the resource.
provisioningState string
Provisioning state of the resource
resource AcsChatChannelResponse | AlexaChannelResponse | DirectLineChannelResponse | DirectLineSpeechChannelResponse | EmailChannelResponse | FacebookChannelResponse | KikChannelResponse | LineChannelResponse | M365ExtensionsResponse | MsTeamsChannelResponse | OmnichannelResponse | OutlookChannelResponse | SearchAssistantResponse | SkypeChannelResponse | SlackChannelResponse | SmsChannelResponse | TelegramChannelResponse | TelephonyChannelResponse | WebChatChannelResponse
The set of properties specific to bot channel resource
setting ChannelSettingsResponse
Channel settings
sku SkuResponse
Gets or sets the SKU of the resource.
tags {[key: string]: string}
Contains resource tags defined as key/value pairs.
id str
Specifies the resource ID.
name str
Specifies the name of the resource.
properties AcsChatChannelResponse | AlexaChannelResponse | DirectLineChannelResponse | DirectLineSpeechChannelResponse | EmailChannelResponse | FacebookChannelResponse | KikChannelResponse | LineChannelResponse | M365ExtensionsResponse | MsTeamsChannelResponse | OmnichannelResponse | OutlookChannelResponse | SearchAssistantResponse | SkypeChannelResponse | SlackChannelResponse | SmsChannelResponse | TelegramChannelResponse | TelephonyChannelResponse | WebChatChannelResponse
The set of properties specific to bot channel resource
type str
Specifies the type of the resource.
zones Sequence[str]
Entity zones
changed_time str
Changed time of the resource
entity_tag str
Entity tag of the resource
etag str
Entity Tag.
kind str
Required. Gets or sets the Kind of the resource.
location str
Specifies the location of the resource.
provisioning_state str
Provisioning state of the resource
resource AcsChatChannelResponse | AlexaChannelResponse | DirectLineChannelResponse | DirectLineSpeechChannelResponse | EmailChannelResponse | FacebookChannelResponse | KikChannelResponse | LineChannelResponse | M365ExtensionsResponse | MsTeamsChannelResponse | OmnichannelResponse | OutlookChannelResponse | SearchAssistantResponse | SkypeChannelResponse | SlackChannelResponse | SmsChannelResponse | TelegramChannelResponse | TelephonyChannelResponse | WebChatChannelResponse
The set of properties specific to bot channel resource
setting ChannelSettingsResponse
Channel settings
sku SkuResponse
Gets or sets the SKU of the resource.
tags Mapping[str, str]
Contains resource tags defined as key/value pairs.
id String
Specifies the resource ID.
name String
Specifies the name of the resource.
properties Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
The set of properties specific to bot channel resource
type String
Specifies the type of the resource.
zones List<String>
Entity zones
changedTime String
Changed time of the resource
entityTag String
Entity tag of the resource
etag String
Entity Tag.
kind String
Required. Gets or sets the Kind of the resource.
location String
Specifies the location of the resource.
provisioningState String
Provisioning state of the resource
resource Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
The set of properties specific to bot channel resource
setting Property Map
Channel settings
sku Property Map
Gets or sets the SKU of the resource.
tags Map<String>
Contains resource tags defined as key/value pairs.

Supporting Types

AcsChatChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.

AlexaChannelPropertiesResponse

AlexaSkillId This property is required. string
The Alexa skill Id
IsEnabled This property is required. bool
Whether this channel is enabled for the bot
ServiceEndpointUri This property is required. string
Full Uri used to configured the skill in Alexa
UrlFragment This property is required. string
Url fragment used in part of the Uri configured in Alexa
AlexaSkillId This property is required. string
The Alexa skill Id
IsEnabled This property is required. bool
Whether this channel is enabled for the bot
ServiceEndpointUri This property is required. string
Full Uri used to configured the skill in Alexa
UrlFragment This property is required. string
Url fragment used in part of the Uri configured in Alexa
alexaSkillId This property is required. String
The Alexa skill Id
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
serviceEndpointUri This property is required. String
Full Uri used to configured the skill in Alexa
urlFragment This property is required. String
Url fragment used in part of the Uri configured in Alexa
alexaSkillId This property is required. string
The Alexa skill Id
isEnabled This property is required. boolean
Whether this channel is enabled for the bot
serviceEndpointUri This property is required. string
Full Uri used to configured the skill in Alexa
urlFragment This property is required. string
Url fragment used in part of the Uri configured in Alexa
alexa_skill_id This property is required. str
The Alexa skill Id
is_enabled This property is required. bool
Whether this channel is enabled for the bot
service_endpoint_uri This property is required. str
Full Uri used to configured the skill in Alexa
url_fragment This property is required. str
Url fragment used in part of the Uri configured in Alexa
alexaSkillId This property is required. String
The Alexa skill Id
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
serviceEndpointUri This property is required. String
Full Uri used to configured the skill in Alexa
urlFragment This property is required. String
Url fragment used in part of the Uri configured in Alexa

AlexaChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties Pulumi.AzureNative.BotService.Inputs.AlexaChannelPropertiesResponse
The set of properties specific to Alexa channel resource
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties AlexaChannelPropertiesResponse
The set of properties specific to Alexa channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties AlexaChannelPropertiesResponse
The set of properties specific to Alexa channel resource
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
properties AlexaChannelPropertiesResponse
The set of properties specific to Alexa channel resource
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
properties AlexaChannelPropertiesResponse
The set of properties specific to Alexa channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties Property Map
The set of properties specific to Alexa channel resource

ChannelSettingsResponse

BotIconUrl string
The bot icon url
BotId string
The bot id
ChannelDisplayName string
The channel display name
ChannelId string
The channel id
DisableLocalAuth bool
Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
ExtensionKey1 string
The extensionKey1
ExtensionKey2 string
The extensionKey2
IsEnabled bool
Whether this channel is enabled for the bot
RequireTermsAgreement bool
Whether customer needs to agree to new terms.
Sites List<Pulumi.AzureNative.BotService.Inputs.SiteResponse>
The list of sites
BotIconUrl string
The bot icon url
BotId string
The bot id
ChannelDisplayName string
The channel display name
ChannelId string
The channel id
DisableLocalAuth bool
Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
ExtensionKey1 string
The extensionKey1
ExtensionKey2 string
The extensionKey2
IsEnabled bool
Whether this channel is enabled for the bot
RequireTermsAgreement bool
Whether customer needs to agree to new terms.
Sites []SiteResponse
The list of sites
botIconUrl String
The bot icon url
botId String
The bot id
channelDisplayName String
The channel display name
channelId String
The channel id
disableLocalAuth Boolean
Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
extensionKey1 String
The extensionKey1
extensionKey2 String
The extensionKey2
isEnabled Boolean
Whether this channel is enabled for the bot
requireTermsAgreement Boolean
Whether customer needs to agree to new terms.
sites List<SiteResponse>
The list of sites
botIconUrl string
The bot icon url
botId string
The bot id
channelDisplayName string
The channel display name
channelId string
The channel id
disableLocalAuth boolean
Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
extensionKey1 string
The extensionKey1
extensionKey2 string
The extensionKey2
isEnabled boolean
Whether this channel is enabled for the bot
requireTermsAgreement boolean
Whether customer needs to agree to new terms.
sites SiteResponse[]
The list of sites
bot_icon_url str
The bot icon url
bot_id str
The bot id
channel_display_name str
The channel display name
channel_id str
The channel id
disable_local_auth bool
Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
extension_key1 str
The extensionKey1
extension_key2 str
The extensionKey2
is_enabled bool
Whether this channel is enabled for the bot
require_terms_agreement bool
Whether customer needs to agree to new terms.
sites Sequence[SiteResponse]
The list of sites
botIconUrl String
The bot icon url
botId String
The bot id
channelDisplayName String
The channel display name
channelId String
The channel id
disableLocalAuth Boolean
Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
extensionKey1 String
The extensionKey1
extensionKey2 String
The extensionKey2
isEnabled Boolean
Whether this channel is enabled for the bot
requireTermsAgreement Boolean
Whether customer needs to agree to new terms.
sites List<Property Map>
The list of sites

DirectLineChannelPropertiesResponse

DirectLineEmbedCode string
Direct Line embed code of the resource
ExtensionKey1 string
The extensionKey1
ExtensionKey2 string
The extensionKey2
Sites List<Pulumi.AzureNative.BotService.Inputs.DirectLineSiteResponse>
The list of Direct Line sites
DirectLineEmbedCode string
Direct Line embed code of the resource
ExtensionKey1 string
The extensionKey1
ExtensionKey2 string
The extensionKey2
Sites []DirectLineSiteResponse
The list of Direct Line sites
directLineEmbedCode String
Direct Line embed code of the resource
extensionKey1 String
The extensionKey1
extensionKey2 String
The extensionKey2
sites List<DirectLineSiteResponse>
The list of Direct Line sites
directLineEmbedCode string
Direct Line embed code of the resource
extensionKey1 string
The extensionKey1
extensionKey2 string
The extensionKey2
sites DirectLineSiteResponse[]
The list of Direct Line sites
direct_line_embed_code str
Direct Line embed code of the resource
extension_key1 str
The extensionKey1
extension_key2 str
The extensionKey2
sites Sequence[DirectLineSiteResponse]
The list of Direct Line sites
directLineEmbedCode String
Direct Line embed code of the resource
extensionKey1 String
The extensionKey1
extensionKey2 String
The extensionKey2
sites List<Property Map>
The list of Direct Line sites

DirectLineChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties Pulumi.AzureNative.BotService.Inputs.DirectLineChannelPropertiesResponse
The set of properties specific to Direct Line channel resource
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties DirectLineChannelPropertiesResponse
The set of properties specific to Direct Line channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties DirectLineChannelPropertiesResponse
The set of properties specific to Direct Line channel resource
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
properties DirectLineChannelPropertiesResponse
The set of properties specific to Direct Line channel resource
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
properties DirectLineChannelPropertiesResponse
The set of properties specific to Direct Line channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties Property Map
The set of properties specific to Direct Line channel resource

DirectLineSiteResponse

IsEnabled This property is required. bool
Whether this site is enabled for DirectLine channel
IsTokenEnabled This property is required. bool
Whether this site is token enabled for channel
IsV1Enabled This property is required. bool
Whether this site is enabled for Bot Framework V1 protocol.
IsV3Enabled This property is required. bool
Whether this site is enabled for Bot Framework V3 protocol.
Key This property is required. string
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
Key2 This property is required. string
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
SiteId This property is required. string
Site Id
SiteName This property is required. string
Site name
AppId string
DirectLine application id
ETag string
Entity Tag
IsBlockUserUploadEnabled bool
Whether this site is enabled for block user upload.
IsDetailedLoggingEnabled bool
Whether this site is disabled detailed logging for
IsEndpointParametersEnabled bool
Whether this site is EndpointParameters enabled for channel
IsNoStorageEnabled bool
Whether this no-storage site is disabled detailed logging for
IsSecureSiteEnabled bool
Whether this site is enabled for authentication with Bot Framework.
IsWebChatSpeechEnabled bool
Whether this site is enabled for Webchat Speech
IsWebchatPreviewEnabled bool
Whether this site is enabled for preview versions of Webchat
TenantId string
Tenant Id
TrustedOrigins List<string>
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
IsEnabled This property is required. bool
Whether this site is enabled for DirectLine channel
IsTokenEnabled This property is required. bool
Whether this site is token enabled for channel
IsV1Enabled This property is required. bool
Whether this site is enabled for Bot Framework V1 protocol.
IsV3Enabled This property is required. bool
Whether this site is enabled for Bot Framework V3 protocol.
Key This property is required. string
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
Key2 This property is required. string
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
SiteId This property is required. string
Site Id
SiteName This property is required. string
Site name
AppId string
DirectLine application id
ETag string
Entity Tag
IsBlockUserUploadEnabled bool
Whether this site is enabled for block user upload.
IsDetailedLoggingEnabled bool
Whether this site is disabled detailed logging for
IsEndpointParametersEnabled bool
Whether this site is EndpointParameters enabled for channel
IsNoStorageEnabled bool
Whether this no-storage site is disabled detailed logging for
IsSecureSiteEnabled bool
Whether this site is enabled for authentication with Bot Framework.
IsWebChatSpeechEnabled bool
Whether this site is enabled for Webchat Speech
IsWebchatPreviewEnabled bool
Whether this site is enabled for preview versions of Webchat
TenantId string
Tenant Id
TrustedOrigins []string
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
isEnabled This property is required. Boolean
Whether this site is enabled for DirectLine channel
isTokenEnabled This property is required. Boolean
Whether this site is token enabled for channel
isV1Enabled This property is required. Boolean
Whether this site is enabled for Bot Framework V1 protocol.
isV3Enabled This property is required. Boolean
Whether this site is enabled for Bot Framework V3 protocol.
key This property is required. String
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
key2 This property is required. String
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
siteId This property is required. String
Site Id
siteName This property is required. String
Site name
appId String
DirectLine application id
eTag String
Entity Tag
isBlockUserUploadEnabled Boolean
Whether this site is enabled for block user upload.
isDetailedLoggingEnabled Boolean
Whether this site is disabled detailed logging for
isEndpointParametersEnabled Boolean
Whether this site is EndpointParameters enabled for channel
isNoStorageEnabled Boolean
Whether this no-storage site is disabled detailed logging for
isSecureSiteEnabled Boolean
Whether this site is enabled for authentication with Bot Framework.
isWebChatSpeechEnabled Boolean
Whether this site is enabled for Webchat Speech
isWebchatPreviewEnabled Boolean
Whether this site is enabled for preview versions of Webchat
tenantId String
Tenant Id
trustedOrigins List<String>
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
isEnabled This property is required. boolean
Whether this site is enabled for DirectLine channel
isTokenEnabled This property is required. boolean
Whether this site is token enabled for channel
isV1Enabled This property is required. boolean
Whether this site is enabled for Bot Framework V1 protocol.
isV3Enabled This property is required. boolean
Whether this site is enabled for Bot Framework V3 protocol.
key This property is required. string
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
key2 This property is required. string
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
siteId This property is required. string
Site Id
siteName This property is required. string
Site name
appId string
DirectLine application id
eTag string
Entity Tag
isBlockUserUploadEnabled boolean
Whether this site is enabled for block user upload.
isDetailedLoggingEnabled boolean
Whether this site is disabled detailed logging for
isEndpointParametersEnabled boolean
Whether this site is EndpointParameters enabled for channel
isNoStorageEnabled boolean
Whether this no-storage site is disabled detailed logging for
isSecureSiteEnabled boolean
Whether this site is enabled for authentication with Bot Framework.
isWebChatSpeechEnabled boolean
Whether this site is enabled for Webchat Speech
isWebchatPreviewEnabled boolean
Whether this site is enabled for preview versions of Webchat
tenantId string
Tenant Id
trustedOrigins string[]
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
is_enabled This property is required. bool
Whether this site is enabled for DirectLine channel
is_token_enabled This property is required. bool
Whether this site is token enabled for channel
is_v1_enabled This property is required. bool
Whether this site is enabled for Bot Framework V1 protocol.
is_v3_enabled This property is required. bool
Whether this site is enabled for Bot Framework V3 protocol.
key This property is required. str
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
key2 This property is required. str
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
site_id This property is required. str
Site Id
site_name This property is required. str
Site name
app_id str
DirectLine application id
e_tag str
Entity Tag
is_block_user_upload_enabled bool
Whether this site is enabled for block user upload.
is_detailed_logging_enabled bool
Whether this site is disabled detailed logging for
is_endpoint_parameters_enabled bool
Whether this site is EndpointParameters enabled for channel
is_no_storage_enabled bool
Whether this no-storage site is disabled detailed logging for
is_secure_site_enabled bool
Whether this site is enabled for authentication with Bot Framework.
is_web_chat_speech_enabled bool
Whether this site is enabled for Webchat Speech
is_webchat_preview_enabled bool
Whether this site is enabled for preview versions of Webchat
tenant_id str
Tenant Id
trusted_origins Sequence[str]
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
isEnabled This property is required. Boolean
Whether this site is enabled for DirectLine channel
isTokenEnabled This property is required. Boolean
Whether this site is token enabled for channel
isV1Enabled This property is required. Boolean
Whether this site is enabled for Bot Framework V1 protocol.
isV3Enabled This property is required. Boolean
Whether this site is enabled for Bot Framework V3 protocol.
key This property is required. String
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
key2 This property is required. String
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
siteId This property is required. String
Site Id
siteName This property is required. String
Site name
appId String
DirectLine application id
eTag String
Entity Tag
isBlockUserUploadEnabled Boolean
Whether this site is enabled for block user upload.
isDetailedLoggingEnabled Boolean
Whether this site is disabled detailed logging for
isEndpointParametersEnabled Boolean
Whether this site is EndpointParameters enabled for channel
isNoStorageEnabled Boolean
Whether this no-storage site is disabled detailed logging for
isSecureSiteEnabled Boolean
Whether this site is enabled for authentication with Bot Framework.
isWebChatSpeechEnabled Boolean
Whether this site is enabled for Webchat Speech
isWebchatPreviewEnabled Boolean
Whether this site is enabled for preview versions of Webchat
tenantId String
Tenant Id
trustedOrigins List<String>
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.

DirectLineSpeechChannelPropertiesResponse

CognitiveServiceRegion string
The cognitive service region with this channel registration.
CognitiveServiceResourceId string
The cognitive service id with this channel registration.
CognitiveServiceSubscriptionKey string
The cognitive service subscription key to use with this channel registration.
CustomSpeechModelId string
Custom voice deployment id (optional).
CustomVoiceDeploymentId string
Custom speech model id (optional).
IsDefaultBotForCogSvcAccount bool
Make this a default bot for chosen cognitive service account.
IsEnabled bool
Whether this channel is enabled or not.
CognitiveServiceRegion string
The cognitive service region with this channel registration.
CognitiveServiceResourceId string
The cognitive service id with this channel registration.
CognitiveServiceSubscriptionKey string
The cognitive service subscription key to use with this channel registration.
CustomSpeechModelId string
Custom voice deployment id (optional).
CustomVoiceDeploymentId string
Custom speech model id (optional).
IsDefaultBotForCogSvcAccount bool
Make this a default bot for chosen cognitive service account.
IsEnabled bool
Whether this channel is enabled or not.
cognitiveServiceRegion String
The cognitive service region with this channel registration.
cognitiveServiceResourceId String
The cognitive service id with this channel registration.
cognitiveServiceSubscriptionKey String
The cognitive service subscription key to use with this channel registration.
customSpeechModelId String
Custom voice deployment id (optional).
customVoiceDeploymentId String
Custom speech model id (optional).
isDefaultBotForCogSvcAccount Boolean
Make this a default bot for chosen cognitive service account.
isEnabled Boolean
Whether this channel is enabled or not.
cognitiveServiceRegion string
The cognitive service region with this channel registration.
cognitiveServiceResourceId string
The cognitive service id with this channel registration.
cognitiveServiceSubscriptionKey string
The cognitive service subscription key to use with this channel registration.
customSpeechModelId string
Custom voice deployment id (optional).
customVoiceDeploymentId string
Custom speech model id (optional).
isDefaultBotForCogSvcAccount boolean
Make this a default bot for chosen cognitive service account.
isEnabled boolean
Whether this channel is enabled or not.
cognitive_service_region str
The cognitive service region with this channel registration.
cognitive_service_resource_id str
The cognitive service id with this channel registration.
cognitive_service_subscription_key str
The cognitive service subscription key to use with this channel registration.
custom_speech_model_id str
Custom voice deployment id (optional).
custom_voice_deployment_id str
Custom speech model id (optional).
is_default_bot_for_cog_svc_account bool
Make this a default bot for chosen cognitive service account.
is_enabled bool
Whether this channel is enabled or not.
cognitiveServiceRegion String
The cognitive service region with this channel registration.
cognitiveServiceResourceId String
The cognitive service id with this channel registration.
cognitiveServiceSubscriptionKey String
The cognitive service subscription key to use with this channel registration.
customSpeechModelId String
Custom voice deployment id (optional).
customVoiceDeploymentId String
Custom speech model id (optional).
isDefaultBotForCogSvcAccount Boolean
Make this a default bot for chosen cognitive service account.
isEnabled Boolean
Whether this channel is enabled or not.

DirectLineSpeechChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties Pulumi.AzureNative.BotService.Inputs.DirectLineSpeechChannelPropertiesResponse
The set of properties specific to DirectLine Speech channel resource
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties DirectLineSpeechChannelPropertiesResponse
The set of properties specific to DirectLine Speech channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties DirectLineSpeechChannelPropertiesResponse
The set of properties specific to DirectLine Speech channel resource
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
properties DirectLineSpeechChannelPropertiesResponse
The set of properties specific to DirectLine Speech channel resource
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
properties DirectLineSpeechChannelPropertiesResponse
The set of properties specific to DirectLine Speech channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties Property Map
The set of properties specific to DirectLine Speech channel resource

EmailChannelPropertiesResponse

EmailAddress This property is required. string
The email address
IsEnabled This property is required. bool
Whether this channel is enabled for the bot
AuthMethod double
Email channel auth method. 0 Password (Default); 1 Graph.
MagicCode string
The magic code for setting up the modern authentication.
Password string
The password for the email address. Value only returned through POST to the action Channel List API, otherwise empty.
EmailAddress This property is required. string
The email address
IsEnabled This property is required. bool
Whether this channel is enabled for the bot
AuthMethod float64
Email channel auth method. 0 Password (Default); 1 Graph.
MagicCode string
The magic code for setting up the modern authentication.
Password string
The password for the email address. Value only returned through POST to the action Channel List API, otherwise empty.
emailAddress This property is required. String
The email address
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
authMethod Double
Email channel auth method. 0 Password (Default); 1 Graph.
magicCode String
The magic code for setting up the modern authentication.
password String
The password for the email address. Value only returned through POST to the action Channel List API, otherwise empty.
emailAddress This property is required. string
The email address
isEnabled This property is required. boolean
Whether this channel is enabled for the bot
authMethod number
Email channel auth method. 0 Password (Default); 1 Graph.
magicCode string
The magic code for setting up the modern authentication.
password string
The password for the email address. Value only returned through POST to the action Channel List API, otherwise empty.
email_address This property is required. str
The email address
is_enabled This property is required. bool
Whether this channel is enabled for the bot
auth_method float
Email channel auth method. 0 Password (Default); 1 Graph.
magic_code str
The magic code for setting up the modern authentication.
password str
The password for the email address. Value only returned through POST to the action Channel List API, otherwise empty.
emailAddress This property is required. String
The email address
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
authMethod Number
Email channel auth method. 0 Password (Default); 1 Graph.
magicCode String
The magic code for setting up the modern authentication.
password String
The password for the email address. Value only returned through POST to the action Channel List API, otherwise empty.

EmailChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties Pulumi.AzureNative.BotService.Inputs.EmailChannelPropertiesResponse
The set of properties specific to email channel resource
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties EmailChannelPropertiesResponse
The set of properties specific to email channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties EmailChannelPropertiesResponse
The set of properties specific to email channel resource
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
properties EmailChannelPropertiesResponse
The set of properties specific to email channel resource
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
properties EmailChannelPropertiesResponse
The set of properties specific to email channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties Property Map
The set of properties specific to email channel resource

FacebookChannelPropertiesResponse

AppId This property is required. string
Facebook application id
CallbackUrl This property is required. string
Callback Url
IsEnabled This property is required. bool
Whether this channel is enabled for the bot
VerifyToken This property is required. string
Verify token. Value only returned through POST to the action Channel List API, otherwise empty.
AppSecret string
Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty.
Pages List<Pulumi.AzureNative.BotService.Inputs.FacebookPageResponse>
The list of Facebook pages
AppId This property is required. string
Facebook application id
CallbackUrl This property is required. string
Callback Url
IsEnabled This property is required. bool
Whether this channel is enabled for the bot
VerifyToken This property is required. string
Verify token. Value only returned through POST to the action Channel List API, otherwise empty.
AppSecret string
Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty.
Pages []FacebookPageResponse
The list of Facebook pages
appId This property is required. String
Facebook application id
callbackUrl This property is required. String
Callback Url
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
verifyToken This property is required. String
Verify token. Value only returned through POST to the action Channel List API, otherwise empty.
appSecret String
Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty.
pages List<FacebookPageResponse>
The list of Facebook pages
appId This property is required. string
Facebook application id
callbackUrl This property is required. string
Callback Url
isEnabled This property is required. boolean
Whether this channel is enabled for the bot
verifyToken This property is required. string
Verify token. Value only returned through POST to the action Channel List API, otherwise empty.
appSecret string
Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty.
pages FacebookPageResponse[]
The list of Facebook pages
app_id This property is required. str
Facebook application id
callback_url This property is required. str
Callback Url
is_enabled This property is required. bool
Whether this channel is enabled for the bot
verify_token This property is required. str
Verify token. Value only returned through POST to the action Channel List API, otherwise empty.
app_secret str
Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty.
pages Sequence[FacebookPageResponse]
The list of Facebook pages
appId This property is required. String
Facebook application id
callbackUrl This property is required. String
Callback Url
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
verifyToken This property is required. String
Verify token. Value only returned through POST to the action Channel List API, otherwise empty.
appSecret String
Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty.
pages List<Property Map>
The list of Facebook pages

FacebookChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties Pulumi.AzureNative.BotService.Inputs.FacebookChannelPropertiesResponse
The set of properties specific to bot facebook channel
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties FacebookChannelPropertiesResponse
The set of properties specific to bot facebook channel
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties FacebookChannelPropertiesResponse
The set of properties specific to bot facebook channel
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
properties FacebookChannelPropertiesResponse
The set of properties specific to bot facebook channel
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
properties FacebookChannelPropertiesResponse
The set of properties specific to bot facebook channel
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties Property Map
The set of properties specific to bot facebook channel

FacebookPageResponse

Id This property is required. string
Page id
AccessToken string
Facebook application access token. Value only returned through POST to the action Channel List API, otherwise empty.
Id This property is required. string
Page id
AccessToken string
Facebook application access token. Value only returned through POST to the action Channel List API, otherwise empty.
id This property is required. String
Page id
accessToken String
Facebook application access token. Value only returned through POST to the action Channel List API, otherwise empty.
id This property is required. string
Page id
accessToken string
Facebook application access token. Value only returned through POST to the action Channel List API, otherwise empty.
id This property is required. str
Page id
access_token str
Facebook application access token. Value only returned through POST to the action Channel List API, otherwise empty.
id This property is required. String
Page id
accessToken String
Facebook application access token. Value only returned through POST to the action Channel List API, otherwise empty.

KikChannelPropertiesResponse

IsEnabled This property is required. bool
Whether this channel is enabled for the bot
UserName This property is required. string
The Kik user name
ApiKey string
Kik API key. Value only returned through POST to the action Channel List API, otherwise empty.
IsValidated bool
Whether this channel is validated for the bot
IsEnabled This property is required. bool
Whether this channel is enabled for the bot
UserName This property is required. string
The Kik user name
ApiKey string
Kik API key. Value only returned through POST to the action Channel List API, otherwise empty.
IsValidated bool
Whether this channel is validated for the bot
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
userName This property is required. String
The Kik user name
apiKey String
Kik API key. Value only returned through POST to the action Channel List API, otherwise empty.
isValidated Boolean
Whether this channel is validated for the bot
isEnabled This property is required. boolean
Whether this channel is enabled for the bot
userName This property is required. string
The Kik user name
apiKey string
Kik API key. Value only returned through POST to the action Channel List API, otherwise empty.
isValidated boolean
Whether this channel is validated for the bot
is_enabled This property is required. bool
Whether this channel is enabled for the bot
user_name This property is required. str
The Kik user name
api_key str
Kik API key. Value only returned through POST to the action Channel List API, otherwise empty.
is_validated bool
Whether this channel is validated for the bot
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
userName This property is required. String
The Kik user name
apiKey String
Kik API key. Value only returned through POST to the action Channel List API, otherwise empty.
isValidated Boolean
Whether this channel is validated for the bot

KikChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties Pulumi.AzureNative.BotService.Inputs.KikChannelPropertiesResponse
The set of properties specific to Kik channel resource
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties KikChannelPropertiesResponse
The set of properties specific to Kik channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties KikChannelPropertiesResponse
The set of properties specific to Kik channel resource
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
properties KikChannelPropertiesResponse
The set of properties specific to Kik channel resource
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
properties KikChannelPropertiesResponse
The set of properties specific to Kik channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties Property Map
The set of properties specific to Kik channel resource

LineChannelPropertiesResponse

CallbackUrl This property is required. string
Callback Url to enter in line registration.
IsValidated This property is required. bool
Whether this channel is validated for the bot
LineRegistrations This property is required. List<Pulumi.AzureNative.BotService.Inputs.LineRegistrationResponse>
The list of line channel registrations
CallbackUrl This property is required. string
Callback Url to enter in line registration.
IsValidated This property is required. bool
Whether this channel is validated for the bot
LineRegistrations This property is required. []LineRegistrationResponse
The list of line channel registrations
callbackUrl This property is required. String
Callback Url to enter in line registration.
isValidated This property is required. Boolean
Whether this channel is validated for the bot
lineRegistrations This property is required. List<LineRegistrationResponse>
The list of line channel registrations
callbackUrl This property is required. string
Callback Url to enter in line registration.
isValidated This property is required. boolean
Whether this channel is validated for the bot
lineRegistrations This property is required. LineRegistrationResponse[]
The list of line channel registrations
callback_url This property is required. str
Callback Url to enter in line registration.
is_validated This property is required. bool
Whether this channel is validated for the bot
line_registrations This property is required. Sequence[LineRegistrationResponse]
The list of line channel registrations
callbackUrl This property is required. String
Callback Url to enter in line registration.
isValidated This property is required. Boolean
Whether this channel is validated for the bot
lineRegistrations This property is required. List<Property Map>
The list of line channel registrations

LineChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties Pulumi.AzureNative.BotService.Inputs.LineChannelPropertiesResponse
The set of properties specific to line channel resource
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties LineChannelPropertiesResponse
The set of properties specific to line channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties LineChannelPropertiesResponse
The set of properties specific to line channel resource
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
properties LineChannelPropertiesResponse
The set of properties specific to line channel resource
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
properties LineChannelPropertiesResponse
The set of properties specific to line channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties Property Map
The set of properties specific to line channel resource

LineRegistrationResponse

GeneratedId This property is required. string
Id generated for the line channel registration
ChannelAccessToken string
Access token for the line channel registration
ChannelSecret string
Secret for the line channel registration
GeneratedId This property is required. string
Id generated for the line channel registration
ChannelAccessToken string
Access token for the line channel registration
ChannelSecret string
Secret for the line channel registration
generatedId This property is required. String
Id generated for the line channel registration
channelAccessToken String
Access token for the line channel registration
channelSecret String
Secret for the line channel registration
generatedId This property is required. string
Id generated for the line channel registration
channelAccessToken string
Access token for the line channel registration
channelSecret string
Secret for the line channel registration
generated_id This property is required. str
Id generated for the line channel registration
channel_access_token str
Access token for the line channel registration
channel_secret str
Secret for the line channel registration
generatedId This property is required. String
Id generated for the line channel registration
channelAccessToken String
Access token for the line channel registration
channelSecret String
Secret for the line channel registration

M365ExtensionsResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.

MsTeamsChannelPropertiesResponse

IsEnabled This property is required. bool
Whether this channel is enabled for the bot
AcceptedTerms bool
Whether this channel accepted terms
CallingWebhook string
Webhook for Microsoft Teams channel calls
DeploymentEnvironment string
Deployment environment for Microsoft Teams channel calls
EnableCalling bool
Enable calling for Microsoft Teams channel
IncomingCallRoute string
Webhook for Microsoft Teams channel calls
IsEnabled This property is required. bool
Whether this channel is enabled for the bot
AcceptedTerms bool
Whether this channel accepted terms
CallingWebhook string
Webhook for Microsoft Teams channel calls
DeploymentEnvironment string
Deployment environment for Microsoft Teams channel calls
EnableCalling bool
Enable calling for Microsoft Teams channel
IncomingCallRoute string
Webhook for Microsoft Teams channel calls
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
acceptedTerms Boolean
Whether this channel accepted terms
callingWebhook String
Webhook for Microsoft Teams channel calls
deploymentEnvironment String
Deployment environment for Microsoft Teams channel calls
enableCalling Boolean
Enable calling for Microsoft Teams channel
incomingCallRoute String
Webhook for Microsoft Teams channel calls
isEnabled This property is required. boolean
Whether this channel is enabled for the bot
acceptedTerms boolean
Whether this channel accepted terms
callingWebhook string
Webhook for Microsoft Teams channel calls
deploymentEnvironment string
Deployment environment for Microsoft Teams channel calls
enableCalling boolean
Enable calling for Microsoft Teams channel
incomingCallRoute string
Webhook for Microsoft Teams channel calls
is_enabled This property is required. bool
Whether this channel is enabled for the bot
accepted_terms bool
Whether this channel accepted terms
calling_webhook str
Webhook for Microsoft Teams channel calls
deployment_environment str
Deployment environment for Microsoft Teams channel calls
enable_calling bool
Enable calling for Microsoft Teams channel
incoming_call_route str
Webhook for Microsoft Teams channel calls
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
acceptedTerms Boolean
Whether this channel accepted terms
callingWebhook String
Webhook for Microsoft Teams channel calls
deploymentEnvironment String
Deployment environment for Microsoft Teams channel calls
enableCalling Boolean
Enable calling for Microsoft Teams channel
incomingCallRoute String
Webhook for Microsoft Teams channel calls

MsTeamsChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties Pulumi.AzureNative.BotService.Inputs.MsTeamsChannelPropertiesResponse
The set of properties specific to Microsoft Teams channel resource
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties MsTeamsChannelPropertiesResponse
The set of properties specific to Microsoft Teams channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties MsTeamsChannelPropertiesResponse
The set of properties specific to Microsoft Teams channel resource
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
properties MsTeamsChannelPropertiesResponse
The set of properties specific to Microsoft Teams channel resource
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
properties MsTeamsChannelPropertiesResponse
The set of properties specific to Microsoft Teams channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties Property Map
The set of properties specific to Microsoft Teams channel resource

OmnichannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.

OutlookChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.

SearchAssistantResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.

SiteResponse

IsEnabled This property is required. bool
Whether this site is enabled for DirectLine channel
IsTokenEnabled This property is required. bool
Whether this site is token enabled for channel
Key This property is required. string
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
Key2 This property is required. string
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
SiteId This property is required. string
Site Id
SiteName This property is required. string
Site name
AppId string
DirectLine application id
ETag string
Entity Tag
IsBlockUserUploadEnabled bool
Whether this site is enabled for block user upload.
IsDetailedLoggingEnabled bool
Whether this site is disabled detailed logging for
IsEndpointParametersEnabled bool
Whether this site is EndpointParameters enabled for channel
IsNoStorageEnabled bool
Whether this no-storage site is disabled detailed logging for
IsSecureSiteEnabled bool
Whether this site is enabled for authentication with Bot Framework.
IsV1Enabled bool
Whether this site is enabled for Bot Framework V1 protocol.
IsV3Enabled bool
Whether this site is enabled for Bot Framework V3 protocol.
IsWebChatSpeechEnabled bool
Whether this site is enabled for Webchat Speech
IsWebchatPreviewEnabled bool
Whether this site is enabled for preview versions of Webchat
TenantId string
Tenant Id
TrustedOrigins List<string>
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
IsEnabled This property is required. bool
Whether this site is enabled for DirectLine channel
IsTokenEnabled This property is required. bool
Whether this site is token enabled for channel
Key This property is required. string
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
Key2 This property is required. string
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
SiteId This property is required. string
Site Id
SiteName This property is required. string
Site name
AppId string
DirectLine application id
ETag string
Entity Tag
IsBlockUserUploadEnabled bool
Whether this site is enabled for block user upload.
IsDetailedLoggingEnabled bool
Whether this site is disabled detailed logging for
IsEndpointParametersEnabled bool
Whether this site is EndpointParameters enabled for channel
IsNoStorageEnabled bool
Whether this no-storage site is disabled detailed logging for
IsSecureSiteEnabled bool
Whether this site is enabled for authentication with Bot Framework.
IsV1Enabled bool
Whether this site is enabled for Bot Framework V1 protocol.
IsV3Enabled bool
Whether this site is enabled for Bot Framework V3 protocol.
IsWebChatSpeechEnabled bool
Whether this site is enabled for Webchat Speech
IsWebchatPreviewEnabled bool
Whether this site is enabled for preview versions of Webchat
TenantId string
Tenant Id
TrustedOrigins []string
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
isEnabled This property is required. Boolean
Whether this site is enabled for DirectLine channel
isTokenEnabled This property is required. Boolean
Whether this site is token enabled for channel
key This property is required. String
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
key2 This property is required. String
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
siteId This property is required. String
Site Id
siteName This property is required. String
Site name
appId String
DirectLine application id
eTag String
Entity Tag
isBlockUserUploadEnabled Boolean
Whether this site is enabled for block user upload.
isDetailedLoggingEnabled Boolean
Whether this site is disabled detailed logging for
isEndpointParametersEnabled Boolean
Whether this site is EndpointParameters enabled for channel
isNoStorageEnabled Boolean
Whether this no-storage site is disabled detailed logging for
isSecureSiteEnabled Boolean
Whether this site is enabled for authentication with Bot Framework.
isV1Enabled Boolean
Whether this site is enabled for Bot Framework V1 protocol.
isV3Enabled Boolean
Whether this site is enabled for Bot Framework V3 protocol.
isWebChatSpeechEnabled Boolean
Whether this site is enabled for Webchat Speech
isWebchatPreviewEnabled Boolean
Whether this site is enabled for preview versions of Webchat
tenantId String
Tenant Id
trustedOrigins List<String>
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
isEnabled This property is required. boolean
Whether this site is enabled for DirectLine channel
isTokenEnabled This property is required. boolean
Whether this site is token enabled for channel
key This property is required. string
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
key2 This property is required. string
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
siteId This property is required. string
Site Id
siteName This property is required. string
Site name
appId string
DirectLine application id
eTag string
Entity Tag
isBlockUserUploadEnabled boolean
Whether this site is enabled for block user upload.
isDetailedLoggingEnabled boolean
Whether this site is disabled detailed logging for
isEndpointParametersEnabled boolean
Whether this site is EndpointParameters enabled for channel
isNoStorageEnabled boolean
Whether this no-storage site is disabled detailed logging for
isSecureSiteEnabled boolean
Whether this site is enabled for authentication with Bot Framework.
isV1Enabled boolean
Whether this site is enabled for Bot Framework V1 protocol.
isV3Enabled boolean
Whether this site is enabled for Bot Framework V3 protocol.
isWebChatSpeechEnabled boolean
Whether this site is enabled for Webchat Speech
isWebchatPreviewEnabled boolean
Whether this site is enabled for preview versions of Webchat
tenantId string
Tenant Id
trustedOrigins string[]
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
is_enabled This property is required. bool
Whether this site is enabled for DirectLine channel
is_token_enabled This property is required. bool
Whether this site is token enabled for channel
key This property is required. str
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
key2 This property is required. str
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
site_id This property is required. str
Site Id
site_name This property is required. str
Site name
app_id str
DirectLine application id
e_tag str
Entity Tag
is_block_user_upload_enabled bool
Whether this site is enabled for block user upload.
is_detailed_logging_enabled bool
Whether this site is disabled detailed logging for
is_endpoint_parameters_enabled bool
Whether this site is EndpointParameters enabled for channel
is_no_storage_enabled bool
Whether this no-storage site is disabled detailed logging for
is_secure_site_enabled bool
Whether this site is enabled for authentication with Bot Framework.
is_v1_enabled bool
Whether this site is enabled for Bot Framework V1 protocol.
is_v3_enabled bool
Whether this site is enabled for Bot Framework V3 protocol.
is_web_chat_speech_enabled bool
Whether this site is enabled for Webchat Speech
is_webchat_preview_enabled bool
Whether this site is enabled for preview versions of Webchat
tenant_id str
Tenant Id
trusted_origins Sequence[str]
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
isEnabled This property is required. Boolean
Whether this site is enabled for DirectLine channel
isTokenEnabled This property is required. Boolean
Whether this site is token enabled for channel
key This property is required. String
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
key2 This property is required. String
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
siteId This property is required. String
Site Id
siteName This property is required. String
Site name
appId String
DirectLine application id
eTag String
Entity Tag
isBlockUserUploadEnabled Boolean
Whether this site is enabled for block user upload.
isDetailedLoggingEnabled Boolean
Whether this site is disabled detailed logging for
isEndpointParametersEnabled Boolean
Whether this site is EndpointParameters enabled for channel
isNoStorageEnabled Boolean
Whether this no-storage site is disabled detailed logging for
isSecureSiteEnabled Boolean
Whether this site is enabled for authentication with Bot Framework.
isV1Enabled Boolean
Whether this site is enabled for Bot Framework V1 protocol.
isV3Enabled Boolean
Whether this site is enabled for Bot Framework V3 protocol.
isWebChatSpeechEnabled Boolean
Whether this site is enabled for Webchat Speech
isWebchatPreviewEnabled Boolean
Whether this site is enabled for preview versions of Webchat
tenantId String
Tenant Id
trustedOrigins List<String>
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.

SkuResponse

Name This property is required. string
The sku name
Tier This property is required. string
Gets the sku tier. This is based on the SKU name.
Name This property is required. string
The sku name
Tier This property is required. string
Gets the sku tier. This is based on the SKU name.
name This property is required. String
The sku name
tier This property is required. String
Gets the sku tier. This is based on the SKU name.
name This property is required. string
The sku name
tier This property is required. string
Gets the sku tier. This is based on the SKU name.
name This property is required. str
The sku name
tier This property is required. str
Gets the sku tier. This is based on the SKU name.
name This property is required. String
The sku name
tier This property is required. String
Gets the sku tier. This is based on the SKU name.

SkypeChannelPropertiesResponse

IsEnabled This property is required. bool
Whether this channel is enabled for the bot
CallingWebHook string
Calling web hook for Skype channel
EnableCalling bool
Enable calling for Skype channel
EnableGroups bool
Enable groups for Skype channel
EnableMediaCards bool
Enable media cards for Skype channel
EnableMessaging bool
Enable messaging for Skype channel
EnableScreenSharing bool
Enable screen sharing for Skype channel
EnableVideo bool
Enable video for Skype channel
GroupsMode string
Group mode for Skype channel
IncomingCallRoute string
Incoming call route for Skype channel
IsEnabled This property is required. bool
Whether this channel is enabled for the bot
CallingWebHook string
Calling web hook for Skype channel
EnableCalling bool
Enable calling for Skype channel
EnableGroups bool
Enable groups for Skype channel
EnableMediaCards bool
Enable media cards for Skype channel
EnableMessaging bool
Enable messaging for Skype channel
EnableScreenSharing bool
Enable screen sharing for Skype channel
EnableVideo bool
Enable video for Skype channel
GroupsMode string
Group mode for Skype channel
IncomingCallRoute string
Incoming call route for Skype channel
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
callingWebHook String
Calling web hook for Skype channel
enableCalling Boolean
Enable calling for Skype channel
enableGroups Boolean
Enable groups for Skype channel
enableMediaCards Boolean
Enable media cards for Skype channel
enableMessaging Boolean
Enable messaging for Skype channel
enableScreenSharing Boolean
Enable screen sharing for Skype channel
enableVideo Boolean
Enable video for Skype channel
groupsMode String
Group mode for Skype channel
incomingCallRoute String
Incoming call route for Skype channel
isEnabled This property is required. boolean
Whether this channel is enabled for the bot
callingWebHook string
Calling web hook for Skype channel
enableCalling boolean
Enable calling for Skype channel
enableGroups boolean
Enable groups for Skype channel
enableMediaCards boolean
Enable media cards for Skype channel
enableMessaging boolean
Enable messaging for Skype channel
enableScreenSharing boolean
Enable screen sharing for Skype channel
enableVideo boolean
Enable video for Skype channel
groupsMode string
Group mode for Skype channel
incomingCallRoute string
Incoming call route for Skype channel
is_enabled This property is required. bool
Whether this channel is enabled for the bot
calling_web_hook str
Calling web hook for Skype channel
enable_calling bool
Enable calling for Skype channel
enable_groups bool
Enable groups for Skype channel
enable_media_cards bool
Enable media cards for Skype channel
enable_messaging bool
Enable messaging for Skype channel
enable_screen_sharing bool
Enable screen sharing for Skype channel
enable_video bool
Enable video for Skype channel
groups_mode str
Group mode for Skype channel
incoming_call_route str
Incoming call route for Skype channel
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
callingWebHook String
Calling web hook for Skype channel
enableCalling Boolean
Enable calling for Skype channel
enableGroups Boolean
Enable groups for Skype channel
enableMediaCards Boolean
Enable media cards for Skype channel
enableMessaging Boolean
Enable messaging for Skype channel
enableScreenSharing Boolean
Enable screen sharing for Skype channel
enableVideo Boolean
Enable video for Skype channel
groupsMode String
Group mode for Skype channel
incomingCallRoute String
Incoming call route for Skype channel

SkypeChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties Pulumi.AzureNative.BotService.Inputs.SkypeChannelPropertiesResponse
The set of properties specific to Skype channel resource
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties SkypeChannelPropertiesResponse
The set of properties specific to Skype channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties SkypeChannelPropertiesResponse
The set of properties specific to Skype channel resource
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
properties SkypeChannelPropertiesResponse
The set of properties specific to Skype channel resource
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
properties SkypeChannelPropertiesResponse
The set of properties specific to Skype channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties Property Map
The set of properties specific to Skype channel resource

SlackChannelPropertiesResponse

IsEnabled This property is required. bool
Whether this channel is enabled for the bot
IsValidated This property is required. bool
Whether this channel is validated for the bot
LastSubmissionId This property is required. string
The Sms auth token
RedirectAction This property is required. string
The Slack redirect action
ClientId string
The Slack client id
ClientSecret string
The Slack client secret. Value only returned through POST to the action Channel List API, otherwise empty.
LandingPageUrl string
The Slack landing page Url
RegisterBeforeOAuthFlow bool
Whether to register the settings before OAuth validation is performed. Recommended to True.
Scopes string
The Slack permission scopes.
SigningSecret string
The Slack signing secret.
VerificationToken string
The Slack verification token. Value only returned through POST to the action Channel List API, otherwise empty.
IsEnabled This property is required. bool
Whether this channel is enabled for the bot
IsValidated This property is required. bool
Whether this channel is validated for the bot
LastSubmissionId This property is required. string
The Sms auth token
RedirectAction This property is required. string
The Slack redirect action
ClientId string
The Slack client id
ClientSecret string
The Slack client secret. Value only returned through POST to the action Channel List API, otherwise empty.
LandingPageUrl string
The Slack landing page Url
RegisterBeforeOAuthFlow bool
Whether to register the settings before OAuth validation is performed. Recommended to True.
Scopes string
The Slack permission scopes.
SigningSecret string
The Slack signing secret.
VerificationToken string
The Slack verification token. Value only returned through POST to the action Channel List API, otherwise empty.
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
isValidated This property is required. Boolean
Whether this channel is validated for the bot
lastSubmissionId This property is required. String
The Sms auth token
redirectAction This property is required. String
The Slack redirect action
clientId String
The Slack client id
clientSecret String
The Slack client secret. Value only returned through POST to the action Channel List API, otherwise empty.
landingPageUrl String
The Slack landing page Url
registerBeforeOAuthFlow Boolean
Whether to register the settings before OAuth validation is performed. Recommended to True.
scopes String
The Slack permission scopes.
signingSecret String
The Slack signing secret.
verificationToken String
The Slack verification token. Value only returned through POST to the action Channel List API, otherwise empty.
isEnabled This property is required. boolean
Whether this channel is enabled for the bot
isValidated This property is required. boolean
Whether this channel is validated for the bot
lastSubmissionId This property is required. string
The Sms auth token
redirectAction This property is required. string
The Slack redirect action
clientId string
The Slack client id
clientSecret string
The Slack client secret. Value only returned through POST to the action Channel List API, otherwise empty.
landingPageUrl string
The Slack landing page Url
registerBeforeOAuthFlow boolean
Whether to register the settings before OAuth validation is performed. Recommended to True.
scopes string
The Slack permission scopes.
signingSecret string
The Slack signing secret.
verificationToken string
The Slack verification token. Value only returned through POST to the action Channel List API, otherwise empty.
is_enabled This property is required. bool
Whether this channel is enabled for the bot
is_validated This property is required. bool
Whether this channel is validated for the bot
last_submission_id This property is required. str
The Sms auth token
redirect_action This property is required. str
The Slack redirect action
client_id str
The Slack client id
client_secret str
The Slack client secret. Value only returned through POST to the action Channel List API, otherwise empty.
landing_page_url str
The Slack landing page Url
register_before_o_auth_flow bool
Whether to register the settings before OAuth validation is performed. Recommended to True.
scopes str
The Slack permission scopes.
signing_secret str
The Slack signing secret.
verification_token str
The Slack verification token. Value only returned through POST to the action Channel List API, otherwise empty.
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
isValidated This property is required. Boolean
Whether this channel is validated for the bot
lastSubmissionId This property is required. String
The Sms auth token
redirectAction This property is required. String
The Slack redirect action
clientId String
The Slack client id
clientSecret String
The Slack client secret. Value only returned through POST to the action Channel List API, otherwise empty.
landingPageUrl String
The Slack landing page Url
registerBeforeOAuthFlow Boolean
Whether to register the settings before OAuth validation is performed. Recommended to True.
scopes String
The Slack permission scopes.
signingSecret String
The Slack signing secret.
verificationToken String
The Slack verification token. Value only returned through POST to the action Channel List API, otherwise empty.

SlackChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties Pulumi.AzureNative.BotService.Inputs.SlackChannelPropertiesResponse
The set of properties specific to Slack channel resource
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties SlackChannelPropertiesResponse
The set of properties specific to Slack channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties SlackChannelPropertiesResponse
The set of properties specific to Slack channel resource
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
properties SlackChannelPropertiesResponse
The set of properties specific to Slack channel resource
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
properties SlackChannelPropertiesResponse
The set of properties specific to Slack channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties Property Map
The set of properties specific to Slack channel resource

SmsChannelPropertiesResponse

AccountSID This property is required. string
The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty.
IsEnabled This property is required. bool
Whether this channel is enabled for the bot
Phone This property is required. string
The Sms phone
AuthToken string
The Sms auth token. Value only returned through POST to the action Channel List API, otherwise empty.
IsValidated bool
Whether this channel is validated for the bot
AccountSID This property is required. string
The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty.
IsEnabled This property is required. bool
Whether this channel is enabled for the bot
Phone This property is required. string
The Sms phone
AuthToken string
The Sms auth token. Value only returned through POST to the action Channel List API, otherwise empty.
IsValidated bool
Whether this channel is validated for the bot
accountSID This property is required. String
The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty.
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
phone This property is required. String
The Sms phone
authToken String
The Sms auth token. Value only returned through POST to the action Channel List API, otherwise empty.
isValidated Boolean
Whether this channel is validated for the bot
accountSID This property is required. string
The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty.
isEnabled This property is required. boolean
Whether this channel is enabled for the bot
phone This property is required. string
The Sms phone
authToken string
The Sms auth token. Value only returned through POST to the action Channel List API, otherwise empty.
isValidated boolean
Whether this channel is validated for the bot
account_sid This property is required. str
The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty.
is_enabled This property is required. bool
Whether this channel is enabled for the bot
phone This property is required. str
The Sms phone
auth_token str
The Sms auth token. Value only returned through POST to the action Channel List API, otherwise empty.
is_validated bool
Whether this channel is validated for the bot
accountSID This property is required. String
The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty.
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
phone This property is required. String
The Sms phone
authToken String
The Sms auth token. Value only returned through POST to the action Channel List API, otherwise empty.
isValidated Boolean
Whether this channel is validated for the bot

SmsChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties Pulumi.AzureNative.BotService.Inputs.SmsChannelPropertiesResponse
The set of properties specific to Sms channel resource
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties SmsChannelPropertiesResponse
The set of properties specific to Sms channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties SmsChannelPropertiesResponse
The set of properties specific to Sms channel resource
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
properties SmsChannelPropertiesResponse
The set of properties specific to Sms channel resource
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
properties SmsChannelPropertiesResponse
The set of properties specific to Sms channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties Property Map
The set of properties specific to Sms channel resource

TelegramChannelPropertiesResponse

IsEnabled This property is required. bool
Whether this channel is enabled for the bot
AccessToken string
The Telegram access token. Value only returned through POST to the action Channel List API, otherwise empty.
IsValidated bool
Whether this channel is validated for the bot
IsEnabled This property is required. bool
Whether this channel is enabled for the bot
AccessToken string
The Telegram access token. Value only returned through POST to the action Channel List API, otherwise empty.
IsValidated bool
Whether this channel is validated for the bot
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
accessToken String
The Telegram access token. Value only returned through POST to the action Channel List API, otherwise empty.
isValidated Boolean
Whether this channel is validated for the bot
isEnabled This property is required. boolean
Whether this channel is enabled for the bot
accessToken string
The Telegram access token. Value only returned through POST to the action Channel List API, otherwise empty.
isValidated boolean
Whether this channel is validated for the bot
is_enabled This property is required. bool
Whether this channel is enabled for the bot
access_token str
The Telegram access token. Value only returned through POST to the action Channel List API, otherwise empty.
is_validated bool
Whether this channel is validated for the bot
isEnabled This property is required. Boolean
Whether this channel is enabled for the bot
accessToken String
The Telegram access token. Value only returned through POST to the action Channel List API, otherwise empty.
isValidated Boolean
Whether this channel is validated for the bot

TelegramChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties Pulumi.AzureNative.BotService.Inputs.TelegramChannelPropertiesResponse
The set of properties specific to Telegram channel resource
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties TelegramChannelPropertiesResponse
The set of properties specific to Telegram channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties TelegramChannelPropertiesResponse
The set of properties specific to Telegram channel resource
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
properties TelegramChannelPropertiesResponse
The set of properties specific to Telegram channel resource
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
properties TelegramChannelPropertiesResponse
The set of properties specific to Telegram channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties Property Map
The set of properties specific to Telegram channel resource

TelephonyChannelPropertiesResponse

ApiConfigurations List<Pulumi.AzureNative.BotService.Inputs.TelephonyChannelResourceApiConfigurationResponse>
The list of Telephony api configuration
CognitiveServiceRegion string
The extensionKey2
CognitiveServiceSubscriptionKey string
The extensionKey1
DefaultLocale string
The default locale of the channel
IsEnabled bool
Whether the channel is enabled
PhoneNumbers List<Pulumi.AzureNative.BotService.Inputs.TelephonyPhoneNumbersResponse>
The list of Telephony phone numbers
PremiumSKU string
The premium SKU applied to the channel
ApiConfigurations []TelephonyChannelResourceApiConfigurationResponse
The list of Telephony api configuration
CognitiveServiceRegion string
The extensionKey2
CognitiveServiceSubscriptionKey string
The extensionKey1
DefaultLocale string
The default locale of the channel
IsEnabled bool
Whether the channel is enabled
PhoneNumbers []TelephonyPhoneNumbersResponse
The list of Telephony phone numbers
PremiumSKU string
The premium SKU applied to the channel
apiConfigurations List<TelephonyChannelResourceApiConfigurationResponse>
The list of Telephony api configuration
cognitiveServiceRegion String
The extensionKey2
cognitiveServiceSubscriptionKey String
The extensionKey1
defaultLocale String
The default locale of the channel
isEnabled Boolean
Whether the channel is enabled
phoneNumbers List<TelephonyPhoneNumbersResponse>
The list of Telephony phone numbers
premiumSKU String
The premium SKU applied to the channel
apiConfigurations TelephonyChannelResourceApiConfigurationResponse[]
The list of Telephony api configuration
cognitiveServiceRegion string
The extensionKey2
cognitiveServiceSubscriptionKey string
The extensionKey1
defaultLocale string
The default locale of the channel
isEnabled boolean
Whether the channel is enabled
phoneNumbers TelephonyPhoneNumbersResponse[]
The list of Telephony phone numbers
premiumSKU string
The premium SKU applied to the channel
api_configurations Sequence[TelephonyChannelResourceApiConfigurationResponse]
The list of Telephony api configuration
cognitive_service_region str
The extensionKey2
cognitive_service_subscription_key str
The extensionKey1
default_locale str
The default locale of the channel
is_enabled bool
Whether the channel is enabled
phone_numbers Sequence[TelephonyPhoneNumbersResponse]
The list of Telephony phone numbers
premium_sku str
The premium SKU applied to the channel
apiConfigurations List<Property Map>
The list of Telephony api configuration
cognitiveServiceRegion String
The extensionKey2
cognitiveServiceSubscriptionKey String
The extensionKey1
defaultLocale String
The default locale of the channel
isEnabled Boolean
Whether the channel is enabled
phoneNumbers List<Property Map>
The list of Telephony phone numbers
premiumSKU String
The premium SKU applied to the channel

TelephonyChannelResourceApiConfigurationResponse

CognitiveServiceRegion string
The cognitive service region.
CognitiveServiceResourceId string
The cognitive service resourceId.
CognitiveServiceSubscriptionKey string
The cognitive service subscription key.
DefaultLocale string
The default locale.
Id string
The id of config.
ProviderName string
The provider name.
CognitiveServiceRegion string
The cognitive service region.
CognitiveServiceResourceId string
The cognitive service resourceId.
CognitiveServiceSubscriptionKey string
The cognitive service subscription key.
DefaultLocale string
The default locale.
Id string
The id of config.
ProviderName string
The provider name.
cognitiveServiceRegion String
The cognitive service region.
cognitiveServiceResourceId String
The cognitive service resourceId.
cognitiveServiceSubscriptionKey String
The cognitive service subscription key.
defaultLocale String
The default locale.
id String
The id of config.
providerName String
The provider name.
cognitiveServiceRegion string
The cognitive service region.
cognitiveServiceResourceId string
The cognitive service resourceId.
cognitiveServiceSubscriptionKey string
The cognitive service subscription key.
defaultLocale string
The default locale.
id string
The id of config.
providerName string
The provider name.
cognitive_service_region str
The cognitive service region.
cognitive_service_resource_id str
The cognitive service resourceId.
cognitive_service_subscription_key str
The cognitive service subscription key.
default_locale str
The default locale.
id str
The id of config.
provider_name str
The provider name.
cognitiveServiceRegion String
The cognitive service region.
cognitiveServiceResourceId String
The cognitive service resourceId.
cognitiveServiceSubscriptionKey String
The cognitive service subscription key.
defaultLocale String
The default locale.
id String
The id of config.
providerName String
The provider name.

TelephonyChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties Pulumi.AzureNative.BotService.Inputs.TelephonyChannelPropertiesResponse
The set of properties specific to Telephony channel resource
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties TelephonyChannelPropertiesResponse
The set of properties specific to Telephony channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties TelephonyChannelPropertiesResponse
The set of properties specific to Telephony channel resource
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
properties TelephonyChannelPropertiesResponse
The set of properties specific to Telephony channel resource
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
properties TelephonyChannelPropertiesResponse
The set of properties specific to Telephony channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties Property Map
The set of properties specific to Telephony channel resource

TelephonyPhoneNumbersResponse

AcsEndpoint string
The endpoint of ACS.
AcsResourceId string
The resource id of ACS.
AcsSecret string
The secret of ACS.
CognitiveServiceRegion string
The service region of cognitive service.
CognitiveServiceResourceId string
The resource id of cognitive service.
CognitiveServiceSubscriptionKey string
The subscription key of cognitive service.
DefaultLocale string
The default locale of the phone number.
Id string
The element id.
OfferType string
Optional Property that will determine the offering type of the phone.
PhoneNumber string
The phone number.
AcsEndpoint string
The endpoint of ACS.
AcsResourceId string
The resource id of ACS.
AcsSecret string
The secret of ACS.
CognitiveServiceRegion string
The service region of cognitive service.
CognitiveServiceResourceId string
The resource id of cognitive service.
CognitiveServiceSubscriptionKey string
The subscription key of cognitive service.
DefaultLocale string
The default locale of the phone number.
Id string
The element id.
OfferType string
Optional Property that will determine the offering type of the phone.
PhoneNumber string
The phone number.
acsEndpoint String
The endpoint of ACS.
acsResourceId String
The resource id of ACS.
acsSecret String
The secret of ACS.
cognitiveServiceRegion String
The service region of cognitive service.
cognitiveServiceResourceId String
The resource id of cognitive service.
cognitiveServiceSubscriptionKey String
The subscription key of cognitive service.
defaultLocale String
The default locale of the phone number.
id String
The element id.
offerType String
Optional Property that will determine the offering type of the phone.
phoneNumber String
The phone number.
acsEndpoint string
The endpoint of ACS.
acsResourceId string
The resource id of ACS.
acsSecret string
The secret of ACS.
cognitiveServiceRegion string
The service region of cognitive service.
cognitiveServiceResourceId string
The resource id of cognitive service.
cognitiveServiceSubscriptionKey string
The subscription key of cognitive service.
defaultLocale string
The default locale of the phone number.
id string
The element id.
offerType string
Optional Property that will determine the offering type of the phone.
phoneNumber string
The phone number.
acs_endpoint str
The endpoint of ACS.
acs_resource_id str
The resource id of ACS.
acs_secret str
The secret of ACS.
cognitive_service_region str
The service region of cognitive service.
cognitive_service_resource_id str
The resource id of cognitive service.
cognitive_service_subscription_key str
The subscription key of cognitive service.
default_locale str
The default locale of the phone number.
id str
The element id.
offer_type str
Optional Property that will determine the offering type of the phone.
phone_number str
The phone number.
acsEndpoint String
The endpoint of ACS.
acsResourceId String
The resource id of ACS.
acsSecret String
The secret of ACS.
cognitiveServiceRegion String
The service region of cognitive service.
cognitiveServiceResourceId String
The resource id of cognitive service.
cognitiveServiceSubscriptionKey String
The subscription key of cognitive service.
defaultLocale String
The default locale of the phone number.
id String
The element id.
offerType String
Optional Property that will determine the offering type of the phone.
phoneNumber String
The phone number.

WebChatChannelPropertiesResponse

WebChatEmbedCode This property is required. string
Web chat control embed code
Sites List<Pulumi.AzureNative.BotService.Inputs.WebChatSiteResponse>
The list of Web Chat sites
WebChatEmbedCode This property is required. string
Web chat control embed code
Sites []WebChatSiteResponse
The list of Web Chat sites
webChatEmbedCode This property is required. String
Web chat control embed code
sites List<WebChatSiteResponse>
The list of Web Chat sites
webChatEmbedCode This property is required. string
Web chat control embed code
sites WebChatSiteResponse[]
The list of Web Chat sites
web_chat_embed_code This property is required. str
Web chat control embed code
sites Sequence[WebChatSiteResponse]
The list of Web Chat sites
webChatEmbedCode This property is required. String
Web chat control embed code
sites List<Property Map>
The list of Web Chat sites

WebChatChannelResponse

ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties Pulumi.AzureNative.BotService.Inputs.WebChatChannelPropertiesResponse
The set of properties specific to Web Chat channel resource
ProvisioningState This property is required. string
Provisioning state of the resource
Etag string
Entity Tag of the resource
Location string
Specifies the location of the resource.
Properties WebChatChannelPropertiesResponse
The set of properties specific to Web Chat channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties WebChatChannelPropertiesResponse
The set of properties specific to Web Chat channel resource
provisioningState This property is required. string
Provisioning state of the resource
etag string
Entity Tag of the resource
location string
Specifies the location of the resource.
properties WebChatChannelPropertiesResponse
The set of properties specific to Web Chat channel resource
provisioning_state This property is required. str
Provisioning state of the resource
etag str
Entity Tag of the resource
location str
Specifies the location of the resource.
properties WebChatChannelPropertiesResponse
The set of properties specific to Web Chat channel resource
provisioningState This property is required. String
Provisioning state of the resource
etag String
Entity Tag of the resource
location String
Specifies the location of the resource.
properties Property Map
The set of properties specific to Web Chat channel resource

WebChatSiteResponse

IsEnabled This property is required. bool
Whether this site is enabled for DirectLine channel
IsTokenEnabled This property is required. bool
Whether this site is token enabled for channel
IsWebchatPreviewEnabled This property is required. bool
Whether this site is enabled for preview versions of Webchat
Key This property is required. string
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
Key2 This property is required. string
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
SiteId This property is required. string
Site Id
SiteName This property is required. string
Site name
AppId string
DirectLine application id
ETag string
Entity Tag
IsBlockUserUploadEnabled bool
Whether this site is enabled for block user upload.
IsDetailedLoggingEnabled bool
Whether this site is disabled detailed logging for
IsEndpointParametersEnabled bool
Whether this site is EndpointParameters enabled for channel
IsNoStorageEnabled bool
Whether this no-storage site is disabled detailed logging for
IsSecureSiteEnabled bool
Whether this site is enabled for authentication with Bot Framework.
IsV1Enabled bool
Whether this site is enabled for Bot Framework V1 protocol.
IsV3Enabled bool
Whether this site is enabled for Bot Framework V3 protocol.
IsWebChatSpeechEnabled bool
Whether this site is enabled for Webchat Speech
TenantId string
Tenant Id
TrustedOrigins List<string>
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
IsEnabled This property is required. bool
Whether this site is enabled for DirectLine channel
IsTokenEnabled This property is required. bool
Whether this site is token enabled for channel
IsWebchatPreviewEnabled This property is required. bool
Whether this site is enabled for preview versions of Webchat
Key This property is required. string
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
Key2 This property is required. string
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
SiteId This property is required. string
Site Id
SiteName This property is required. string
Site name
AppId string
DirectLine application id
ETag string
Entity Tag
IsBlockUserUploadEnabled bool
Whether this site is enabled for block user upload.
IsDetailedLoggingEnabled bool
Whether this site is disabled detailed logging for
IsEndpointParametersEnabled bool
Whether this site is EndpointParameters enabled for channel
IsNoStorageEnabled bool
Whether this no-storage site is disabled detailed logging for
IsSecureSiteEnabled bool
Whether this site is enabled for authentication with Bot Framework.
IsV1Enabled bool
Whether this site is enabled for Bot Framework V1 protocol.
IsV3Enabled bool
Whether this site is enabled for Bot Framework V3 protocol.
IsWebChatSpeechEnabled bool
Whether this site is enabled for Webchat Speech
TenantId string
Tenant Id
TrustedOrigins []string
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
isEnabled This property is required. Boolean
Whether this site is enabled for DirectLine channel
isTokenEnabled This property is required. Boolean
Whether this site is token enabled for channel
isWebchatPreviewEnabled This property is required. Boolean
Whether this site is enabled for preview versions of Webchat
key This property is required. String
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
key2 This property is required. String
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
siteId This property is required. String
Site Id
siteName This property is required. String
Site name
appId String
DirectLine application id
eTag String
Entity Tag
isBlockUserUploadEnabled Boolean
Whether this site is enabled for block user upload.
isDetailedLoggingEnabled Boolean
Whether this site is disabled detailed logging for
isEndpointParametersEnabled Boolean
Whether this site is EndpointParameters enabled for channel
isNoStorageEnabled Boolean
Whether this no-storage site is disabled detailed logging for
isSecureSiteEnabled Boolean
Whether this site is enabled for authentication with Bot Framework.
isV1Enabled Boolean
Whether this site is enabled for Bot Framework V1 protocol.
isV3Enabled Boolean
Whether this site is enabled for Bot Framework V3 protocol.
isWebChatSpeechEnabled Boolean
Whether this site is enabled for Webchat Speech
tenantId String
Tenant Id
trustedOrigins List<String>
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
isEnabled This property is required. boolean
Whether this site is enabled for DirectLine channel
isTokenEnabled This property is required. boolean
Whether this site is token enabled for channel
isWebchatPreviewEnabled This property is required. boolean
Whether this site is enabled for preview versions of Webchat
key This property is required. string
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
key2 This property is required. string
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
siteId This property is required. string
Site Id
siteName This property is required. string
Site name
appId string
DirectLine application id
eTag string
Entity Tag
isBlockUserUploadEnabled boolean
Whether this site is enabled for block user upload.
isDetailedLoggingEnabled boolean
Whether this site is disabled detailed logging for
isEndpointParametersEnabled boolean
Whether this site is EndpointParameters enabled for channel
isNoStorageEnabled boolean
Whether this no-storage site is disabled detailed logging for
isSecureSiteEnabled boolean
Whether this site is enabled for authentication with Bot Framework.
isV1Enabled boolean
Whether this site is enabled for Bot Framework V1 protocol.
isV3Enabled boolean
Whether this site is enabled for Bot Framework V3 protocol.
isWebChatSpeechEnabled boolean
Whether this site is enabled for Webchat Speech
tenantId string
Tenant Id
trustedOrigins string[]
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
is_enabled This property is required. bool
Whether this site is enabled for DirectLine channel
is_token_enabled This property is required. bool
Whether this site is token enabled for channel
is_webchat_preview_enabled This property is required. bool
Whether this site is enabled for preview versions of Webchat
key This property is required. str
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
key2 This property is required. str
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
site_id This property is required. str
Site Id
site_name This property is required. str
Site name
app_id str
DirectLine application id
e_tag str
Entity Tag
is_block_user_upload_enabled bool
Whether this site is enabled for block user upload.
is_detailed_logging_enabled bool
Whether this site is disabled detailed logging for
is_endpoint_parameters_enabled bool
Whether this site is EndpointParameters enabled for channel
is_no_storage_enabled bool
Whether this no-storage site is disabled detailed logging for
is_secure_site_enabled bool
Whether this site is enabled for authentication with Bot Framework.
is_v1_enabled bool
Whether this site is enabled for Bot Framework V1 protocol.
is_v3_enabled bool
Whether this site is enabled for Bot Framework V3 protocol.
is_web_chat_speech_enabled bool
Whether this site is enabled for Webchat Speech
tenant_id str
Tenant Id
trusted_origins Sequence[str]
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
isEnabled This property is required. Boolean
Whether this site is enabled for DirectLine channel
isTokenEnabled This property is required. Boolean
Whether this site is token enabled for channel
isWebchatPreviewEnabled This property is required. Boolean
Whether this site is enabled for preview versions of Webchat
key This property is required. String
Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
key2 This property is required. String
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
siteId This property is required. String
Site Id
siteName This property is required. String
Site name
appId String
DirectLine application id
eTag String
Entity Tag
isBlockUserUploadEnabled Boolean
Whether this site is enabled for block user upload.
isDetailedLoggingEnabled Boolean
Whether this site is disabled detailed logging for
isEndpointParametersEnabled Boolean
Whether this site is EndpointParameters enabled for channel
isNoStorageEnabled Boolean
Whether this no-storage site is disabled detailed logging for
isSecureSiteEnabled Boolean
Whether this site is enabled for authentication with Bot Framework.
isV1Enabled Boolean
Whether this site is enabled for Bot Framework V1 protocol.
isV3Enabled Boolean
Whether this site is enabled for Bot Framework V3 protocol.
isWebChatSpeechEnabled Boolean
Whether this site is enabled for Webchat Speech
tenantId String
Tenant Id
trustedOrigins List<String>
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi