Service Provider Properties Response
data class ServiceProviderPropertiesResponse(val devPortalUrl: String, val displayName: String, val iconUrl: String? = null, val id: String, val parameters: List<ServiceProviderParameterResponse>? = null, val serviceProviderName: String)
The Object used to describe a Service Provider supported by Bot Service
Constructors
Link copied to clipboard
fun ServiceProviderPropertiesResponse(devPortalUrl: String, displayName: String, iconUrl: String? = null, id: String, parameters: List<ServiceProviderParameterResponse>? = null, serviceProviderName: String)