ListBotConnectionServiceProvidersResult

data class ListBotConnectionServiceProvidersResult(val nextLink: String? = null, val value: List<ServiceProviderResponse>)

The list of bot service providers response.

Constructors

Link copied to clipboard
constructor(nextLink: String? = null, value: List<ServiceProviderResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

The link used to get the next page of bot service providers.

Link copied to clipboard

Gets the list of bot service providers and their properties.