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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET