Web Chat Site Args
data class WebChatSiteArgs(val appId: Output<String>? = null, val eTag: Output<String>? = null, val isBlockUserUploadEnabled: Output<Boolean>? = null, val isDetailedLoggingEnabled: Output<Boolean>? = null, val isEnabled: Output<Boolean>, val isEndpointParametersEnabled: Output<Boolean>? = null, val isNoStorageEnabled: Output<Boolean>? = null, val isSecureSiteEnabled: Output<Boolean>? = null, val isV1Enabled: Output<Boolean>? = null, val isV3Enabled: Output<Boolean>? = null, val isWebChatSpeechEnabled: Output<Boolean>? = null, val isWebchatPreviewEnabled: Output<Boolean>, val siteName: Output<String>, val tenantId: Output<String>? = null, val trustedOrigins: Output<List<String>>? = null) : ConvertibleToJava<WebChatSiteArgs>
A site for the Webchat channel
Constructors
Link copied to clipboard
fun WebChatSiteArgs(appId: Output<String>? = null, eTag: Output<String>? = null, isBlockUserUploadEnabled: Output<Boolean>? = null, isDetailedLoggingEnabled: Output<Boolean>? = null, isEnabled: Output<Boolean>, isEndpointParametersEnabled: Output<Boolean>? = null, isNoStorageEnabled: Output<Boolean>? = null, isSecureSiteEnabled: Output<Boolean>? = null, isV1Enabled: Output<Boolean>? = null, isV3Enabled: Output<Boolean>? = null, isWebChatSpeechEnabled: Output<Boolean>? = null, isWebchatPreviewEnabled: Output<Boolean>, siteName: Output<String>, tenantId: Output<String>? = null, trustedOrigins: Output<List<String>>? = null)