Sdílet prostřednictvím


ServiceProviderProperties interface

The Object used to describe a Service Provider supported by Bot Service

Properties

devPortalUrl

URL of Dev Portal NOTE: This property will not be serialized. It can only be populated by the server.

displayName

Display Name of the Service Provider NOTE: This property will not be serialized. It can only be populated by the server.

iconUrl

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

serviceProviderName

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