WebChatSiteArgs

constructor(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)