| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestSetGenerationDataSource |
TestSetGenerationDataSource.clone() |
TestSetGenerationDataSource |
StartTestSetGenerationResult.getGenerationDataSource()
The data source for the test set generation.
|
TestSetGenerationDataSource |
StartTestSetGenerationRequest.getGenerationDataSource()
The data source for the test set generation.
|
TestSetGenerationDataSource |
DescribeTestSetGenerationResult.getGenerationDataSource()
The data source of the test set used for the test set generation.
|
TestSetGenerationDataSource |
TestSetGenerationDataSource.withConversationLogsDataSource(ConversationLogsDataSource conversationLogsDataSource)
Contains information about the bot from which the conversation logs are sourced.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartTestSetGenerationResult.setGenerationDataSource(TestSetGenerationDataSource generationDataSource)
The data source for the test set generation.
|
void |
StartTestSetGenerationRequest.setGenerationDataSource(TestSetGenerationDataSource generationDataSource)
The data source for the test set generation.
|
void |
DescribeTestSetGenerationResult.setGenerationDataSource(TestSetGenerationDataSource generationDataSource)
The data source of the test set used for the test set generation.
|
StartTestSetGenerationResult |
StartTestSetGenerationResult.withGenerationDataSource(TestSetGenerationDataSource generationDataSource)
The data source for the test set generation.
|
StartTestSetGenerationRequest |
StartTestSetGenerationRequest.withGenerationDataSource(TestSetGenerationDataSource generationDataSource)
The data source for the test set generation.
|
DescribeTestSetGenerationResult |
DescribeTestSetGenerationResult.withGenerationDataSource(TestSetGenerationDataSource generationDataSource)
The data source of the test set used for the test set generation.
|
Copyright © 2023. All rights reserved.