다음을 통해 공유


ISkypeChannel Interface

Definition

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

Properties

CallingWebHook

Calling web hook for Skype channel

EnableCalling

Enable calling for Skype channel

EnableGroup

Enable groups for Skype channel

EnableMediaCard

Enable media cards for Skype channel

EnableMessaging

Enable messaging for Skype channel

EnableScreenSharing

Enable screen sharing for Skype channel

EnableVideo

Enable video for Skype channel

Etag

Entity Tag of the resource

(Inherited from IChannel)
GroupsMode

Group mode for Skype channel

IncomingCallRoute

Incoming call route for Skype channel

IsEnabled

Whether this channel is enabled for the bot

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)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to