@azure/arm-healthbot package

Classes

HealthbotClient

Interfaces

AvailableOperations

Available operations of the service

BotResponseList

The list of Azure Health Bot operation response.

Bots

Interface representing a Bots.

BotsCreateOptionalParams

Optional parameters.

BotsDeleteOptionalParams

Optional parameters.

BotsGetOptionalParams

Optional parameters.

BotsListByResourceGroupNextOptionalParams

Optional parameters.

BotsListByResourceGroupOptionalParams

Optional parameters.

BotsListNextOptionalParams

Optional parameters.

BotsListOptionalParams

Optional parameters.

BotsUpdateOptionalParams

Optional parameters.

ErrorAdditionalInfo

The resource management error additional info.

ErrorError

The error object.

ErrorModel

The resource management error response.

HealthBot

Azure Health Bot resource definition

HealthBotProperties

The properties of a Azure Health Bot. The Health Bot Service 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.

HealthBotUpdateParameters

Parameters for updating a Azure Health Bot.

HealthbotClientOptionalParams

Optional parameters.

Identity

Identity for the resource.

OperationDetail

Operation detail payload

OperationDisplay

Operation display payload

Operations

Interface representing a Operations.

OperationsListNextOptionalParams

Optional parameters.

OperationsListOptionalParams

Optional parameters.

Resource

The resource model definition for a ARM tracked top level resource

Sku

The resource model definition representing SKU

SystemData

Read only system data

TrackedResource

The resource model definition for a ARM tracked top level resource

UserAssignedIdentity

The details of the user assigned managed identity used by the Video Analyzer resource.

ValidationResult

The response returned from validation process

Type Aliases

BotsCreateResponse

Contains response data for the create operation.

BotsGetResponse

Contains response data for the get operation.

BotsListByResourceGroupNextResponse

Contains response data for the listByResourceGroupNext operation.

BotsListByResourceGroupResponse

Contains response data for the listByResourceGroup operation.

BotsListNextResponse

Contains response data for the listNext operation.

BotsListResponse

Contains response data for the list operation.

BotsUpdateResponse

Contains response data for the update operation.

IdentityType

Defines values for IdentityType.
KnownIdentityType can be used interchangeably with IdentityType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

OperationsListNextResponse

Contains response data for the listNext operation.

OperationsListResponse

Contains response data for the list operation.

ResourceIdentityType

Defines values for ResourceIdentityType.

SkuName

Defines values for SkuName.

Enums

KnownIdentityType

Known values of IdentityType that the service accepts.

Functions

getContinuationToken(unknown)

Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.

Function Details

getContinuationToken(unknown)

Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.

function getContinuationToken(page: unknown): string | undefined

Parameters

page

unknown

A result object from calling .byPage() on a paged operation.

Returns

string | undefined

The continuation token that can be passed into byPage().