Compartilhar via


ArmBotServiceModelFactory.WebChatChannelProperties Método

Definição

Inicializa uma nova instância de 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

Parâmetros

webChatEmbedCode
String

Código de inserção do controle de webchat.

sites
IEnumerable<WebChatSite>

A lista de sites de Webchat.

Retornos

Uma nova WebChatChannelProperties instância para simulação.

Aplica-se a