class Aws::LexModelBuildingService::Types::GetIntentVersionsRequest

@note When making an API call, you may pass GetIntentVersionsRequest

data as a hash:

    {
      name: "IntentName", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] name

The name of the intent for which versions should be returned.
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] max_results

The maximum number of intent versions to return in the response. The
default is 10.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetIntentVersionsRequest AWS API Documentation

Constants

SENSITIVE