Share via


SkypeChannelProperties Class

Definition

The parameters to provide for the Microsoft Teams channel.

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

Constructors

SkypeChannelProperties()

Creates an new SkypeChannelProperties instance.

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

GroupsMode

Group mode for Skype channel

IncomingCallRoute

Incoming call route for Skype channel

IsEnabled

Whether this channel is enabled for the bot

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SkypeChannelProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SkypeChannelProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SkypeChannelProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to