ServiceProviderProperties interface
用來描述 Bot Service 所支援服務提供者的物件
屬性
dev |
開發人員入口網站的 URL 注意:此屬性將不會串行化。 它只能由伺服器填入。 |
display |
服務提供者的顯示名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
icon |
圖示的 URL |
id | 服務提供者的標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。 |
parameters | 服務提供者的參數清單 |
service |
服務提供者的名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
devPortalUrl
開發人員入口網站的 URL 注意:此屬性將不會串行化。 它只能由伺服器填入。
devPortalUrl?: string
屬性值
string
displayName
服務提供者的顯示名稱注意:此屬性將不會串行化。 它只能由伺服器填入。
displayName?: string
屬性值
string
iconUrl
圖示的 URL
iconUrl?: string
屬性值
string
id
服務提供者的標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
parameters
serviceProviderName
服務提供者的名稱注意:此屬性將不會串行化。 它只能由伺服器填入。
serviceProviderName?: string
屬性值
string