amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 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.LexV2Models.Types.CodeHookSpecification

Description

 
Synopsis

Documentation

data CodeHookSpecification Source #

Contains information about code hooks that Amazon Lex calls during a conversation.

See: newCodeHookSpecification smart constructor.

Instances

Instances details
FromJSON CodeHookSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CodeHookSpecification

ToJSON CodeHookSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CodeHookSpecification

Generic CodeHookSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CodeHookSpecification

Associated Types

type Rep CodeHookSpecification :: Type -> Type #

Read CodeHookSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CodeHookSpecification

Show CodeHookSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CodeHookSpecification

NFData CodeHookSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CodeHookSpecification

Methods

rnf :: CodeHookSpecification -> () #

Eq CodeHookSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CodeHookSpecification

Hashable CodeHookSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CodeHookSpecification

type Rep CodeHookSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CodeHookSpecification

type Rep CodeHookSpecification = D1 ('MetaData "CodeHookSpecification" "Amazonka.LexV2Models.Types.CodeHookSpecification" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "CodeHookSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lambdaCodeHook") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LambdaCodeHook)))

newCodeHookSpecification Source #

Create a value of CodeHookSpecification 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:lambdaCodeHook:CodeHookSpecification', codeHookSpecification_lambdaCodeHook - Undocumented member.