你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LineChannelProperties interface
The parameters to provide for the Line channel.
Properties
callback |
Callback Url to enter in line registration. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Whether this channel is validated for the bot NOTE: This property will not be serialized. It can only be populated by the server. |
line |
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[]