You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Connect::Types::ContactFlowSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains summary information about a contact flow.

You can also create and update contact flows using the Amazon Connect Flow language.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the contact flow.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the contact flow.

#contact_flow_typeString

The type of contact flow.

Possible values:

  • CONTACT_FLOW
  • CUSTOMER_QUEUE
  • CUSTOMER_HOLD
  • CUSTOMER_WHISPER
  • AGENT_HOLD
  • AGENT_WHISPER
  • OUTBOUND_WHISPER
  • AGENT_TRANSFER
  • QUEUE_TRANSFER

Returns:

  • (String)

    The type of contact flow.

#idString

The identifier of the contact flow.

Returns:

  • (String)

    The identifier of the contact flow.

#nameString

The name of the contact flow.

Returns:

  • (String)

    The name of the contact flow.