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.Reference

Description

 
Synopsis

Documentation

data Reference Source #

A link that an agent selects to complete a given task. You can have up to 4,096 UTF-8 bytes across all references for a contact.

See: newReference smart constructor.

Constructors

Reference' 

Fields

Instances

Instances details
Eq Reference Source # 
Instance details

Defined in Amazonka.Connect.Types.Reference

Read Reference Source # 
Instance details

Defined in Amazonka.Connect.Types.Reference

Show Reference Source # 
Instance details

Defined in Amazonka.Connect.Types.Reference

Generic Reference Source # 
Instance details

Defined in Amazonka.Connect.Types.Reference

Associated Types

type Rep Reference :: Type -> Type #

NFData Reference Source # 
Instance details

Defined in Amazonka.Connect.Types.Reference

Methods

rnf :: Reference -> () #

Hashable Reference Source # 
Instance details

Defined in Amazonka.Connect.Types.Reference

ToJSON Reference Source # 
Instance details

Defined in Amazonka.Connect.Types.Reference

type Rep Reference Source # 
Instance details

Defined in Amazonka.Connect.Types.Reference

type Rep Reference = D1 ('MetaData "Reference" "Amazonka.Connect.Types.Reference" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "Reference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReferenceType)))

newReference Source #

Create a value of Reference 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:value:Reference', reference_value - A formatted URL that displays to an agent in the Contact Control Panel (CCP)

$sel:type':Reference', reference_type - A valid URL.

reference_value :: Lens' Reference Text Source #

A formatted URL that displays to an agent in the Contact Control Panel (CCP)