SiteResponse

data class SiteResponse(val appId: String? = null, val eTag: String? = null, val isBlockUserUploadEnabled: Boolean? = null, val isDetailedLoggingEnabled: Boolean? = null, val isEnabled: Boolean, val isEndpointParametersEnabled: Boolean? = null, val isNoStorageEnabled: Boolean? = null, val isSecureSiteEnabled: Boolean? = null, val isTokenEnabled: Boolean, val isV1Enabled: Boolean? = null, val isV3Enabled: Boolean? = null, val isWebChatSpeechEnabled: Boolean? = null, val isWebchatPreviewEnabled: Boolean? = null, val key: String, val key2: String, val siteId: String, val siteName: String, val tenantId: String? = null, val trustedOrigins: List<String>? = null)

A site for the channel

Constructors

Link copied to clipboard
constructor(appId: String? = null, eTag: String? = null, isBlockUserUploadEnabled: Boolean? = null, isDetailedLoggingEnabled: Boolean? = null, isEnabled: Boolean, isEndpointParametersEnabled: Boolean? = null, isNoStorageEnabled: Boolean? = null, isSecureSiteEnabled: Boolean? = null, isTokenEnabled: Boolean, isV1Enabled: Boolean? = null, isV3Enabled: Boolean? = null, isWebChatSpeechEnabled: Boolean? = null, isWebchatPreviewEnabled: Boolean? = null, key: String, key2: String, siteId: String, siteName: String, tenantId: String? = null, trustedOrigins: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appId: String? = null

DirectLine application id

Link copied to clipboard
val eTag: String? = null

Entity Tag

Link copied to clipboard

Whether this site is enabled for block user upload.

Link copied to clipboard

Whether this site is disabled detailed logging for

Link copied to clipboard

Whether this site is enabled for DirectLine channel

Link copied to clipboard

Whether this site is EndpointParameters enabled for channel

Link copied to clipboard

Whether this no-storage site is disabled detailed logging for

Link copied to clipboard

Whether this site is enabled for authentication with Bot Framework.

Link copied to clipboard

Whether this site is token enabled for channel

Link copied to clipboard
val isV1Enabled: Boolean? = null

Whether this site is enabled for Bot Framework V1 protocol.

Link copied to clipboard
val isV3Enabled: Boolean? = null

Whether this site is enabled for Bot Framework V3 protocol.

Link copied to clipboard

Whether this site is enabled for preview versions of Webchat

Link copied to clipboard

Whether this site is enabled for Webchat Speech

Link copied to clipboard
val key: String

Primary key. Value only returned through POST to the action Channel List API, otherwise empty.

Link copied to clipboard

Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.

Link copied to clipboard

Site Id

Link copied to clipboard

Site name

Link copied to clipboard
val tenantId: String? = null

Tenant Id

Link copied to clipboard
val trustedOrigins: List<String>? = null

List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.