EncryptionSetting

The object representing the passwords that were used to encrypt the data related to the bot recommendation, as well as the KMS key ARN used to encrypt the associated metadata.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password used to encrypt the associated transcript file.

Link copied to clipboard

The password used to encrypt the recommended bot recommendation file.

Link copied to clipboard

The KMS key ARN used to encrypt the metadata associated with the bot recommendation.

Functions

Link copied to clipboard
inline fun copy(block: EncryptionSetting.Builder.() -> Unit = {}): EncryptionSetting
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String