Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type BasicChannel
- type Bot
- type BotChannel
- type BotConnectionClient
- type BotProperties
- type BotResponseList
- type BotResponseListIterator
- type BotResponseListPage
- type BotsClient
- type Channel
- type ChannelName
- type ChannelNameBasicChannel
- type ChannelResponseList
- type ChannelResponseListIterator
- type ChannelResponseListPage
- type ChannelsClient
- type CheckNameAvailabilityRequestBody
- type CheckNameAvailabilityResponseBody
- type ConnectionItemName
- type ConnectionSetting
- type ConnectionSettingParameter
- type ConnectionSettingProperties
- type ConnectionSettingResponseList
- type ConnectionSettingResponseListIterator
- type ConnectionSettingResponseListPage
- type DirectLineChannel
- type DirectLineChannelProperties
- type DirectLineSite
- type EmailChannel
- type EmailChannelProperties
- type EnterpriseChannel
- type EnterpriseChannelCheckNameAvailabilityRequest
- type EnterpriseChannelCheckNameAvailabilityResponse
- type EnterpriseChannelNode
- type EnterpriseChannelNodeState
- type EnterpriseChannelProperties
- type EnterpriseChannelResponseList
- type EnterpriseChannelResponseListIterator
- type EnterpriseChannelResponseListPage
- type EnterpriseChannelState
- type EnterpriseChannelsClient
- type EnterpriseChannelsCreateFuture
- type EnterpriseChannelsDeleteFuture
- type EnterpriseChannelsUpdateFuture
- type Error
- type ErrorBody
- type FacebookChannel
- type FacebookChannelProperties
- type FacebookPage
- type KikChannel
- type KikChannelProperties
- type Kind
- type MsTeamsChannel
- type MsTeamsChannelProperties
- type OperationDisplayInfo
- type OperationEntity
- type OperationEntityListResult
- type OperationEntityListResultIterator
- type OperationEntityListResultPage
- type OperationsClient
- type Resource
- type ServiceProvider
- type ServiceProviderParameter
- type ServiceProviderProperties
- type ServiceProviderResponseList
- type Sku
- type SkuName
- type SkuTier
- type SkypeChannel
- type SkypeChannelProperties
- type SlackChannel
- type SlackChannelProperties
- type SmsChannel
- type SmsChannelProperties
- type TelegramChannel
- type TelegramChannelProperties
- type WebChatChannel
- type WebChatChannelProperties
- type WebChatSite
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BasicChannel ¶
type BasicChannel = original.BasicChannel
type BotChannel ¶
type BotChannel = original.BotChannel
type BotConnectionClient ¶
type BotConnectionClient = original.BotConnectionClient
func NewBotConnectionClient ¶
func NewBotConnectionClient(subscriptionID string) BotConnectionClient
func NewBotConnectionClientWithBaseURI ¶
func NewBotConnectionClientWithBaseURI(baseURI string, subscriptionID string) BotConnectionClient
type BotProperties ¶
type BotProperties = original.BotProperties
type BotResponseList ¶
type BotResponseList = original.BotResponseList
type BotResponseListIterator ¶
type BotResponseListIterator = original.BotResponseListIterator
func NewBotResponseListIterator ¶
func NewBotResponseListIterator(page BotResponseListPage) BotResponseListIterator
type BotResponseListPage ¶
type BotResponseListPage = original.BotResponseListPage
func NewBotResponseListPage ¶
func NewBotResponseListPage(getNextPage func(context.Context, BotResponseList) (BotResponseList, error)) BotResponseListPage
type BotsClient ¶
type BotsClient = original.BotsClient
func NewBotsClient ¶
func NewBotsClient(subscriptionID string) BotsClient
func NewBotsClientWithBaseURI ¶
func NewBotsClientWithBaseURI(baseURI string, subscriptionID string) BotsClient
type ChannelName ¶
type ChannelName = original.ChannelName
const ( ChannelNameDirectLineChannel ChannelName = original.ChannelNameDirectLineChannel ChannelNameEmailChannel ChannelName = original.ChannelNameEmailChannel ChannelNameFacebookChannel ChannelName = original.ChannelNameFacebookChannel ChannelNameKikChannel ChannelName = original.ChannelNameKikChannel ChannelNameMsTeamsChannel ChannelName = original.ChannelNameMsTeamsChannel ChannelNameSkypeChannel ChannelName = original.ChannelNameSkypeChannel ChannelNameSlackChannel ChannelName = original.ChannelNameSlackChannel ChannelNameSmsChannel ChannelName = original.ChannelNameSmsChannel ChannelNameTelegramChannel ChannelName = original.ChannelNameTelegramChannel ChannelNameWebChatChannel ChannelName = original.ChannelNameWebChatChannel )
func PossibleChannelNameValues ¶
func PossibleChannelNameValues() []ChannelName
type ChannelNameBasicChannel ¶
type ChannelNameBasicChannel = original.ChannelNameBasicChannel
const ( ChannelNameChannel ChannelNameBasicChannel = original.ChannelNameChannel ChannelNameDirectLineChannel1 ChannelNameBasicChannel = original.ChannelNameDirectLineChannel1 ChannelNameEmailChannel1 ChannelNameBasicChannel = original.ChannelNameEmailChannel1 ChannelNameFacebookChannel1 ChannelNameBasicChannel = original.ChannelNameFacebookChannel1 ChannelNameKikChannel1 ChannelNameBasicChannel = original.ChannelNameKikChannel1 ChannelNameMsTeamsChannel1 ChannelNameBasicChannel = original.ChannelNameMsTeamsChannel1 ChannelNameSkypeChannel1 ChannelNameBasicChannel = original.ChannelNameSkypeChannel1 ChannelNameSlackChannel1 ChannelNameBasicChannel = original.ChannelNameSlackChannel1 ChannelNameSmsChannel1 ChannelNameBasicChannel = original.ChannelNameSmsChannel1 ChannelNameTelegramChannel1 ChannelNameBasicChannel = original.ChannelNameTelegramChannel1 ChannelNameWebChatChannel1 ChannelNameBasicChannel = original.ChannelNameWebChatChannel1 )
func PossibleChannelNameBasicChannelValues ¶
func PossibleChannelNameBasicChannelValues() []ChannelNameBasicChannel
type ChannelResponseList ¶
type ChannelResponseList = original.ChannelResponseList
type ChannelResponseListIterator ¶
type ChannelResponseListIterator = original.ChannelResponseListIterator
func NewChannelResponseListIterator ¶
func NewChannelResponseListIterator(page ChannelResponseListPage) ChannelResponseListIterator
type ChannelResponseListPage ¶
type ChannelResponseListPage = original.ChannelResponseListPage
func NewChannelResponseListPage ¶
func NewChannelResponseListPage(getNextPage func(context.Context, ChannelResponseList) (ChannelResponseList, error)) ChannelResponseListPage
type ChannelsClient ¶
type ChannelsClient = original.ChannelsClient
func NewChannelsClient ¶
func NewChannelsClient(subscriptionID string) ChannelsClient
func NewChannelsClientWithBaseURI ¶
func NewChannelsClientWithBaseURI(baseURI string, subscriptionID string) ChannelsClient
type CheckNameAvailabilityRequestBody ¶
type CheckNameAvailabilityRequestBody = original.CheckNameAvailabilityRequestBody
type CheckNameAvailabilityResponseBody ¶
type CheckNameAvailabilityResponseBody = original.CheckNameAvailabilityResponseBody
type ConnectionItemName ¶
type ConnectionItemName = original.ConnectionItemName
type ConnectionSetting ¶
type ConnectionSetting = original.ConnectionSetting
type ConnectionSettingParameter ¶
type ConnectionSettingParameter = original.ConnectionSettingParameter
type ConnectionSettingProperties ¶
type ConnectionSettingProperties = original.ConnectionSettingProperties
type ConnectionSettingResponseList ¶
type ConnectionSettingResponseList = original.ConnectionSettingResponseList
type ConnectionSettingResponseListIterator ¶
type ConnectionSettingResponseListIterator = original.ConnectionSettingResponseListIterator
func NewConnectionSettingResponseListIterator ¶
func NewConnectionSettingResponseListIterator(page ConnectionSettingResponseListPage) ConnectionSettingResponseListIterator
type ConnectionSettingResponseListPage ¶
type ConnectionSettingResponseListPage = original.ConnectionSettingResponseListPage
func NewConnectionSettingResponseListPage ¶
func NewConnectionSettingResponseListPage(getNextPage func(context.Context, ConnectionSettingResponseList) (ConnectionSettingResponseList, error)) ConnectionSettingResponseListPage
type DirectLineChannel ¶
type DirectLineChannel = original.DirectLineChannel
type DirectLineChannelProperties ¶
type DirectLineChannelProperties = original.DirectLineChannelProperties
type DirectLineSite ¶
type DirectLineSite = original.DirectLineSite
type EmailChannel ¶
type EmailChannel = original.EmailChannel
type EmailChannelProperties ¶
type EmailChannelProperties = original.EmailChannelProperties
type EnterpriseChannel ¶
type EnterpriseChannel = original.EnterpriseChannel
type EnterpriseChannelCheckNameAvailabilityRequest ¶
type EnterpriseChannelCheckNameAvailabilityRequest = original.EnterpriseChannelCheckNameAvailabilityRequest
type EnterpriseChannelCheckNameAvailabilityResponse ¶
type EnterpriseChannelCheckNameAvailabilityResponse = original.EnterpriseChannelCheckNameAvailabilityResponse
type EnterpriseChannelNode ¶
type EnterpriseChannelNode = original.EnterpriseChannelNode
type EnterpriseChannelNodeState ¶
type EnterpriseChannelNodeState = original.EnterpriseChannelNodeState
const ( CreateFailed EnterpriseChannelNodeState = original.CreateFailed Creating EnterpriseChannelNodeState = original.Creating DeleteFailed EnterpriseChannelNodeState = original.DeleteFailed Deleting EnterpriseChannelNodeState = original.Deleting Started EnterpriseChannelNodeState = original.Started StartFailed EnterpriseChannelNodeState = original.StartFailed Starting EnterpriseChannelNodeState = original.Starting StopFailed EnterpriseChannelNodeState = original.StopFailed Stopped EnterpriseChannelNodeState = original.Stopped Stopping EnterpriseChannelNodeState = original.Stopping )
func PossibleEnterpriseChannelNodeStateValues ¶
func PossibleEnterpriseChannelNodeStateValues() []EnterpriseChannelNodeState
type EnterpriseChannelProperties ¶
type EnterpriseChannelProperties = original.EnterpriseChannelProperties
type EnterpriseChannelResponseList ¶
type EnterpriseChannelResponseList = original.EnterpriseChannelResponseList
type EnterpriseChannelResponseListIterator ¶
type EnterpriseChannelResponseListIterator = original.EnterpriseChannelResponseListIterator
func NewEnterpriseChannelResponseListIterator ¶
func NewEnterpriseChannelResponseListIterator(page EnterpriseChannelResponseListPage) EnterpriseChannelResponseListIterator
type EnterpriseChannelResponseListPage ¶
type EnterpriseChannelResponseListPage = original.EnterpriseChannelResponseListPage
func NewEnterpriseChannelResponseListPage ¶
func NewEnterpriseChannelResponseListPage(getNextPage func(context.Context, EnterpriseChannelResponseList) (EnterpriseChannelResponseList, error)) EnterpriseChannelResponseListPage
type EnterpriseChannelState ¶
type EnterpriseChannelState = original.EnterpriseChannelState
const ( EnterpriseChannelStateCreateFailed EnterpriseChannelState = original.EnterpriseChannelStateCreateFailed EnterpriseChannelStateCreating EnterpriseChannelState = original.EnterpriseChannelStateCreating EnterpriseChannelStateDeleteFailed EnterpriseChannelState = original.EnterpriseChannelStateDeleteFailed EnterpriseChannelStateDeleting EnterpriseChannelState = original.EnterpriseChannelStateDeleting EnterpriseChannelStateStarted EnterpriseChannelState = original.EnterpriseChannelStateStarted EnterpriseChannelStateStartFailed EnterpriseChannelState = original.EnterpriseChannelStateStartFailed EnterpriseChannelStateStarting EnterpriseChannelState = original.EnterpriseChannelStateStarting EnterpriseChannelStateStopFailed EnterpriseChannelState = original.EnterpriseChannelStateStopFailed EnterpriseChannelStateStopped EnterpriseChannelState = original.EnterpriseChannelStateStopped EnterpriseChannelStateStopping EnterpriseChannelState = original.EnterpriseChannelStateStopping )
func PossibleEnterpriseChannelStateValues ¶
func PossibleEnterpriseChannelStateValues() []EnterpriseChannelState
type EnterpriseChannelsClient ¶
type EnterpriseChannelsClient = original.EnterpriseChannelsClient
func NewEnterpriseChannelsClient ¶
func NewEnterpriseChannelsClient(subscriptionID string) EnterpriseChannelsClient
func NewEnterpriseChannelsClientWithBaseURI ¶
func NewEnterpriseChannelsClientWithBaseURI(baseURI string, subscriptionID string) EnterpriseChannelsClient
type EnterpriseChannelsCreateFuture ¶
type EnterpriseChannelsCreateFuture = original.EnterpriseChannelsCreateFuture
type EnterpriseChannelsDeleteFuture ¶
type EnterpriseChannelsDeleteFuture = original.EnterpriseChannelsDeleteFuture
type EnterpriseChannelsUpdateFuture ¶
type EnterpriseChannelsUpdateFuture = original.EnterpriseChannelsUpdateFuture
type FacebookChannel ¶
type FacebookChannel = original.FacebookChannel
type FacebookChannelProperties ¶
type FacebookChannelProperties = original.FacebookChannelProperties
type FacebookPage ¶
type FacebookPage = original.FacebookPage
type KikChannel ¶
type KikChannel = original.KikChannel
type KikChannelProperties ¶
type KikChannelProperties = original.KikChannelProperties
type MsTeamsChannel ¶
type MsTeamsChannel = original.MsTeamsChannel
type MsTeamsChannelProperties ¶
type MsTeamsChannelProperties = original.MsTeamsChannelProperties
type OperationDisplayInfo ¶
type OperationDisplayInfo = original.OperationDisplayInfo
type OperationEntity ¶
type OperationEntity = original.OperationEntity
type OperationEntityListResult ¶
type OperationEntityListResult = original.OperationEntityListResult
type OperationEntityListResultIterator ¶
type OperationEntityListResultIterator = original.OperationEntityListResultIterator
func NewOperationEntityListResultIterator ¶
func NewOperationEntityListResultIterator(page OperationEntityListResultPage) OperationEntityListResultIterator
type OperationEntityListResultPage ¶
type OperationEntityListResultPage = original.OperationEntityListResultPage
func NewOperationEntityListResultPage ¶
func NewOperationEntityListResultPage(getNextPage func(context.Context, OperationEntityListResult) (OperationEntityListResult, error)) OperationEntityListResultPage
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type ServiceProvider ¶
type ServiceProvider = original.ServiceProvider
type ServiceProviderParameter ¶
type ServiceProviderParameter = original.ServiceProviderParameter
type ServiceProviderProperties ¶
type ServiceProviderProperties = original.ServiceProviderProperties
type ServiceProviderResponseList ¶
type ServiceProviderResponseList = original.ServiceProviderResponseList
type SkuName ¶
func PossibleSkuNameValues ¶
func PossibleSkuNameValues() []SkuName
type SkuTier ¶
func PossibleSkuTierValues ¶
func PossibleSkuTierValues() []SkuTier
type SkypeChannel ¶
type SkypeChannel = original.SkypeChannel
type SkypeChannelProperties ¶
type SkypeChannelProperties = original.SkypeChannelProperties
type SlackChannel ¶
type SlackChannel = original.SlackChannel
type SlackChannelProperties ¶
type SlackChannelProperties = original.SlackChannelProperties
type SmsChannel ¶
type SmsChannel = original.SmsChannel
type SmsChannelProperties ¶
type SmsChannelProperties = original.SmsChannelProperties
type TelegramChannel ¶
type TelegramChannel = original.TelegramChannel
type TelegramChannelProperties ¶
type TelegramChannelProperties = original.TelegramChannelProperties
type WebChatChannel ¶
type WebChatChannel = original.WebChatChannel
type WebChatChannelProperties ¶
type WebChatChannelProperties = original.WebChatChannelProperties
type WebChatSite ¶
type WebChatSite = original.WebChatSite
Click to show internal directories.
Click to hide internal directories.