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

Description

 
Synopsis

Documentation

data UpdateParticipantRoleConfigChannelInfo Source #

Configuration information for the chat participant role.

See: newUpdateParticipantRoleConfigChannelInfo smart constructor.

Constructors

UpdateParticipantRoleConfigChannelInfo' 

Fields

Instances

Instances details
ToJSON UpdateParticipantRoleConfigChannelInfo Source # 
Instance details

Defined in Amazonka.Connect.Types.UpdateParticipantRoleConfigChannelInfo

Generic UpdateParticipantRoleConfigChannelInfo Source # 
Instance details

Defined in Amazonka.Connect.Types.UpdateParticipantRoleConfigChannelInfo

Read UpdateParticipantRoleConfigChannelInfo Source # 
Instance details

Defined in Amazonka.Connect.Types.UpdateParticipantRoleConfigChannelInfo

Show UpdateParticipantRoleConfigChannelInfo Source # 
Instance details

Defined in Amazonka.Connect.Types.UpdateParticipantRoleConfigChannelInfo

NFData UpdateParticipantRoleConfigChannelInfo Source # 
Instance details

Defined in Amazonka.Connect.Types.UpdateParticipantRoleConfigChannelInfo

Eq UpdateParticipantRoleConfigChannelInfo Source # 
Instance details

Defined in Amazonka.Connect.Types.UpdateParticipantRoleConfigChannelInfo

Hashable UpdateParticipantRoleConfigChannelInfo Source # 
Instance details

Defined in Amazonka.Connect.Types.UpdateParticipantRoleConfigChannelInfo

type Rep UpdateParticipantRoleConfigChannelInfo Source # 
Instance details

Defined in Amazonka.Connect.Types.UpdateParticipantRoleConfigChannelInfo

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

newUpdateParticipantRoleConfigChannelInfo :: UpdateParticipantRoleConfigChannelInfo Source #

Create a value of UpdateParticipantRoleConfigChannelInfo 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:chat:UpdateParticipantRoleConfigChannelInfo', updateParticipantRoleConfigChannelInfo_chat - Configuration information for the chat participant role.