Freigeben über


ArmBotServiceModelFactory.WebChatChannelProperties Methode

Definition

Initialisiert eine neue instance von 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

Parameter

webChatEmbedCode
String

Code zum Einbetten des Webchatsteuerelements.

sites
IEnumerable<WebChatSite>

Die Liste der Webchat Websites.

Gibt zurück

Eine neue WebChatChannelProperties instance zum Mocking.

Gilt für: