libZSservicesZSamazonka-lex-modelsZSamazonka-lex-models
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LexModels.GetBuiltinIntent

Description

Returns information about a built-in intent.

This operation requires permission for the lex:GetBuiltinIntent action.

Synopsis

Creating a Request

data GetBuiltinIntent Source #

See: newGetBuiltinIntent smart constructor.

Constructors

GetBuiltinIntent' 

Fields

Instances

Instances details
Eq GetBuiltinIntent Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

Read GetBuiltinIntent Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

Show GetBuiltinIntent Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

Generic GetBuiltinIntent Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

Associated Types

type Rep GetBuiltinIntent :: Type -> Type #

NFData GetBuiltinIntent Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

Methods

rnf :: GetBuiltinIntent -> () #

Hashable GetBuiltinIntent Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

AWSRequest GetBuiltinIntent Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

Associated Types

type AWSResponse GetBuiltinIntent #

ToHeaders GetBuiltinIntent Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

ToPath GetBuiltinIntent Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

ToQuery GetBuiltinIntent Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

type Rep GetBuiltinIntent Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

type Rep GetBuiltinIntent = D1 ('MetaData "GetBuiltinIntent" "Amazonka.LexModels.GetBuiltinIntent" "libZSservicesZSamazonka-lex-modelsZSamazonka-lex-models" 'False) (C1 ('MetaCons "GetBuiltinIntent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "signature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetBuiltinIntent Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

newGetBuiltinIntent Source #

Create a value of GetBuiltinIntent 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:signature:GetBuiltinIntent', getBuiltinIntent_signature - The unique identifier for a built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.

Request Lenses

getBuiltinIntent_signature :: Lens' GetBuiltinIntent Text Source #

The unique identifier for a built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.

Destructuring the Response

data GetBuiltinIntentResponse Source #

See: newGetBuiltinIntentResponse smart constructor.

Constructors

GetBuiltinIntentResponse' 

Fields

Instances

Instances details
Eq GetBuiltinIntentResponse Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

Read GetBuiltinIntentResponse Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

Show GetBuiltinIntentResponse Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

Generic GetBuiltinIntentResponse Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

Associated Types

type Rep GetBuiltinIntentResponse :: Type -> Type #

NFData GetBuiltinIntentResponse Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

type Rep GetBuiltinIntentResponse Source # 
Instance details

Defined in Amazonka.LexModels.GetBuiltinIntent

type Rep GetBuiltinIntentResponse = D1 ('MetaData "GetBuiltinIntentResponse" "Amazonka.LexModels.GetBuiltinIntent" "libZSservicesZSamazonka-lex-modelsZSamazonka-lex-models" 'False) (C1 ('MetaCons "GetBuiltinIntentResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "signature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "slots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuiltinIntentSlot]))) :*: (S1 ('MetaSel ('Just "supportedLocales") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Locale])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetBuiltinIntentResponse Source #

Create a value of GetBuiltinIntentResponse 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:signature:GetBuiltinIntent', getBuiltinIntentResponse_signature - The unique identifier for a built-in intent.

$sel:slots:GetBuiltinIntentResponse', getBuiltinIntentResponse_slots - An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.

$sel:supportedLocales:GetBuiltinIntentResponse', getBuiltinIntentResponse_supportedLocales - A list of locales that the intent supports.

$sel:httpStatus:GetBuiltinIntentResponse', getBuiltinIntentResponse_httpStatus - The response's http status code.

Response Lenses

getBuiltinIntentResponse_signature :: Lens' GetBuiltinIntentResponse (Maybe Text) Source #

The unique identifier for a built-in intent.

getBuiltinIntentResponse_slots :: Lens' GetBuiltinIntentResponse (Maybe [BuiltinIntentSlot]) Source #

An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.