ArmBotServiceModelFactory.WebChatChannelProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET