AudioLogSetting

Settings for logging audio of conversations between Amazon Lex and a user. You specify whether to log audio and the Amazon S3 bucket where the audio file is stored.

Types

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

Properties

Link copied to clipboard

The location of audio log files collected when conversation logging is enabled for a bot.

Link copied to clipboard

Determines whether audio logging in enabled for the bot.

Link copied to clipboard

The option to enable selective conversation log capture for audio.

Functions

Link copied to clipboard
inline fun copy(block: AudioLogSetting.Builder.() -> Unit = {}): AudioLogSetting
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