다음을 통해 공유


ILineChannelProperties Interface

Definition

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

Properties

CallbackUrl

Callback Url to enter in line registration.

IsValidated

Whether this channel is validated for the bot

LineRegistration

The list of line channel registrations

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to