Class: Aws::LexModelsV2::Types::ListTestSetRecordsResponse

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

#next_tokenString

A token that indicates whether there are more records to return in a response to the ListTestSetRecords operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSetRecords operation request to get the next page of records.

Returns:

  • (String)


10712
10713
10714
10715
10716
10717
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10712

class ListTestSetRecordsResponse < Struct.new(
  :test_set_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_recordsArray<Types::TestSetTurnRecord>

The list of records from the test set.

Returns:



10712
10713
10714
10715
10716
10717
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10712

class ListTestSetRecordsResponse < Struct.new(
  :test_set_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end