Framework/Core/SVT/Services/BotService.ps1


Set-StrictMode -Version Latest 
class BotService: SVTBase
{

    BotService([string] $subscriptionId, [SVTResource] $svtResource):
        Base($subscriptionId, $svtResource)
    {
        
    }

}