SmsChannelProperties interface
要提供給 Sms 通道的參數。
屬性
accountSID | Sms 帳戶 SID。 值只會透過 POST 傳回至動作通道清單 API,否則為空白。 |
auth |
Sms 驗證權杖。 值只會透過 POST 傳回至動作通道清單 API,否則為空白。 |
is |
Bot 是否啟用此通道 |
is |
此通道是否已針對 Bot 進行驗證 |
phone | 簡訊電話 |
屬性詳細資料
accountSID
Sms 帳戶 SID。 值只會透過 POST 傳回至動作通道清單 API,否則為空白。
accountSID: string
屬性值
string
authToken
Sms 驗證權杖。 值只會透過 POST 傳回至動作通道清單 API,否則為空白。
authToken?: string
屬性值
string
isEnabled
Bot 是否啟用此通道
isEnabled: boolean
屬性值
boolean
isValidated
此通道是否已針對 Bot 進行驗證
isValidated?: boolean
屬性值
boolean
phone
簡訊電話
phone: string
屬性值
string