Olvasás angol nyelven

Megosztás a következőn keresztül:


BotService Class

Definition

Low-level API implementation for the BotService service. Azure Bot Service is a platform for creating smart conversational agents.

C#
public class BotService
Inheritance
BotService

Constructors

Methods

BotConnectionCreate(String, String, String, String, IConnectionSetting, Func<HttpResponseMessage,Task<IConnectionSetting>,Task>, Func<HttpResponseMessage, Task<IConnectionSetting>,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Register a new Auth Connection for a Bot Service

BotConnectionCreateViaIdentity(String, IConnectionSetting, Func<HttpResponseMessage, Task<IConnectionSetting>,Task>, Func<HttpResponseMessage,Task<IConnectionSetting>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Register a new Auth Connection for a Bot Service

BotConnectionDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Deletes a Connection Setting registration for a Bot Service

BotConnectionDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Deletes a Connection Setting registration for a Bot Service

BotConnectionGet(String, String, String, String, Func<HttpResponseMessage, Task<IConnectionSetting>,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Get a Connection Setting registration for a Bot Service

BotConnectionGetViaIdentity(String, Func<HttpResponseMessage, Task<IConnectionSetting>,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Get a Connection Setting registration for a Bot Service

BotConnectionListByBotService(String, String, String, Func<HttpResponseMessage, Task<IConnectionSettingResponseList>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Returns all the Connection Settings registered to a particular BotService resource

BotConnectionListByBotServiceViaIdentity(String, Func<HttpResponseMessage, Task<IConnectionSettingResponseList>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Returns all the Connection Settings registered to a particular BotService resource

BotConnectionListServiceProviders(String, Func<HttpResponseMessage, Task<IServiceProviderResponseList>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Lists the available Service Providers for creating Connection Settings

BotConnectionListServiceProvidersViaIdentity(String, Func<HttpResponseMessage, Task<IServiceProviderResponseList>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Lists the available Service Providers for creating Connection Settings

BotConnectionListWithSecrets(String, String, String, String, Func<HttpResponseMessage, Task<IConnectionSetting>,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Get a Connection Setting registration for a Bot Service

BotConnectionListWithSecretsViaIdentity(String, Func<HttpResponseMessage, Task<IConnectionSetting>,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Get a Connection Setting registration for a Bot Service

BotConnectionUpdate(String, String, String, String, IConnectionSetting, Func<HttpResponseMessage,Task<IConnectionSetting>,Task>, Func<HttpResponseMessage, Task<IConnectionSetting>,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Updates a Connection Setting registration for a Bot Service

BotConnectionUpdateViaIdentity(String, IConnectionSetting, Func<HttpResponseMessage, Task<IConnectionSetting>,Task>, Func<HttpResponseMessage,Task<IConnectionSetting>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Updates a Connection Setting registration for a Bot Service

BotsCreate(String, String, String, IBot, Func<HttpResponseMessage, Task<IBot>,Task>, Func<HttpResponseMessage,Task<IBot>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Creates a Bot Service. Bot Service is a resource group wide resource type.

BotsCreateViaIdentity(String, IBot, Func<HttpResponseMessage, Task<IBot>,Task>, Func<HttpResponseMessage,Task<IBot>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Creates a Bot Service. Bot Service is a resource group wide resource type.

BotsDelete(String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Deletes a Bot Service from the resource group.

BotsDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Deletes a Bot Service from the resource group.

BotsGet(String, String, String, Func<HttpResponseMessage,Task<IBot>,Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Returns a BotService specified by the parameters.

BotsGetCheckNameAvailability(ICheckNameAvailabilityRequestBody, Func<HttpResponseMessage,Task<ICheckNameAvailabilityResponseBody>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Check whether a bot name is available.

BotsGetCheckNameAvailabilityViaIdentity(String, ICheckNameAvailabilityRequestBody, Func<HttpResponseMessage,Task<ICheckNameAvailabilityResponseBody>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Check whether a bot name is available.

BotsGetViaIdentity(String, Func<HttpResponseMessage,Task<IBot>,Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Returns a BotService specified by the parameters.

BotsList(String, Func<HttpResponseMessage,Task<IBotResponseList>,Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Returns all the resources of a particular type belonging to a subscription.

BotsListByResourceGroup(String, String, Func<HttpResponseMessage, Task<IBotResponseList>,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Returns all the resources of a particular type belonging to a resource group

BotsListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<IBotResponseList>,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Returns all the resources of a particular type belonging to a resource group

BotsListViaIdentity(String, Func<HttpResponseMessage,Task<IBotResponseList>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Returns all the resources of a particular type belonging to a subscription.

BotsUpdate(String, String, String, IBot, Func<HttpResponseMessage, Task<IBot>,Task>, Func<HttpResponseMessage,Task<IBot>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Updates a Bot Service

BotsUpdateViaIdentity(String, IBot, Func<HttpResponseMessage, Task<IBot>,Task>, Func<HttpResponseMessage,Task<IBot>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Updates a Bot Service

ChannelsCreate(String, String, ChannelName, String, IBotChannel, Func<HttpResponseMessage,Task<IBotChannel>,Task>, Func<HttpResponseMessage, Task<IBotChannel>,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Creates a Channel registration for a Bot Service

ChannelsCreateViaIdentity(String, IBotChannel, Func<HttpResponseMessage, Task<IBotChannel>,Task>, Func<HttpResponseMessage,Task<IBotChannel>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Creates a Channel registration for a Bot Service

ChannelsDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Deletes a Channel registration from a Bot Service

ChannelsDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Deletes a Channel registration from a Bot Service

ChannelsGet(String, String, String, String, Func<HttpResponseMessage, Task<IBotChannel>,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Returns a BotService Channel registration specified by the parameters.

ChannelsGetViaIdentity(String, Func<HttpResponseMessage,Task<IBotChannel>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Returns a BotService Channel registration specified by the parameters.

ChannelsListByResourceGroup(String, String, String, Func<HttpResponseMessage, Task<IChannelResponseList>,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Returns all the Channel registrations of a particular BotService resource

ChannelsListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<IChannelResponseList>,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Returns all the Channel registrations of a particular BotService resource

ChannelsListWithKeys(String, String, ChannelName, String, Func<HttpResponseMessage, Task<IListChannelWithKeysResponse>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Lists a Channel registration for a Bot Service including secrets

ChannelsListWithKeysViaIdentity(String, Func<HttpResponseMessage, Task<IListChannelWithKeysResponse>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Lists a Channel registration for a Bot Service including secrets

ChannelsUpdate(String, String, ChannelName, String, IBotChannel, Func<HttpResponseMessage,Task<IBotChannel>,Task>, Func<HttpResponseMessage, Task<IBotChannel>,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Updates a Channel registration for a Bot Service

ChannelsUpdateViaIdentity(String, IBotChannel, Func<HttpResponseMessage, Task<IBotChannel>,Task>, Func<HttpResponseMessage,Task<IBotChannel>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Updates a Channel registration for a Bot Service

DirectLineRegenerateKeys(String, String, String, RegenerateKeysChannelName, ISiteInfo, Func<HttpResponseMessage,Task<IBotChannel>,Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Regenerates secret keys and returns them for the DirectLine Channel of a particular BotService resource

DirectLineRegenerateKeysViaIdentity(String, ISiteInfo, Func<HttpResponseMessage, Task<IBotChannel>,Task>, Func<HttpResponseMessage,Task<IError>, Task>, IEventListener, ISendAsync)

Regenerates secret keys and returns them for the DirectLine Channel of a particular BotService resource

EmailCreateSignInUrl(String, String, String, Func<HttpResponseMessage, Task<ICreateEmailSignInUrlResponse>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Creates an email channel sign in url for a Bot Service

EmailCreateSignInUrlViaIdentity(String, Func<HttpResponseMessage, Task<ICreateEmailSignInUrlResponse>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Creates an email channel sign in url for a Bot Service

HostSettingsGet(String, Func<HttpResponseMessage,Task<IHostSettingsResponse>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Get per subscription settings needed to host bot in compute resource such as Azure App Service

HostSettingsGetViaIdentity(String, Func<HttpResponseMessage,Task<IHostSettingsResponse>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Get per subscription settings needed to host bot in compute resource such as Azure App Service

OperationsList(Func<HttpResponseMessage,Task<IOperationEntityListResult>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Lists all the available BotService operations.

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationEntityListResult>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Lists all the available BotService operations.

PrivateEndpointConnectionsCreate(String, String, String, String, IPrivateEndpointConnection, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Update the state of specified private endpoint connection associated with the Bot.

PrivateEndpointConnectionsCreateViaIdentity(String, IPrivateEndpointConnection, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Update the state of specified private endpoint connection associated with the Bot.

PrivateEndpointConnectionsDelete(String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Deletes the specified private endpoint connection associated with the Bot.

PrivateEndpointConnectionsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Deletes the specified private endpoint connection associated with the Bot.

PrivateEndpointConnectionsGet(String, String, String, String, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Gets the specified private endpoint connection associated with the Bot.

PrivateEndpointConnectionsGetViaIdentity(String, Func<HttpResponseMessage, Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Gets the specified private endpoint connection associated with the Bot.

PrivateEndpointConnectionsList(String, String, String, Func<HttpResponseMessage, Task<IPrivateEndpointConnectionListResult>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

List all the private endpoint connections associated with the Bot.

PrivateEndpointConnectionsListViaIdentity(String, Func<HttpResponseMessage, Task<IPrivateEndpointConnectionListResult>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

List all the private endpoint connections associated with the Bot.

PrivateLinkResourcesListByBotResource(String, String, String, Func<HttpResponseMessage,Task<IPrivateLinkResourceListResult>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Gets the private link resources that need to be created for a Bot.

PrivateLinkResourcesListByBotResourceViaIdentity(String, Func<HttpResponseMessage, Task<IPrivateLinkResourceListResult>,Task>, Func<HttpResponseMessage, Task<IError>,Task>, IEventListener, ISendAsync)

Gets the private link resources that need to be created for a Bot.

QnAMakerEndpointKeysGet(String, IQnAMakerEndpointKeysRequestBody, Func<HttpResponseMessage,Task<IQnAMakerEndpointKeysResponse>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Lists the QnA Maker endpoint keys

QnAMakerEndpointKeysGetViaIdentity(String, IQnAMakerEndpointKeysRequestBody, Func<HttpResponseMessage,Task<IQnAMakerEndpointKeysResponse>, Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync)

Lists the QnA Maker endpoint keys

Applies to

Termék Verziók
Azure - PowerShell Commands 12 (LTS), Latest