List Bot Connection Service Providers Result
data class ListBotConnectionServiceProvidersResult(val nextLink: String? = null, val value: List<ServiceProviderResponse>)
The list of bot service providers response.
Constructors
Link copied to clipboard
fun ListBotConnectionServiceProvidersResult(nextLink: String? = null, value: List<ServiceProviderResponse>)