EnterpriseChannelNodeResponse

data class EnterpriseChannelNodeResponse(val azureLocation: String, val azureSku: String, val id: String, val name: String, val state: String? = null)

The properties specific to an Enterprise Channel Node.

Constructors

Link copied to clipboard
constructor(azureLocation: String, azureSku: String, id: String, name: String, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location of the Enterprise Channel Node.

Link copied to clipboard

The sku of the Enterprise Channel Node.

Link copied to clipboard
val id: String

Id of Enterprise Channel Node. This is generated by the Bot Framework.

Link copied to clipboard

The name of the Enterprise Channel Node.

Link copied to clipboard
val state: String? = null

The current state of the Enterprise Channel Node.