Class HealthbotManager

java.lang.Object
com.azure.resourcemanager.healthbot.HealthbotManager

public final class HealthbotManager extends Object
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.
  • 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 - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the Healthbot service API instance.
    • configure

      public static HealthbotManager.Configurable configure()
      Gets a Configurable instance that can be used to create HealthbotManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • bots

      public Bots bots()
      Gets the resource collection API of Bots. It manages HealthBot.
      Returns:
      Resource collection API of Bots.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • serviceClient

      public HealthbotClient serviceClient()
      Returns:
      Wrapped service client HealthbotClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.