Class: Aws::LexModelsV2::Types::ListTestSetRecordsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of test set records to return in each page. If there are fewer records than the max page size, only the actual number of records are returned.

Returns:

  • (Integer)


10820
10821
10822
10823
10824
10825
10826
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10820

class ListTestSetRecordsRequest < Struct.new(
  :test_set_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response from the ListTestSetRecords operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.

Returns:

  • (String)


10820
10821
10822
10823
10824
10825
10826
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10820

class ListTestSetRecordsRequest < Struct.new(
  :test_set_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_idString

The identifier of the test set to list its test set records.

Returns:

  • (String)


10820
10821
10822
10823
10824
10825
10826
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10820

class ListTestSetRecordsRequest < Struct.new(
  :test_set_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end