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

Description

 
Synopsis

Documentation

data ChatParticipantRoleConfig Source #

Configuration information for the chat participant role.

See: newChatParticipantRoleConfig smart constructor.

Constructors

ChatParticipantRoleConfig' 

Fields

Instances

Instances details
ToJSON ChatParticipantRoleConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatParticipantRoleConfig

Generic ChatParticipantRoleConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatParticipantRoleConfig

Associated Types

type Rep ChatParticipantRoleConfig :: Type -> Type #

Read ChatParticipantRoleConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatParticipantRoleConfig

Show ChatParticipantRoleConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatParticipantRoleConfig

NFData ChatParticipantRoleConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatParticipantRoleConfig

Eq ChatParticipantRoleConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatParticipantRoleConfig

Hashable ChatParticipantRoleConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatParticipantRoleConfig

type Rep ChatParticipantRoleConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatParticipantRoleConfig

type Rep ChatParticipantRoleConfig = D1 ('MetaData "ChatParticipantRoleConfig" "Amazonka.Connect.Types.ChatParticipantRoleConfig" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "ChatParticipantRoleConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "participantTimerConfigList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ParticipantTimerConfiguration))))

newChatParticipantRoleConfig Source #

Create a value of ChatParticipantRoleConfig 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:participantTimerConfigList:ChatParticipantRoleConfig', chatParticipantRoleConfig_participantTimerConfigList - A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.

chatParticipantRoleConfig_participantTimerConfigList :: Lens' ChatParticipantRoleConfig (NonEmpty ParticipantTimerConfiguration) Source #

A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.