GetPromptResult

data class GetPromptResult(val description: String? = null, val instanceArn: String? = null, val name: String? = null, val promptArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, instanceArn: String? = null, name: String? = null, promptArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the prompt.

Link copied to clipboard
val instanceArn: String? = null

The identifier of the Amazon Connect instance.

Link copied to clipboard
val name: String? = null

The name of the prompt.

Link copied to clipboard
val promptArn: String? = null

The Amazon Resource Name (ARN) for the prompt.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.