다음을 통해 공유


DirectLineChannelProperties Class

Definition

The parameters to provide for the Direct Line channel.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.DirectLineChannelPropertiesTypeConverter))]
public class DirectLineChannelProperties : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IDirectLineChannelProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.DirectLineChannelPropertiesTypeConverter))>]
type DirectLineChannelProperties = class
    interface IDirectLineChannelProperties
    interface IJsonSerializable
Public Class DirectLineChannelProperties
Implements IDirectLineChannelProperties
Inheritance
DirectLineChannelProperties
Attributes
Implements

Constructors

DirectLineChannelProperties()

Creates an new DirectLineChannelProperties instance.

Properties

DirectLineEmbedCode

Direct Line embed code of the resource

ExtensionKey1

The extensionKey1

ExtensionKey2

The extensionKey2

Site

The list of Direct Line sites

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DirectLineChannelProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DirectLineChannelProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DirectLineChannelProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to