botserviceapi

package
v68.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2023 License: MIT Imports: 3 Imported by: 65

Documentation

Overview

Deprecated: Please note, this package has been deprecated. A replacement package is available github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/botservice/armbotservice(https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/botservice/armbotservice). We strongly encourage you to upgrade to continue receiving updates. See [Migration Guide](https://aka.ms/azsdk/golang/t2/migration) for guidance on upgrading. Refer to our [deprecation policy](https://azure.github.io/azure-sdk/policies_support.html) for more details.

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)
	ListByBotServiceComplete(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.ConnectionSettingResponseListIterator, 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)
	ListComplete(ctx context.Context) (result botservice.BotResponseListIterator, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result botservice.BotResponseListPage, err error)
	ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result botservice.BotResponseListIterator, 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)
	ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.ChannelResponseListIterator, 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)
	ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result botservice.EnterpriseChannelResponseListIterator, 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)
	ListComplete(ctx context.Context) (result botservice.OperationEntityListResultIterator, 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