다음을 통해 공유


DirectLineChannel Class

Definition

Direct Line channel definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.DirectLineChannelTypeConverter))]
public class DirectLineChannel : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IDirectLineChannel, Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.DirectLineChannelTypeConverter))>]
type DirectLineChannel = class
    interface IDirectLineChannel
    interface IJsonSerializable
    interface IChannel
    interface IValidates
Public Class DirectLineChannel
Implements IDirectLineChannel, IValidates
Inheritance
DirectLineChannel
Attributes
Implements

Constructors

DirectLineChannel()

Creates an new DirectLineChannel instance.

Properties

DirectLineEmbedCode

Direct Line embed code of the resource

Etag

Entity Tag of the resource

ExtensionKey1

The extensionKey1

ExtensionKey2

The extensionKey2

Location

Specifies the location of the resource.

Name

The channel name

ProvisioningState

Provisioning state of the resource

Site

The list of Direct Line sites

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DirectLineChannel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DirectLineChannel.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IDirectLineChannel.

FromJsonString(String)

Creates a new instance of DirectLineChannel, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DirectLineChannel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to