KikChannelProperties interface
要為 Kik 通道提供的參數。
屬性
| api |
Kik API 金鑰。 值只會透過POST傳回至動作通道清單 API,否則為空白。 |
| is |
Bot 是否啟用此通道 |
| is |
此通道是否已針對 Bot 進行驗證 |
| user |
Kik 用戶名稱 |
屬性詳細資料
apiKey
Kik API 金鑰。 值只會透過POST傳回至動作通道清單 API,否則為空白。
apiKey?: string
屬性值
string
isEnabled
Bot 是否啟用此通道
isEnabled: boolean
屬性值
boolean
isValidated
此通道是否已針對 Bot 進行驗證
isValidated?: boolean
屬性值
boolean
userName
Kik 用戶名稱
userName: string
屬性值
string