你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmBotServiceModelFactory.WebChatChannelProperties 方法

定义

初始化 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

参数

webChatEmbedCode
String

Web 聊天控件嵌入代码。

sites
IEnumerable<WebChatSite>

Web 聊天站点的列表。

返回

用于模拟的新 WebChatChannelProperties 实例。

适用于