다음을 통해 공유


KikChannelProperties Class

Definition

The parameters to provide for the Kik channel.

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

Constructors

KikChannelProperties()

Creates an new KikChannelProperties instance.

Properties

ApiKey

Kik API key. Value only returned through POST to the action Channel List API, otherwise empty.

IsEnabled

Whether this channel is enabled for the bot

IsValidated

Whether this channel is validated for the bot

UserName

The Kik user name

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KikChannelProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KikChannelProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of KikChannelProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to