ArmBotServiceModelFactory.DirectLineChannelProperties 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.
The parameters to provide for the Direct Line channel.
public static Azure.ResourceManager.BotService.Models.DirectLineChannelProperties DirectLineChannelProperties(System.Collections.Generic.IEnumerable<Azure.ResourceManager.BotService.Models.DirectLineSite> sites = default, string extensionKey1 = default, string extensionKey2 = default, string directLineEmbedCode = default);
static member DirectLineChannelProperties : seq<Azure.ResourceManager.BotService.Models.DirectLineSite> * string * string * string -> Azure.ResourceManager.BotService.Models.DirectLineChannelProperties
Public Shared Function DirectLineChannelProperties (Optional sites As IEnumerable(Of DirectLineSite) = Nothing, Optional extensionKey1 As String = Nothing, Optional extensionKey2 As String = Nothing, Optional directLineEmbedCode As String = Nothing) As DirectLineChannelProperties
Parameters
- sites
- IEnumerable<DirectLineSite>
The list of Direct Line sites.
- extensionKey1
- String
The extensionKey1.
- extensionKey2
- String
The extensionKey2.
- directLineEmbedCode
- String
Direct Line embed code of the resource.
Returns
A new DirectLineChannelProperties instance for mocking.