CxWebhookServiceDirectoryGenericWebServiceArgs

data class CxWebhookServiceDirectoryGenericWebServiceArgs(val allowedCaCerts: Output<List<String>>? = null, val requestHeaders: Output<Map<String, String>>? = null, val uri: Output<String>) : ConvertibleToJava<CxWebhookServiceDirectoryGenericWebServiceArgs>

Constructors

constructor(allowedCaCerts: Output<List<String>>? = null, requestHeaders: Output<Map<String, String>>? = null, uri: Output<String>)

Properties

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

Specifies a list of allowed custom CA certificates (in DER format) for HTTPS verification.

Link copied to clipboard
val requestHeaders: Output<Map<String, String>>? = null

The HTTP request headers to send together with webhook requests.

Link copied to clipboard
val uri: Output<String>

Whether to use speech adaptation for speech recognition.

Functions

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