Class BotServiceManager
java.lang.Object
com.azure.resourcemanager.botservice.BotServiceManager
Entry point to BotServiceManager.
Azure Bot Service is a platform for creating smart conversational agents.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic BotServiceManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of BotService service API entry point.static BotServiceManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of BotService service API entry point.Gets the resource collection API of BotConnections.bots()Gets the resource collection API of Bots.channels()Gets the resource collection API of Channels.Gets a Configurable instance that can be used to create BotServiceManager with optional configuration.Gets the resource collection API of DirectLines.Gets the resource collection API of HostSettings.Gets the resource collection API of Operations.Gets wrapped service client AzureBotService providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-
Method Details
-
authenticate
public static BotServiceManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of BotService service API entry point.- Parameters:
credential- the credential to use.profile- the Azure profile for client.- Returns:
- the BotService service API instance.
-
authenticate
public static BotServiceManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of BotService service API entry point.- Parameters:
httpPipeline- theHttpPipelineconfigured with Azure authentication credential.profile- the Azure profile for client.- Returns:
- the BotService service API instance.
-
configure
Gets a Configurable instance that can be used to create BotServiceManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
bots
Gets the resource collection API of Bots. It manages Bot.- Returns:
- Resource collection API of Bots.
-
channels
Gets the resource collection API of Channels.- Returns:
- Resource collection API of Channels.
-
directLines
Gets the resource collection API of DirectLines.- Returns:
- Resource collection API of DirectLines.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
botConnections
Gets the resource collection API of BotConnections. It manages ConnectionSetting.- Returns:
- Resource collection API of BotConnections.
-
hostSettings
Gets the resource collection API of HostSettings.- Returns:
- Resource collection API of HostSettings.
-
serviceClient
Gets wrapped service client AzureBotService providing direct access to the underlying auto-generated API implementation, based on Azure REST API.- Returns:
- Wrapped service client AzureBotService.
-