ServiceProviderProperties interface
The Object used to describe a Service Provider supported by Bot Service
Properties
dev |
URL of Dev Portal NOTE: This property will not be serialized. It can only be populated by the server. |
display |
Display Name of the Service Provider NOTE: This property will not be serialized. It can only be populated by the server. |
icon |
The URL of icon |
id | Id for Service Provider NOTE: This property will not be serialized. It can only be populated by the server. |
parameters | The list of parameters for the Service Provider |
service |
Name of the Service Provider NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
devPortalUrl
URL of Dev Portal NOTE: This property will not be serialized. It can only be populated by the server.
devPortalUrl?: string
Property Value
string
displayName
Display Name of the Service Provider NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
iconUrl
The URL of icon
iconUrl?: string
Property Value
string
id
Id for Service Provider NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
parameters
The list of parameters for the Service Provider
parameters?: ServiceProviderParameter[]
Property Value
serviceProviderName
Name of the Service Provider NOTE: This property will not be serialized. It can only be populated by the server.
serviceProviderName?: string
Property Value
string