| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestSetTurnRecord |
TestSetTurnRecord.clone() |
TestSetTurnRecord |
TestSetTurnRecord.withConversationId(String conversationId)
The unique identifier for the conversation associated with the turn.
|
TestSetTurnRecord |
TestSetTurnRecord.withRecordNumber(Long recordNumber)
The record number associated with the turn.
|
TestSetTurnRecord |
TestSetTurnRecord.withTurnNumber(Integer turnNumber)
The number of turns that has elapsed up to that turn.
|
TestSetTurnRecord |
TestSetTurnRecord.withTurnSpecification(TurnSpecification turnSpecification)
Contains information about the agent or user turn depending upon type of turn.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestSetTurnRecord> |
ListTestSetRecordsResult.getTestSetRecords()
The list of records from the test set.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestSetRecordsResult |
ListTestSetRecordsResult.withTestSetRecords(TestSetTurnRecord... testSetRecords)
The list of records from the test set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestSetRecordsResult.setTestSetRecords(Collection<TestSetTurnRecord> testSetRecords)
The list of records from the test set.
|
ListTestSetRecordsResult |
ListTestSetRecordsResult.withTestSetRecords(Collection<TestSetTurnRecord> testSetRecords)
The list of records from the test set.
|
Copyright © 2023. All rights reserved.