amazonka-connectcases-2.0: Amazon Connect Cases 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.ConnectCases.Types.RelatedItemContent

Description

 
Synopsis

Documentation

data RelatedItemContent Source #

Represents the content of a particular type of related item.

See: newRelatedItemContent smart constructor.

Constructors

RelatedItemContent' 

Fields

Instances

Instances details
FromJSON RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

Generic RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

Associated Types

type Rep RelatedItemContent :: Type -> Type #

Read RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

Show RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

NFData RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

Methods

rnf :: RelatedItemContent -> () #

Eq RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

Hashable RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

type Rep RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

type Rep RelatedItemContent = D1 ('MetaData "RelatedItemContent" "Amazonka.ConnectCases.Types.RelatedItemContent" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "RelatedItemContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CommentContent)) :*: S1 ('MetaSel ('Just "contact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactContent))))

newRelatedItemContent :: RelatedItemContent Source #

Create a value of RelatedItemContent 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:comment:RelatedItemContent', relatedItemContent_comment - Represents the content of a comment to be returned to agents.

$sel:contact:RelatedItemContent', relatedItemContent_contact - Represents the content of a contact to be returned to agents.

relatedItemContent_comment :: Lens' RelatedItemContent (Maybe CommentContent) Source #

Represents the content of a comment to be returned to agents.

relatedItemContent_contact :: Lens' RelatedItemContent (Maybe ContactContent) Source #

Represents the content of a contact to be returned to agents.