ServiceProviderPropertiesResponse

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
constructor(devPortalUrl: String, displayName: String, iconUrl: String? = null, id: String, parameters: List<ServiceProviderParameterResponse>? = null, serviceProviderName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

URL of Dev Portal

Link copied to clipboard

Display Name of the Service Provider

Link copied to clipboard
val iconUrl: String? = null

The URL of icon

Link copied to clipboard
val id: String

Id for Service Provider

Link copied to clipboard

The list of parameters for the Service Provider

Link copied to clipboard

Name of the Service Provider