Udostępnij za pośrednictwem


KikChannelProperties Class

Definition

The parameters to provide for the Kik channel.

public class KikChannelProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BotService.Models.KikChannelProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BotService.Models.KikChannelProperties>
public class KikChannelProperties
type KikChannelProperties = class
    interface IJsonModel<KikChannelProperties>
    interface IPersistableModel<KikChannelProperties>
type KikChannelProperties = class
Public Class KikChannelProperties
Implements IJsonModel(Of KikChannelProperties), IPersistableModel(Of KikChannelProperties)
Public Class KikChannelProperties
Inheritance
KikChannelProperties
Implements

Constructors

KikChannelProperties(String, Boolean)

Initializes a new instance of KikChannelProperties.

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KikChannelProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<KikChannelProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KikChannelProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KikChannelProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<KikChannelProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to