< Back

New-HealthcareBot

Tue Jan 14, 2020 12:47 am

NAME New-HealthcareBot



SYNOPSIS

Creates Healthcare Bot





SYNTAX

New-HealthcareBot [-Environment] <String> [-Name] <String> [-ResourceGroup] <String> [-DisplayName] <String>

[[-SKU] <String>] [[-AdminEmail] <String>] [<CommonParameters>]





DESCRIPTION

Creates the Bot Channel registration and Tenant registration.

Links the two via MS App Id/Secret and WebChat Secret





PARAMETERS

-Environment <String>

Environment in which to create the Bot (dev, test, prod)



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>

The name of bot. Should be lowercare and start with a letter. You can't change it later. It should be

available among all the existing bots



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ResourceGroup <String>

The name of the resource group this bot channel registration will be created in



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-DisplayName <String>

Display name of the bot. You can change it later



Required? true

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SKU <String>

Pricing tier (Free = F0 or Standard = S1)



Required? false

Position? 5

Default value F0

Accept pipeline input? false

Accept wildcard characters? false



-AdminEmail <String>

Bot Admin Email. If not provided, the email of the script runner will be used



Required? false

Position? 6

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>New-HealthcareBot -Environment prod -Name contoso-medical-bot -ResourceGroup BotsGroup -DisplayName

"Contoso Medical Bot" -AdminEmail joe@contoso.com















RELATED LINKS