lexmodelbuildingservice_get_slot_type_versions: Gets information about all versions of a slot type

View source: R/lexmodelbuildingservice_operations.R

lexmodelbuildingservice_get_slot_type_versionsR Documentation

Gets information about all versions of a slot type

Description

Gets information about all versions of a slot type.

See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_get_slot_type_versions/ for full documentation.

Usage

lexmodelbuildingservice_get_slot_type_versions(
  name,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

name

[required] The name of the slot type for which versions should be returned.

nextToken

A pagination token for fetching the next page of slot type versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.

maxResults

The maximum number of slot type versions to return in the response. The default is 10.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.