IDirectLineChannel Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.DirectLineChannelTypeConverter))]
public interface IDirectLineChannel : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IChannel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.DirectLineChannelTypeConverter))>]
type IDirectLineChannel = interface
interface IJsonSerializable
interface IChannel
Public Interface IDirectLineChannel
Implements IChannel
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DirectLineEmbedCode |
Direct Line embed code of the resource |
| Etag |
Entity Tag of the resource (Inherited from IChannel) |
| ExtensionKey1 |
The extensionKey1 |
| ExtensionKey2 |
The extensionKey2 |
| Location |
Specifies the location of the resource. (Inherited from IChannel) |
| Name |
The channel name (Inherited from IChannel) |
| ProvisioningState |
Provisioning state of the resource (Inherited from IChannel) |
| Site |
The list of Direct Line sites |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |