amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.Types.OutboundCallerConfig

Description

 
Synopsis

Documentation

data OutboundCallerConfig Source #

The outbound caller ID name, number, and outbound whisper flow.

See: newOutboundCallerConfig smart constructor.

Constructors

OutboundCallerConfig' 

Fields

Instances

Instances details
FromJSON OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

ToJSON OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

Generic OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

Associated Types

type Rep OutboundCallerConfig :: Type -> Type #

Read OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

Show OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

NFData OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

Methods

rnf :: OutboundCallerConfig -> () #

Eq OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

Hashable OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

type Rep OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

type Rep OutboundCallerConfig = D1 ('MetaData "OutboundCallerConfig" "Amazonka.Connect.Types.OutboundCallerConfig" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "OutboundCallerConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outboundCallerIdName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outboundCallerIdNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outboundFlowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newOutboundCallerConfig :: OutboundCallerConfig Source #

Create a value of OutboundCallerConfig 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:outboundCallerIdName:OutboundCallerConfig', outboundCallerConfig_outboundCallerIdName - The caller ID name.

$sel:outboundCallerIdNumberId:OutboundCallerConfig', outboundCallerConfig_outboundCallerIdNumberId - The caller ID number.

$sel:outboundFlowId:OutboundCallerConfig', outboundCallerConfig_outboundFlowId - The outbound whisper flow to be used during an outbound call.

outboundCallerConfig_outboundFlowId :: Lens' OutboundCallerConfig (Maybe Text) Source #

The outbound whisper flow to be used during an outbound call.