Sdílet prostřednictvím


LineChannelProperties Class

Definition

The parameters to provide for the Line channel.

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

Constructors

LineChannelProperties(IEnumerable<LineRegistration>)

Initializes a new instance of LineChannelProperties.

Properties

CallbackUri

Callback Url to enter in line registration.

IsValidated

Whether this channel is validated for the bot.

LineRegistrations

The list of line channel registrations.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LineChannelProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LineChannelProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LineChannelProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LineChannelProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LineChannelProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to