DeleteSlotRequest

Types

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

Properties

Link copied to clipboard

The identifier of the bot associated with the slot to delete.

Link copied to clipboard

The version of the bot associated with the slot to delete.

Link copied to clipboard

The identifier of the intent associated with the slot.

Link copied to clipboard

The identifier of the language and locale that the slot will be deleted from. The string must match one of the supported locales. For more information, see Supported languages.

Link copied to clipboard

The identifier of the slot to delete.

Functions

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