| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ExportResourceSpecification |
CreateExportRequest.resourceSpecification()
Specifies the type of resource to export, either a bot or a bot locale.
|
ExportResourceSpecification |
DescribeExportResponse.resourceSpecification()
The bot, bot ID, and optional locale ID of the exported bot or bot locale.
|
ExportResourceSpecification |
CreateExportResponse.resourceSpecification()
A description of the type of resource that was exported, either a bot or a bot locale.
|
ExportResourceSpecification |
ExportSummary.resourceSpecification()
Information about the bot or bot locale that was exported.
|
ExportResourceSpecification |
UpdateExportResponse.resourceSpecification()
A description of the type of resource that was exported, either a bot or a bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
CreateExportRequest.Builder |
CreateExportRequest.Builder.resourceSpecification(ExportResourceSpecification resourceSpecification)
Specifies the type of resource to export, either a bot or a bot locale.
|
DescribeExportResponse.Builder |
DescribeExportResponse.Builder.resourceSpecification(ExportResourceSpecification resourceSpecification)
The bot, bot ID, and optional locale ID of the exported bot or bot locale.
|
CreateExportResponse.Builder |
CreateExportResponse.Builder.resourceSpecification(ExportResourceSpecification resourceSpecification)
A description of the type of resource that was exported, either a bot or a bot locale.
|
ExportSummary.Builder |
ExportSummary.Builder.resourceSpecification(ExportResourceSpecification resourceSpecification)
Information about the bot or bot locale that was exported.
|
UpdateExportResponse.Builder |
UpdateExportResponse.Builder.resourceSpecification(ExportResourceSpecification resourceSpecification)
A description of the type of resource that was exported, either a bot or a bot locale.
|
Copyright © 2022. All rights reserved.