共用方式為


LineChannelProperties interface

The parameters to provide for the Line channel.

Properties

callbackUrl

Callback Url to enter in line registration. NOTE: This property will not be serialized. It can only be populated by the server.

isValidated

Whether this channel is validated for the bot NOTE: This property will not be serialized. It can only be populated by the server.

lineRegistrations

The list of line channel registrations

Property Details

callbackUrl

Callback Url to enter in line registration. NOTE: This property will not be serialized. It can only be populated by the server.

callbackUrl?: string

Property Value

string

isValidated

Whether this channel is validated for the bot NOTE: This property will not be serialized. It can only be populated by the server.

isValidated?: boolean

Property Value

boolean

lineRegistrations

The list of line channel registrations

lineRegistrations: LineRegistration[]

Property Value