WebChatSite(String, Boolean) Constructor

Definition

Initializes a new instance of WebChatSite.

public WebChatSite (string siteName, bool isEnabled);
new Azure.ResourceManager.BotService.Models.WebChatSite : string * bool -> Azure.ResourceManager.BotService.Models.WebChatSite
Public Sub New (siteName As String, isEnabled As Boolean)

Parameters

siteName
String

Site name.

isEnabled
Boolean

Whether this site is enabled for DirectLine channel.

Exceptions

siteName is null.

Applies to