Udostępnij za pośrednictwem


ArmBotServiceModelFactory.WebChatChannelProperties Method

Definition

Initializes a new instance of WebChatChannelProperties.

public static Azure.ResourceManager.BotService.Models.WebChatChannelProperties WebChatChannelProperties (string webChatEmbedCode = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.BotService.Models.WebChatSite> sites = default);
static member WebChatChannelProperties : string * seq<Azure.ResourceManager.BotService.Models.WebChatSite> -> Azure.ResourceManager.BotService.Models.WebChatChannelProperties
Public Shared Function WebChatChannelProperties (Optional webChatEmbedCode As String = Nothing, Optional sites As IEnumerable(Of WebChatSite) = Nothing) As WebChatChannelProperties

Parameters

webChatEmbedCode
String

Web chat control embed code.

sites
IEnumerable<WebChatSite>

The list of Web Chat sites.

Returns

A new WebChatChannelProperties instance for mocking.

Applies to