CreateQuickResponseRequest

Types

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

Properties

Link copied to clipboard

The Amazon Connect channels this quick response applies to.

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

Link copied to clipboard

The content of the quick response.

Link copied to clipboard

The media type of the quick response content.

Link copied to clipboard

The description of the quick response.

Link copied to clipboard

The configuration information of the user groups that the quick response is accessible to.

Link copied to clipboard

Whether the quick response is active.

Link copied to clipboard

The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.

Link copied to clipboard

The language code value for the language in which the quick response is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW

Link copied to clipboard
val name: String?

The name of the quick response.

Link copied to clipboard

The shortcut key of the quick response. The value should be unique across the knowledge base.

Link copied to clipboard

The tags used to organize, track, or control access for this resource.

Functions

Link copied to clipboard
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