ChannelWebChatSiteArgs

data class ChannelWebChatSiteArgs(val endpointParametersEnabled: Output<Boolean>? = null, val name: Output<String>, val storageEnabled: Output<Boolean>? = null, val userUploadEnabled: Output<Boolean>? = null) : ConvertibleToJava<ChannelWebChatSiteArgs>

Constructors

Link copied to clipboard
constructor(endpointParametersEnabled: Output<Boolean>? = null, name: Output<String>, storageEnabled: Output<Boolean>? = null, userUploadEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val endpointParametersEnabled: Output<Boolean>? = null

Is the endpoint parameters enabled for this site?

Link copied to clipboard
val name: Output<String>

The name of the site.

Link copied to clipboard
val storageEnabled: Output<Boolean>? = null

Is the storage site enabled for detailed logging? Defaults to true.

Link copied to clipboard
val userUploadEnabled: Output<Boolean>? = null

Is the user upload enabled for this site? Defaults to true.

Functions

Link copied to clipboard
open override fun toJava(): ChannelWebChatSiteArgs