다음을 통해 공유


WebChatChannelProperties Class

Definition

The parameters to provide for the Web Chat channel.

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

Constructors

WebChatChannelProperties()

Creates an new WebChatChannelProperties instance.

Properties

Site

The list of Web Chat sites

WebChatEmbedCode

Web chat control embed code

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WebChatChannelProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WebChatChannelProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WebChatChannelProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to