botserviceapi

package
v23.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BotConnectionClientAPI

type BotConnectionClientAPI interface {
	Create(ctx context.Context, resourceGroupName string, resourceName string, connectionName string, parameters botservice.ConnectionSetting) (result botservice.ConnectionSetting, err error)
	Delete(ctx context.Context, resourceGroupName string, resourceName string, connectionName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, resourceName string, connectionName string) (result botservice.ConnectionSetting, err error)
	ListByBotService(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.ConnectionSettingResponseListPage, err error)
	ListServiceProviders(ctx context.Context) (result botservice.ServiceProviderResponseList, err error)
	ListWithSecrets(ctx context.Context, resourceGroupName string, resourceName string, connectionName string) (result botservice.ConnectionSetting, err error)
	Update(ctx context.Context, resourceGroupName string, resourceName string, connectionName string, parameters botservice.ConnectionSetting) (result botservice.ConnectionSetting, err error)
}

BotConnectionClientAPI contains the set of methods on the BotConnectionClient type.

type BotsClientAPI

type BotsClientAPI interface {
	Create(ctx context.Context, resourceGroupName string, resourceName string, parameters botservice.Bot) (result botservice.Bot, err error)
	Delete(ctx context.Context, resourceGroupName string, resourceName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.Bot, err error)
	GetCheckNameAvailability(ctx context.Context, parameters botservice.CheckNameAvailabilityRequestBody) (result botservice.CheckNameAvailabilityResponseBody, err error)
	List(ctx context.Context) (result botservice.BotResponseListPage, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result botservice.BotResponseListPage, err error)
	Update(ctx context.Context, resourceGroupName string, resourceName string, parameters botservice.Bot) (result botservice.Bot, err error)
}

BotsClientAPI contains the set of methods on the BotsClient type.

type ChannelsClientAPI

type ChannelsClientAPI interface {
	Create(ctx context.Context, resourceGroupName string, resourceName string, channelName botservice.ChannelName, parameters botservice.BotChannel) (result botservice.BotChannel, err error)
	Delete(ctx context.Context, resourceGroupName string, resourceName string, channelName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, resourceName string, channelName string) (result botservice.BotChannel, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.ChannelResponseListPage, err error)
	ListWithKeys(ctx context.Context, resourceGroupName string, resourceName string, channelName botservice.ChannelName) (result botservice.BotChannel, err error)
	Update(ctx context.Context, resourceGroupName string, resourceName string, channelName botservice.ChannelName, parameters botservice.BotChannel) (result botservice.BotChannel, err error)
}

ChannelsClientAPI contains the set of methods on the ChannelsClient type.

type EnterpriseChannelsClientAPI

type EnterpriseChannelsClientAPI interface {
	CheckNameAvailability(ctx context.Context, parameters botservice.EnterpriseChannelCheckNameAvailabilityRequest) (result botservice.EnterpriseChannelCheckNameAvailabilityResponse, err error)
	Create(ctx context.Context, resourceGroupName string, resourceName string, parameters botservice.EnterpriseChannel) (result botservice.EnterpriseChannelsCreateFuture, err error)
	Delete(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.EnterpriseChannelsDeleteFuture, err error)
	Get(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.EnterpriseChannel, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result botservice.EnterpriseChannelResponseListPage, err error)
	Update(ctx context.Context, resourceGroupName string, resourceName string, parameters botservice.EnterpriseChannel) (result botservice.EnterpriseChannelsUpdateFuture, err error)
}

EnterpriseChannelsClientAPI contains the set of methods on the EnterpriseChannelsClient type.

type OperationsClientAPI

type OperationsClientAPI interface {
	List(ctx context.Context) (result botservice.OperationEntityListResultPage, err error)
}

OperationsClientAPI contains the set of methods on the OperationsClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL