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

Description

List custom vocabulary items for the specified locale in the specified bot.

Synopsis

Creating a Request

data ListCustomVocabularyItems Source #

See: newListCustomVocabularyItems smart constructor.

Constructors

ListCustomVocabularyItems' 

Fields

  • maxResults :: Maybe Natural

    The maximum results to the list custom vocabulary request.

  • nextToken :: Maybe Text

    The nextToken identifier to the list custom vocabulary request.

  • botId :: Text

    The unique identifier of the bot to the list custom vocabulary request.

  • botVersion :: Text

    The bot version of the bot to the list custom vocabulary request.

  • localeId :: Text

    The locale identifier of the bot to the list custom vocabulary request.

Instances

Instances details
ToJSON ListCustomVocabularyItems Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

ToHeaders ListCustomVocabularyItems Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

ToPath ListCustomVocabularyItems Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

ToQuery ListCustomVocabularyItems Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

AWSRequest ListCustomVocabularyItems Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

Generic ListCustomVocabularyItems Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

Associated Types

type Rep ListCustomVocabularyItems :: Type -> Type #

Read ListCustomVocabularyItems Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

Show ListCustomVocabularyItems Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

NFData ListCustomVocabularyItems Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

Eq ListCustomVocabularyItems Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

Hashable ListCustomVocabularyItems Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

type AWSResponse ListCustomVocabularyItems Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

type Rep ListCustomVocabularyItems Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

type Rep ListCustomVocabularyItems = D1 ('MetaData "ListCustomVocabularyItems" "Amazonka.LexV2Models.ListCustomVocabularyItems" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "ListCustomVocabularyItems'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "botVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "localeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListCustomVocabularyItems Source #

Create a value of ListCustomVocabularyItems 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:maxResults:ListCustomVocabularyItems', listCustomVocabularyItems_maxResults - The maximum results to the list custom vocabulary request.

ListCustomVocabularyItems, listCustomVocabularyItems_nextToken - The nextToken identifier to the list custom vocabulary request.

ListCustomVocabularyItems, listCustomVocabularyItems_botId - The unique identifier of the bot to the list custom vocabulary request.

ListCustomVocabularyItems, listCustomVocabularyItems_botVersion - The bot version of the bot to the list custom vocabulary request.

ListCustomVocabularyItems, listCustomVocabularyItems_localeId - The locale identifier of the bot to the list custom vocabulary request.

Request Lenses

listCustomVocabularyItems_maxResults :: Lens' ListCustomVocabularyItems (Maybe Natural) Source #

The maximum results to the list custom vocabulary request.

listCustomVocabularyItems_nextToken :: Lens' ListCustomVocabularyItems (Maybe Text) Source #

The nextToken identifier to the list custom vocabulary request.

listCustomVocabularyItems_botId :: Lens' ListCustomVocabularyItems Text Source #

The unique identifier of the bot to the list custom vocabulary request.

listCustomVocabularyItems_botVersion :: Lens' ListCustomVocabularyItems Text Source #

The bot version of the bot to the list custom vocabulary request.

listCustomVocabularyItems_localeId :: Lens' ListCustomVocabularyItems Text Source #

The locale identifier of the bot to the list custom vocabulary request.

Destructuring the Response

data ListCustomVocabularyItemsResponse Source #

See: newListCustomVocabularyItemsResponse smart constructor.

Constructors

ListCustomVocabularyItemsResponse' 

Fields

Instances

Instances details
Generic ListCustomVocabularyItemsResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

Associated Types

type Rep ListCustomVocabularyItemsResponse :: Type -> Type #

Read ListCustomVocabularyItemsResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

Show ListCustomVocabularyItemsResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

NFData ListCustomVocabularyItemsResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

Eq ListCustomVocabularyItemsResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

type Rep ListCustomVocabularyItemsResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.ListCustomVocabularyItems

type Rep ListCustomVocabularyItemsResponse = D1 ('MetaData "ListCustomVocabularyItemsResponse" "Amazonka.LexV2Models.ListCustomVocabularyItems" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "ListCustomVocabularyItemsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "botVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customVocabularyItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomVocabularyItem])))) :*: (S1 ('MetaSel ('Just "localeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newListCustomVocabularyItemsResponse Source #

Create a value of ListCustomVocabularyItemsResponse 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:

ListCustomVocabularyItems, listCustomVocabularyItemsResponse_botId - The unique identifier of the bot to the list custom vocabulary response.

ListCustomVocabularyItems, listCustomVocabularyItemsResponse_botVersion - The bot version of the bot to the list custom vocabulary response.

$sel:customVocabularyItems:ListCustomVocabularyItemsResponse', listCustomVocabularyItemsResponse_customVocabularyItems - The custom vocabulary items from the list custom vocabulary response.

ListCustomVocabularyItems, listCustomVocabularyItemsResponse_localeId - The locale identifier of the bot to the list custom vocabulary response.

ListCustomVocabularyItems, listCustomVocabularyItemsResponse_nextToken - The nextToken identifier to the list custom vocabulary response.

$sel:httpStatus:ListCustomVocabularyItemsResponse', listCustomVocabularyItemsResponse_httpStatus - The response's http status code.

Response Lenses

listCustomVocabularyItemsResponse_botId :: Lens' ListCustomVocabularyItemsResponse (Maybe Text) Source #

The unique identifier of the bot to the list custom vocabulary response.

listCustomVocabularyItemsResponse_botVersion :: Lens' ListCustomVocabularyItemsResponse (Maybe Text) Source #

The bot version of the bot to the list custom vocabulary response.

listCustomVocabularyItemsResponse_localeId :: Lens' ListCustomVocabularyItemsResponse (Maybe Text) Source #

The locale identifier of the bot to the list custom vocabulary response.

listCustomVocabularyItemsResponse_nextToken :: Lens' ListCustomVocabularyItemsResponse (Maybe Text) Source #

The nextToken identifier to the list custom vocabulary response.