Class HealthbotManager
java.lang.Object
com.azure.resourcemanager.healthbot.HealthbotManager
Entry point to HealthbotManager. Microsoft Healthcare Bot is a cloud platform that empowers developers in Healthcare
organizations to build and deploy their compliant, AI-powered virtual health assistants and health bots, that help
them improve processes and reduce costs.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
The Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic HealthbotManager
authenticate
(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Healthbot service API entry point.static HealthbotManager
authenticate
(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Healthbot service API entry point.bots()
Gets the resource collection API of Bots.Gets a Configurable instance that can be used to create HealthbotManager with optional configuration.Gets the resource collection API of Operations.
-
Method Details
-
authenticate
public static HealthbotManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Healthbot service API entry point.- Parameters:
credential
- the credential to use.profile
- the Azure profile for client.- Returns:
- the Healthbot service API instance.
-
authenticate
public static HealthbotManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Healthbot service API entry point.- Parameters:
httpPipeline
- theHttpPipeline
configured with Azure authentication credential.profile
- the Azure profile for client.- Returns:
- the Healthbot service API instance.
-
configure
Gets a Configurable instance that can be used to create HealthbotManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
bots
Gets the resource collection API of Bots. It manages HealthBot.- Returns:
- Resource collection API of Bots.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
serviceClient
- Returns:
- Wrapped service client HealthbotClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-