다음을 통해 공유


IWebChatChannel Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.WebChatChannelTypeConverter))]
public interface IWebChatChannel : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IChannel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.WebChatChannelTypeConverter))>]
type IWebChatChannel = interface
    interface IJsonSerializable
    interface IChannel
Public Interface IWebChatChannel
Implements IChannel
Derived
Attributes
Implements

Properties

Etag

Entity Tag of the resource

(Inherited from IChannel)
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 Web Chat sites

WebChatEmbedCode

Web chat control embed code

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to