GetContactFlowResult

data class GetContactFlowResult(val contactFlowArn: String? = null, val content: String? = null, val description: String? = null, val instanceArn: String? = null, val name: String? = null, val state: ContactFlowState? = null, val tags: List<Tag>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contactFlowArn: String? = null

The identifier of the contact flow (ARN).

Link copied to clipboard
val content: String? = null

The content of the contact flow in JSON format.

Link copied to clipboard
val description: String? = null

The description of the contact flow.

Link copied to clipboard
val instanceArn: String? = null

The identifier of the Amazon Connect instance (ARN).

Link copied to clipboard
val name: String? = null

The name of the contact flow.

Link copied to clipboard
val state: ContactFlowState? = null

The state of the contact flow.

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

One or more tags.