lexmodelbuildingservice_get_intent_versions {paws.machine.learning} | R Documentation |
Gets information about all of the versions of an intent
Description
Gets information about all of the versions of an intent.
See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_get_intent_versions/ for full documentation.
Usage
lexmodelbuildingservice_get_intent_versions(
name,
nextToken = NULL,
maxResults = NULL
)
Arguments
name |
[required] The name of the intent for which versions should be returned. |
nextToken |
A pagination token for fetching the next page of intent 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 intent versions to return in the response. The default is 10. |
[Package paws.machine.learning version 0.9.0 Index]