libZSservicesZSamazonka-connectZSamazonka-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Connect.Types.ContactFlow

Description

 
Synopsis

Documentation

data ContactFlow Source #

Contains information about a contact flow.

See: newContactFlow smart constructor.

Constructors

ContactFlow' 

Fields

Instances

Instances details
Eq ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

Read ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

Show ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

Generic ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

Associated Types

type Rep ContactFlow :: Type -> Type #

NFData ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

Methods

rnf :: ContactFlow -> () #

Hashable ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

FromJSON ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

type Rep ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

newContactFlow :: ContactFlow Source #

Create a value of ContactFlow with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:ContactFlow', contactFlow_arn - The Amazon Resource Name (ARN) of the contact flow.

$sel:content:ContactFlow', contactFlow_content - The content of the contact flow.

$sel:name:ContactFlow', contactFlow_name - The name of the contact flow.

$sel:id:ContactFlow', contactFlow_id - The identifier of the contact flow.

$sel:type':ContactFlow', contactFlow_type - The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.

$sel:description:ContactFlow', contactFlow_description - The description of the contact flow.

$sel:tags:ContactFlow', contactFlow_tags - One or more tags.

contactFlow_arn :: Lens' ContactFlow (Maybe Text) Source #

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

contactFlow_content :: Lens' ContactFlow (Maybe Text) Source #

The content of the contact flow.

contactFlow_name :: Lens' ContactFlow (Maybe Text) Source #

The name of the contact flow.

contactFlow_id :: Lens' ContactFlow (Maybe Text) Source #

The identifier of the contact flow.

contactFlow_type :: Lens' ContactFlow (Maybe ContactFlowType) Source #

The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.

contactFlow_description :: Lens' ContactFlow (Maybe Text) Source #

The description of the contact flow.