AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Implementation for accessing LexModelsV2
Namespace: Amazon.LexModelsV2
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class AmazonLexModelsV2Client : AmazonServiceClient IAmazonLexModelsV2, IAmazonService, IDisposable
The AmazonLexModelsV2Client type exposes the following members
Name | Description | |
---|---|---|
![]() |
AmazonLexModelsV2Client() |
Constructs AmazonLexModelsV2Client with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonLexModelsV2Client(RegionEndpoint) |
Constructs AmazonLexModelsV2Client with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonLexModelsV2Client(AmazonLexModelsV2Config) |
Constructs AmazonLexModelsV2Client with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonLexModelsV2Client(AWSCredentials) |
Constructs AmazonLexModelsV2Client with AWS Credentials |
![]() |
AmazonLexModelsV2Client(AWSCredentials, RegionEndpoint) |
Constructs AmazonLexModelsV2Client with AWS Credentials |
![]() |
AmazonLexModelsV2Client(AWSCredentials, AmazonLexModelsV2Config) |
Constructs AmazonLexModelsV2Client with AWS Credentials and an AmazonLexModelsV2Client Configuration object. |
![]() |
AmazonLexModelsV2Client(string, string) |
Constructs AmazonLexModelsV2Client with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonLexModelsV2Client(string, string, RegionEndpoint) |
Constructs AmazonLexModelsV2Client with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonLexModelsV2Client(string, string, AmazonLexModelsV2Config) |
Constructs AmazonLexModelsV2Client with AWS Access Key ID, AWS Secret Key and an AmazonLexModelsV2Client Configuration object. |
![]() |
AmazonLexModelsV2Client(string, string, string) |
Constructs AmazonLexModelsV2Client with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonLexModelsV2Client(string, string, string, RegionEndpoint) |
Constructs AmazonLexModelsV2Client with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonLexModelsV2Client(string, string, string, AmazonLexModelsV2Config) |
Constructs AmazonLexModelsV2Client with AWS Access Key ID, AWS Secret Key and an AmazonLexModelsV2Client Configuration object. |
Name | Type | Description | |
---|---|---|---|
![]() |
Config | Amazon.Runtime.IClientConfig | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
Paginators | Amazon.LexModelsV2.Model.ILexModelsV2PaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
![]() |
BatchCreateCustomVocabularyItem(BatchCreateCustomVocabularyItemRequest) |
Create a batch of custom vocabulary items for a given bot locale's custom vocabulary. |
![]() |
BatchCreateCustomVocabularyItemAsync(BatchCreateCustomVocabularyItemRequest, CancellationToken) |
Create a batch of custom vocabulary items for a given bot locale's custom vocabulary. |
![]() |
BatchDeleteCustomVocabularyItem(BatchDeleteCustomVocabularyItemRequest) |
Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary. |
![]() |
BatchDeleteCustomVocabularyItemAsync(BatchDeleteCustomVocabularyItemRequest, CancellationToken) |
Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary. |
![]() |
BatchUpdateCustomVocabularyItem(BatchUpdateCustomVocabularyItemRequest) |
Update a batch of custom vocabulary items for a given bot locale's custom vocabulary. |
![]() |
BatchUpdateCustomVocabularyItemAsync(BatchUpdateCustomVocabularyItemRequest, CancellationToken) |
Update a batch of custom vocabulary items for a given bot locale's custom vocabulary. |
![]() |
BuildBotLocale(BuildBotLocaleRequest) |
Builds a bot, its intents, and its slot types into a specific locale. A bot can be built into multiple locales. At runtime the locale is used to choose a specific build of the bot. |
![]() |
BuildBotLocaleAsync(BuildBotLocaleRequest, CancellationToken) |
Builds a bot, its intents, and its slot types into a specific locale. A bot can be built into multiple locales. At runtime the locale is used to choose a specific build of the bot. |
![]() |
CreateBot(CreateBotRequest) |
Creates an Amazon Lex conversational bot. |
![]() |
CreateBotAlias(CreateBotAliasRequest) |
Creates an alias for the specified version of a bot. Use an alias to enable you to change the version of a bot without updating applications that use the bot. For example, you can create an alias called "PROD" that your applications use to call the Amazon Lex bot. |
![]() |
CreateBotAliasAsync(CreateBotAliasRequest, CancellationToken) |
Creates an alias for the specified version of a bot. Use an alias to enable you to change the version of a bot without updating applications that use the bot. For example, you can create an alias called "PROD" that your applications use to call the Amazon Lex bot. |
![]() |
CreateBotAsync(CreateBotRequest, CancellationToken) |
Creates an Amazon Lex conversational bot. |
![]() |
CreateBotLocale(CreateBotLocaleRequest) |
Creates a locale in the bot. The locale contains the intents and slot types that the bot uses in conversations with users in the specified language and locale. You must add a locale to a bot before you can add intents and slot types to the bot. |
![]() |
CreateBotLocaleAsync(CreateBotLocaleRequest, CancellationToken) |
Creates a locale in the bot. The locale contains the intents and slot types that the bot uses in conversations with users in the specified language and locale. You must add a locale to a bot before you can add intents and slot types to the bot. |
![]() |
CreateBotReplica(CreateBotReplicaRequest) |
Action to create a replication of the source bot in the secondary region. |
![]() |
CreateBotReplicaAsync(CreateBotReplicaRequest, CancellationToken) |
Action to create a replication of the source bot in the secondary region. |
![]() |
CreateBotVersion(CreateBotVersionRequest) |
Creates an immutable version of the bot. When you create the first version of a bot, Amazon Lex sets the version number to 1. Subsequent bot versions increase in an increment of 1. The version number will always represent the total number of versions created of the bot, not the current number of versions. If a bot version is deleted, that bot version number will not be reused. |
![]() |
CreateBotVersionAsync(CreateBotVersionRequest, CancellationToken) |
Creates an immutable version of the bot. When you create the first version of a bot, Amazon Lex sets the version number to 1. Subsequent bot versions increase in an increment of 1. The version number will always represent the total number of versions created of the bot, not the current number of versions. If a bot version is deleted, that bot version number will not be reused. |
![]() |
CreateExport(CreateExportRequest) |
Creates a zip archive containing the contents of a bot or a bot locale. The archive contains a directory structure that contains JSON files that define the bot. You can create an archive that contains the complete definition of a bot, or you can specify that the archive contain only the definition of a single bot locale. For more information about exporting bots, and about the structure of the export archive, see Importing and exporting bots |
![]() |
CreateExportAsync(CreateExportRequest, CancellationToken) |
Creates a zip archive containing the contents of a bot or a bot locale. The archive contains a directory structure that contains JSON files that define the bot. You can create an archive that contains the complete definition of a bot, or you can specify that the archive contain only the definition of a single bot locale. For more information about exporting bots, and about the structure of the export archive, see Importing and exporting bots |
![]() |
CreateIntent(CreateIntentRequest) |
Creates an intent.
To define the interaction between the user and your bot, you define one or more intents.
For example, for a pizza ordering bot you would create an When you create an intent, you must provide a name. You can optionally provide the following:
|
![]() |
CreateIntentAsync(CreateIntentRequest, CancellationToken) |
Creates an intent.
To define the interaction between the user and your bot, you define one or more intents.
For example, for a pizza ordering bot you would create an When you create an intent, you must provide a name. You can optionally provide the following:
|
![]() |
CreateResourcePolicy(CreateResourcePolicyRequest) |
Creates a new resource policy with the specified policy statements. |
![]() |
CreateResourcePolicyAsync(CreateResourcePolicyRequest, CancellationToken) |
Creates a new resource policy with the specified policy statements. |
![]() |
CreateResourcePolicyStatement(CreateResourcePolicyStatementRequest) |
Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn't exist, a new policy is created. You can't create a resource policy statement that allows cross-account access.
You need to add the |
![]() |
CreateResourcePolicyStatementAsync(CreateResourcePolicyStatementRequest, CancellationToken) |
Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn't exist, a new policy is created. You can't create a resource policy statement that allows cross-account access.
You need to add the |
![]() |
CreateSlot(CreateSlotRequest) |
Creates a slot in an intent. A slot is a variable needed to fulfill an intent. For
example, an |
![]() |
CreateSlotAsync(CreateSlotRequest, CancellationToken) |
Creates a slot in an intent. A slot is a variable needed to fulfill an intent. For
example, an |
![]() |
CreateSlotType(CreateSlotTypeRequest) |
Creates a custom slot type To create a custom slot type, specify a name for the slot type and a set of enumeration values, the values that a slot of this type can assume. |
![]() |
CreateSlotTypeAsync(CreateSlotTypeRequest, CancellationToken) |
Creates a custom slot type To create a custom slot type, specify a name for the slot type and a set of enumeration values, the values that a slot of this type can assume. |
![]() |
CreateTestSetDiscrepancyReport(CreateTestSetDiscrepancyReportRequest) |
Create a report that describes the differences between the bot and the test set. |
![]() |
CreateTestSetDiscrepancyReportAsync(CreateTestSetDiscrepancyReportRequest, CancellationToken) |
Create a report that describes the differences between the bot and the test set. |
![]() |
CreateUploadUrl(CreateUploadUrlRequest) |
Gets a pre-signed S3 write URL that you use to upload the zip archive when importing a bot or a bot locale. |
![]() |
CreateUploadUrlAsync(CreateUploadUrlRequest, CancellationToken) |
Gets a pre-signed S3 write URL that you use to upload the zip archive when importing a bot or a bot locale. |
![]() |
DeleteBot(DeleteBotRequest) |
Deletes all versions of a bot, including the When you delete a bot, all of the resources contained in the bot are also deleted. Deleting a bot removes all locales, intents, slot, and slot types defined for the bot.
If a bot has an alias, the |
![]() |
DeleteBotAlias(DeleteBotAliasRequest) |
Deletes the specified bot alias. |
![]() |
DeleteBotAliasAsync(DeleteBotAliasRequest, CancellationToken) |
Deletes the specified bot alias. |
![]() |
DeleteBotAsync(DeleteBotRequest, CancellationToken) |
Deletes all versions of a bot, including the When you delete a bot, all of the resources contained in the bot are also deleted. Deleting a bot removes all locales, intents, slot, and slot types defined for the bot.
If a bot has an alias, the |
![]() |
DeleteBotLocale(DeleteBotLocaleRequest) |
Removes a locale from a bot. When you delete a locale, all intents, slots, and slot types defined for the locale are also deleted. |
![]() |
DeleteBotLocaleAsync(DeleteBotLocaleRequest, CancellationToken) |
Removes a locale from a bot. When you delete a locale, all intents, slots, and slot types defined for the locale are also deleted. |
![]() |
DeleteBotReplica(DeleteBotReplicaRequest) |
The action to delete the replicated bot in the secondary region. |
![]() |
DeleteBotReplicaAsync(DeleteBotReplicaRequest, CancellationToken) |
The action to delete the replicated bot in the secondary region. |
![]() |
DeleteBotVersion(DeleteBotVersionRequest) |
Deletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot operation. |
![]() |
DeleteBotVersionAsync(DeleteBotVersionRequest, CancellationToken) |
Deletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot operation. |
![]() |
DeleteCustomVocabulary(DeleteCustomVocabularyRequest) |
Removes a custom vocabulary from the specified locale in the specified bot. |
![]() |
DeleteCustomVocabularyAsync(DeleteCustomVocabularyRequest, CancellationToken) |
Removes a custom vocabulary from the specified locale in the specified bot. |
![]() |
DeleteExport(DeleteExportRequest) |
Removes a previous export and the associated files stored in an S3 bucket. |
![]() |
DeleteExportAsync(DeleteExportRequest, CancellationToken) |
Removes a previous export and the associated files stored in an S3 bucket. |
![]() |
DeleteImport(DeleteImportRequest) |
Removes a previous import and the associated file stored in an S3 bucket. |
![]() |
DeleteImportAsync(DeleteImportRequest, CancellationToken) |
Removes a previous import and the associated file stored in an S3 bucket. |
![]() |
DeleteIntent(DeleteIntentRequest) |
Removes the specified intent. Deleting an intent also deletes the slots associated with the intent. |
![]() |
DeleteIntentAsync(DeleteIntentRequest, CancellationToken) |
Removes the specified intent. Deleting an intent also deletes the slots associated with the intent. |
![]() |
DeleteResourcePolicy(DeleteResourcePolicyRequest) |
Removes an existing policy from a bot or bot alias. If the resource doesn't have a policy attached, Amazon Lex returns an exception. |
![]() |
DeleteResourcePolicyAsync(DeleteResourcePolicyRequest, CancellationToken) |
Removes an existing policy from a bot or bot alias. If the resource doesn't have a policy attached, Amazon Lex returns an exception. |
![]() |
DeleteResourcePolicyStatement(DeleteResourcePolicyStatementRequest) |
Deletes a policy statement from a resource policy. If you delete the last statement from a policy, the policy is deleted. If you specify a statement ID that doesn't exist in the policy, or if the bot or bot alias doesn't have a policy attached, Amazon Lex returns an exception.
You need to add the |
![]() |
DeleteResourcePolicyStatementAsync(DeleteResourcePolicyStatementRequest, CancellationToken) |
Deletes a policy statement from a resource policy. If you delete the last statement from a policy, the policy is deleted. If you specify a statement ID that doesn't exist in the policy, or if the bot or bot alias doesn't have a policy attached, Amazon Lex returns an exception.
You need to add the |
![]() |
DeleteSlot(DeleteSlotRequest) |
Deletes the specified slot from an intent. |
![]() |
DeleteSlotAsync(DeleteSlotRequest, CancellationToken) |
Deletes the specified slot from an intent. |
![]() |
DeleteSlotType(DeleteSlotTypeRequest) |
Deletes a slot type from a bot locale.
If a slot is using the slot type, Amazon Lex throws a |
![]() |
DeleteSlotTypeAsync(DeleteSlotTypeRequest, CancellationToken) |
Deletes a slot type from a bot locale.
If a slot is using the slot type, Amazon Lex throws a |
![]() |
DeleteTestSet(DeleteTestSetRequest) |
The action to delete the selected test set. |
![]() |
DeleteTestSetAsync(DeleteTestSetRequest, CancellationToken) |
The action to delete the selected test set. |
![]() |
DeleteUtterances(DeleteUtterancesRequest) |
Deletes stored utterances. Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the ListAggregatedUtterances operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input..
Use the |
![]() |
DeleteUtterancesAsync(DeleteUtterancesRequest, CancellationToken) |
Deletes stored utterances. Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the ListAggregatedUtterances operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input..
Use the |
![]() |
DescribeBot(DescribeBotRequest) |
Provides metadata information about a bot. |
![]() |
DescribeBotAlias(DescribeBotAliasRequest) |
Get information about a specific bot alias. |
![]() |
DescribeBotAliasAsync(DescribeBotAliasRequest, CancellationToken) |
Get information about a specific bot alias. |
![]() |
DescribeBotAsync(DescribeBotRequest, CancellationToken) |
Provides metadata information about a bot. |
![]() |
DescribeBotLocale(DescribeBotLocaleRequest) |
Describes the settings that a bot has for a specific locale. |
![]() |
DescribeBotLocaleAsync(DescribeBotLocaleRequest, CancellationToken) |
Describes the settings that a bot has for a specific locale. |
![]() |
DescribeBotRecommendation(DescribeBotRecommendationRequest) |
Provides metadata information about a bot recommendation. This information will enable you to get a description on the request inputs, to download associated transcripts after processing is complete, and to download intents and slot-types generated by the bot recommendation. |
![]() |
DescribeBotRecommendationAsync(DescribeBotRecommendationRequest, CancellationToken) |
Provides metadata information about a bot recommendation. This information will enable you to get a description on the request inputs, to download associated transcripts after processing is complete, and to download intents and slot-types generated by the bot recommendation. |
![]() |
DescribeBotReplica(DescribeBotReplicaRequest) |
Monitors the bot replication status through the UI console. |
![]() |
DescribeBotReplicaAsync(DescribeBotReplicaRequest, CancellationToken) |
Monitors the bot replication status through the UI console. |
![]() |
DescribeBotResourceGeneration(DescribeBotResourceGenerationRequest) |
Returns information about a request to generate a bot through natural language description,
made through the |
![]() |
DescribeBotResourceGenerationAsync(DescribeBotResourceGenerationRequest, CancellationToken) |
Returns information about a request to generate a bot through natural language description,
made through the |
![]() |
DescribeBotVersion(DescribeBotVersionRequest) |
Provides metadata about a version of a bot. |
![]() |
DescribeBotVersionAsync(DescribeBotVersionRequest, CancellationToken) |
Provides metadata about a version of a bot. |
![]() |
DescribeCustomVocabularyMetadata(DescribeCustomVocabularyMetadataRequest) |
Provides metadata information about a custom vocabulary. |
![]() |
DescribeCustomVocabularyMetadataAsync(DescribeCustomVocabularyMetadataRequest, CancellationToken) |
Provides metadata information about a custom vocabulary. |
![]() |
DescribeExport(DescribeExportRequest) |
Gets information about a specific export. |
![]() |
DescribeExportAsync(DescribeExportRequest, CancellationToken) |
Gets information about a specific export. |
![]() |
DescribeImport(DescribeImportRequest) |
Gets information about a specific import. |
![]() |
DescribeImportAsync(DescribeImportRequest, CancellationToken) |
Gets information about a specific import. |
![]() |
DescribeIntent(DescribeIntentRequest) |
Returns metadata about an intent. |
![]() |
DescribeIntentAsync(DescribeIntentRequest, CancellationToken) |
Returns metadata about an intent. |
![]() |
DescribeResourcePolicy(DescribeResourcePolicyRequest) |
Gets the resource policy and policy revision for a bot or bot alias. |
![]() |
DescribeResourcePolicyAsync(DescribeResourcePolicyRequest, CancellationToken) |
Gets the resource policy and policy revision for a bot or bot alias. |
![]() |
DescribeSlot(DescribeSlotRequest) |
Gets metadata information about a slot. |
![]() |
DescribeSlotAsync(DescribeSlotRequest, CancellationToken) |
Gets metadata information about a slot. |
![]() |
DescribeSlotType(DescribeSlotTypeRequest) |
Gets metadata information about a slot type. |
![]() |
DescribeSlotTypeAsync(DescribeSlotTypeRequest, CancellationToken) |
Gets metadata information about a slot type. |
![]() |
DescribeTestExecution(DescribeTestExecutionRequest) |
Gets metadata information about the test execution. |
![]() |
DescribeTestExecutionAsync(DescribeTestExecutionRequest, CancellationToken) |
Gets metadata information about the test execution. |
![]() |
DescribeTestSet(DescribeTestSetRequest) |
Gets metadata information about the test set. |
![]() |
DescribeTestSetAsync(DescribeTestSetRequest, CancellationToken) |
Gets metadata information about the test set. |
![]() |
DescribeTestSetDiscrepancyReport(DescribeTestSetDiscrepancyReportRequest) |
Gets metadata information about the test set discrepancy report. |
![]() |
DescribeTestSetDiscrepancyReportAsync(DescribeTestSetDiscrepancyReportRequest, CancellationToken) |
Gets metadata information about the test set discrepancy report. |
![]() |
DescribeTestSetGeneration(DescribeTestSetGenerationRequest) |
Gets metadata information about the test set generation. |
![]() |
DescribeTestSetGenerationAsync(DescribeTestSetGenerationRequest, CancellationToken) |
Gets metadata information about the test set generation. |
![]() |
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
![]() |
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
GenerateBotElement(GenerateBotElementRequest) |
Generates sample utterances for an intent. |
![]() |
GenerateBotElementAsync(GenerateBotElementRequest, CancellationToken) |
Generates sample utterances for an intent. |
![]() |
GetTestExecutionArtifactsUrl(GetTestExecutionArtifactsUrlRequest) |
The pre-signed Amazon S3 URL to download the test execution result artifacts. |
![]() |
GetTestExecutionArtifactsUrlAsync(GetTestExecutionArtifactsUrlRequest, CancellationToken) |
The pre-signed Amazon S3 URL to download the test execution result artifacts. |
![]() |
ListAggregatedUtterances(ListAggregatedUtterancesRequest) |
Provides a list of utterances that users have sent to the bot. Utterances are aggregated by the text of the utterance. For example, all instances where customers used the phrase "I want to order pizza" are aggregated into the same line in the response. You can see both detected utterances and missed utterances. A detected utterance is where the bot properly recognized the utterance and activated the associated intent. A missed utterance was not recognized by the bot and didn't activate an intent. Utterances can be aggregated for a bot alias or for a bot version, but not both at the same time. Utterances statistics are not generated under the following conditions:
|
![]() |
ListAggregatedUtterancesAsync(ListAggregatedUtterancesRequest, CancellationToken) |
Provides a list of utterances that users have sent to the bot. Utterances are aggregated by the text of the utterance. For example, all instances where customers used the phrase "I want to order pizza" are aggregated into the same line in the response. You can see both detected utterances and missed utterances. A detected utterance is where the bot properly recognized the utterance and activated the associated intent. A missed utterance was not recognized by the bot and didn't activate an intent. Utterances can be aggregated for a bot alias or for a bot version, but not both at the same time. Utterances statistics are not generated under the following conditions:
|
![]() |
ListBotAliases(ListBotAliasesRequest) |
Gets a list of aliases for the specified bot. |
![]() |
ListBotAliasesAsync(ListBotAliasesRequest, CancellationToken) |
Gets a list of aliases for the specified bot. |
![]() |
ListBotAliasReplicas(ListBotAliasReplicasRequest) |
The action to list the replicated bots created from the source bot alias. |
![]() |
ListBotAliasReplicasAsync(ListBotAliasReplicasRequest, CancellationToken) |
The action to list the replicated bots created from the source bot alias. |
![]() |
ListBotLocales(ListBotLocalesRequest) |
Gets a list of locales for the specified bot. |
![]() |
ListBotLocalesAsync(ListBotLocalesRequest, CancellationToken) |
Gets a list of locales for the specified bot. |
![]() |
ListBotRecommendations(ListBotRecommendationsRequest) |
Get a list of bot recommendations that meet the specified criteria. |
![]() |
ListBotRecommendationsAsync(ListBotRecommendationsRequest, CancellationToken) |
Get a list of bot recommendations that meet the specified criteria. |
![]() |
ListBotReplicas(ListBotReplicasRequest) |
The action to list the replicated bots. |
![]() |
ListBotReplicasAsync(ListBotReplicasRequest, CancellationToken) |
The action to list the replicated bots. |
![]() |
ListBotResourceGenerations(ListBotResourceGenerationsRequest) |
Lists the generation requests made for a bot locale. |
![]() |
ListBotResourceGenerationsAsync(ListBotResourceGenerationsRequest, CancellationToken) |
Lists the generation requests made for a bot locale. |
![]() |
ListBots(ListBotsRequest) |
Gets a list of available bots. |
![]() |
ListBotsAsync(ListBotsRequest, CancellationToken) |
Gets a list of available bots. |
![]() |
ListBotVersionReplicas(ListBotVersionReplicasRequest) |
Contains information about all the versions replication statuses applicable for Global Resiliency. |
![]() |
ListBotVersionReplicasAsync(ListBotVersionReplicasRequest, CancellationToken) |
Contains information about all the versions replication statuses applicable for Global Resiliency. |
![]() |
ListBotVersions(ListBotVersionsRequest) |
Gets information about all of the versions of a bot.
The
The |
![]() |
ListBotVersionsAsync(ListBotVersionsRequest, CancellationToken) |
Gets information about all of the versions of a bot.
The
The |
![]() |
ListBuiltInIntents(ListBuiltInIntentsRequest) |
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
To use a built-in intent as a the base for your own intent, include the built-in intent
signature in the |
![]() |
ListBuiltInIntentsAsync(ListBuiltInIntentsRequest, CancellationToken) |
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
To use a built-in intent as a the base for your own intent, include the built-in intent
signature in the |
![]() |
ListBuiltInSlotTypes(ListBuiltInSlotTypesRequest) |
Gets a list of built-in slot types that meet the specified criteria. |
![]() |
ListBuiltInSlotTypesAsync(ListBuiltInSlotTypesRequest, CancellationToken) |
Gets a list of built-in slot types that meet the specified criteria. |
![]() |
ListCustomVocabularyItems(ListCustomVocabularyItemsRequest) |
Paginated list of custom vocabulary items for a given bot locale's custom vocabulary. |
![]() |
ListCustomVocabularyItemsAsync(ListCustomVocabularyItemsRequest, CancellationToken) |
Paginated list of custom vocabulary items for a given bot locale's custom vocabulary. |
![]() |
ListExports(ListExportsRequest) |
Lists the exports for a bot, bot locale, or custom vocabulary. Exports are kept in the list for 7 days. |
![]() |
ListExportsAsync(ListExportsRequest, CancellationToken) |
Lists the exports for a bot, bot locale, or custom vocabulary. Exports are kept in the list for 7 days. |
![]() |
ListImports(ListImportsRequest) |
Lists the imports for a bot, bot locale, or custom vocabulary. Imports are kept in the list for 7 days. |
![]() |
ListImportsAsync(ListImportsRequest, CancellationToken) |
Lists the imports for a bot, bot locale, or custom vocabulary. Imports are kept in the list for 7 days. |
![]() |
ListIntentMetrics(ListIntentMetricsRequest) |
Retrieves summary metrics for the intents in your bot. The following fields are required:
Of the optional fields, you can organize the results in the following ways:
Note that an |
![]() |
ListIntentMetricsAsync(ListIntentMetricsRequest, CancellationToken) |
Retrieves summary metrics for the intents in your bot. The following fields are required:
Of the optional fields, you can organize the results in the following ways:
Note that an |
![]() |
ListIntentPaths(ListIntentPathsRequest) |
Retrieves summary statistics for a path of intents that users take over sessions with your bot. The following fields are required:
Use the optional |
![]() |
ListIntentPathsAsync(ListIntentPathsRequest, CancellationToken) |
Retrieves summary statistics for a path of intents that users take over sessions with your bot. The following fields are required:
Use the optional |
![]() |
ListIntents(ListIntentsRequest) |
Get a list of intents that meet the specified criteria. |
![]() |
ListIntentsAsync(ListIntentsRequest, CancellationToken) |
Get a list of intents that meet the specified criteria. |
![]() |
ListIntentStageMetrics(ListIntentStageMetricsRequest) |
Retrieves summary metrics for the stages within intents in your bot. The following fields are required:
Of the optional fields, you can organize the results in the following ways:
Note that an |
![]() |
ListIntentStageMetricsAsync(ListIntentStageMetricsRequest, CancellationToken) |
Retrieves summary metrics for the stages within intents in your bot. The following fields are required:
Of the optional fields, you can organize the results in the following ways:
Note that an |
![]() |
ListRecommendedIntents(ListRecommendedIntentsRequest) |
Gets a list of recommended intents provided by the bot recommendation that you can use in your bot. Intents in the response are ordered by relevance. |
![]() |
ListRecommendedIntentsAsync(ListRecommendedIntentsRequest, CancellationToken) |
Gets a list of recommended intents provided by the bot recommendation that you can use in your bot. Intents in the response are ordered by relevance. |
![]() |
ListSessionAnalyticsData(ListSessionAnalyticsDataRequest) |
Retrieves a list of metadata for individual user sessions with your bot. The
|
![]() |
ListSessionAnalyticsDataAsync(ListSessionAnalyticsDataRequest, CancellationToken) |
Retrieves a list of metadata for individual user sessions with your bot. The
|
![]() |
ListSessionMetrics(ListSessionMetricsRequest) |
Retrieves summary metrics for the user sessions with your bot. The following fields are required:
Of the optional fields, you can organize the results in the following ways:
Note that an |
![]() |
ListSessionMetricsAsync(ListSessionMetricsRequest, CancellationToken) |
Retrieves summary metrics for the user sessions with your bot. The following fields are required:
Of the optional fields, you can organize the results in the following ways:
Note that an |
![]() |
ListSlots(ListSlotsRequest) |
Gets a list of slots that match the specified criteria. |
![]() |
ListSlotsAsync(ListSlotsRequest, CancellationToken) |
Gets a list of slots that match the specified criteria. |
![]() |
ListSlotTypes(ListSlotTypesRequest) |
Gets a list of slot types that match the specified criteria. |
![]() |
ListSlotTypesAsync(ListSlotTypesRequest, CancellationToken) |
Gets a list of slot types that match the specified criteria. |
![]() |
ListTagsForResource(ListTagsForResourceRequest) |
Gets a list of tags associated with a resource. Only bots, bot aliases, and bot channels can have tags associated with them. |
![]() |
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
Gets a list of tags associated with a resource. Only bots, bot aliases, and bot channels can have tags associated with them. |
![]() |
ListTestExecutionResultItems(ListTestExecutionResultItemsRequest) |
Gets a list of test execution result items. |
![]() |
ListTestExecutionResultItemsAsync(ListTestExecutionResultItemsRequest, CancellationToken) |
Gets a list of test execution result items. |
![]() |
ListTestExecutions(ListTestExecutionsRequest) |
The list of test set executions. |
![]() |
ListTestExecutionsAsync(ListTestExecutionsRequest, CancellationToken) |
The list of test set executions. |
![]() |
ListTestSetRecords(ListTestSetRecordsRequest) |
The list of test set records. |
![]() |
ListTestSetRecordsAsync(ListTestSetRecordsRequest, CancellationToken) |
The list of test set records. |
![]() |
ListTestSets(ListTestSetsRequest) |
The list of the test sets |
![]() |
ListTestSetsAsync(ListTestSetsRequest, CancellationToken) |
The list of the test sets |
![]() |
ListUtteranceAnalyticsData(ListUtteranceAnalyticsDataRequest) |
To use this API operation, your IAM role must have permissions to perform the ListAggregatedUtterances
operation, which provides access to utterance-related analytics. See Viewing
utterance statistics for the IAM policy to apply to the IAM role.
Retrieves a list of metadata for individual user utterances to your bot. The following fields are required:
Of the optional fields, you can organize the results in the following ways:
|
![]() |
ListUtteranceAnalyticsDataAsync(ListUtteranceAnalyticsDataRequest, CancellationToken) |
To use this API operation, your IAM role must have permissions to perform the ListAggregatedUtterances
operation, which provides access to utterance-related analytics. See Viewing
utterance statistics for the IAM policy to apply to the IAM role.
Retrieves a list of metadata for individual user utterances to your bot. The following fields are required:
Of the optional fields, you can organize the results in the following ways:
|
![]() |
ListUtteranceMetrics(ListUtteranceMetricsRequest) |
To use this API operation, your IAM role must have permissions to perform the ListAggregatedUtterances
operation, which provides access to utterance-related analytics. See Viewing
utterance statistics for the IAM policy to apply to the IAM role.
Retrieves summary metrics for the utterances in your bot. The following fields are required:
Of the optional fields, you can organize the results in the following ways:
Note that an |
![]() |
ListUtteranceMetricsAsync(ListUtteranceMetricsRequest, CancellationToken) |
To use this API operation, your IAM role must have permissions to perform the ListAggregatedUtterances
operation, which provides access to utterance-related analytics. See Viewing
utterance statistics for the IAM policy to apply to the IAM role.
Retrieves summary metrics for the utterances in your bot. The following fields are required:
Of the optional fields, you can organize the results in the following ways:
Note that an |
![]() |
SearchAssociatedTranscripts(SearchAssociatedTranscriptsRequest) |
Search for associated transcripts that meet the specified criteria. |
![]() |
SearchAssociatedTranscriptsAsync(SearchAssociatedTranscriptsRequest, CancellationToken) |
Search for associated transcripts that meet the specified criteria. |
![]() |
StartBotRecommendation(StartBotRecommendationRequest) |
Use this to provide your transcript data, and to start the bot recommendation process. |
![]() |
StartBotRecommendationAsync(StartBotRecommendationRequest, CancellationToken) |
Use this to provide your transcript data, and to start the bot recommendation process. |
![]() |
StartBotResourceGeneration(StartBotResourceGenerationRequest) |
Starts a request for the descriptive bot builder to generate a bot locale configuration
based on the prompt you provide it. After you make this call, use the |
![]() |
StartBotResourceGenerationAsync(StartBotResourceGenerationRequest, CancellationToken) |
Starts a request for the descriptive bot builder to generate a bot locale configuration
based on the prompt you provide it. After you make this call, use the |
![]() |
StartImport(StartImportRequest) |
Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket. |
![]() |
StartImportAsync(StartImportRequest, CancellationToken) |
Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket. |
![]() |
StartTestExecution(StartTestExecutionRequest) |
The action to start test set execution. |
![]() |
StartTestExecutionAsync(StartTestExecutionRequest, CancellationToken) |
The action to start test set execution. |
![]() |
StartTestSetGeneration(StartTestSetGenerationRequest) |
The action to start the generation of test set. |
![]() |
StartTestSetGenerationAsync(StartTestSetGenerationRequest, CancellationToken) |
The action to start the generation of test set. |
![]() |
StopBotRecommendation(StopBotRecommendationRequest) |
Stop an already running Bot Recommendation request. |
![]() |
StopBotRecommendationAsync(StopBotRecommendationRequest, CancellationToken) |
Stop an already running Bot Recommendation request. |
![]() |
TagResource(TagResourceRequest) |
Adds the specified tags to the specified resource. If a tag key already exists, the existing value is replaced with the new value. |
![]() |
TagResourceAsync(TagResourceRequest, CancellationToken) |
Adds the specified tags to the specified resource. If a tag key already exists, the existing value is replaced with the new value. |
![]() |
UntagResource(UntagResourceRequest) |
Removes tags from a bot, bot alias, or bot channel. |
![]() |
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
Removes tags from a bot, bot alias, or bot channel. |
![]() |
UpdateBot(UpdateBotRequest) |
Updates the configuration of an existing bot. |
![]() |
UpdateBotAlias(UpdateBotAliasRequest) |
Updates the configuration of an existing bot alias. |
![]() |
UpdateBotAliasAsync(UpdateBotAliasRequest, CancellationToken) |
Updates the configuration of an existing bot alias. |
![]() |
UpdateBotAsync(UpdateBotRequest, CancellationToken) |
Updates the configuration of an existing bot. |
![]() |
UpdateBotLocale(UpdateBotLocaleRequest) |
Updates the settings that a bot has for a specific locale. |
![]() |
UpdateBotLocaleAsync(UpdateBotLocaleRequest, CancellationToken) |
Updates the settings that a bot has for a specific locale. |
![]() |
UpdateBotRecommendation(UpdateBotRecommendationRequest) |
Updates an existing bot recommendation request. |
![]() |
UpdateBotRecommendationAsync(UpdateBotRecommendationRequest, CancellationToken) |
Updates an existing bot recommendation request. |
![]() |
UpdateExport(UpdateExportRequest) |
Updates the password used to protect an export zip archive. The password is not required. If you don't supply a password, Amazon Lex generates a zip file that is not protected by a password. This is the archive that is available at the pre-signed S3 URL provided by the DescribeExport operation. |
![]() |
UpdateExportAsync(UpdateExportRequest, CancellationToken) |
Updates the password used to protect an export zip archive. The password is not required. If you don't supply a password, Amazon Lex generates a zip file that is not protected by a password. This is the archive that is available at the pre-signed S3 URL provided by the DescribeExport operation. |
![]() |
UpdateIntent(UpdateIntentRequest) |
Updates the settings for an intent. |
![]() |
UpdateIntentAsync(UpdateIntentRequest, CancellationToken) |
Updates the settings for an intent. |
![]() |
UpdateResourcePolicy(UpdateResourcePolicyRequest) |
Replaces the existing resource policy for a bot or bot alias with a new one. If the policy doesn't exist, Amazon Lex returns an exception. |
![]() |
UpdateResourcePolicyAsync(UpdateResourcePolicyRequest, CancellationToken) |
Replaces the existing resource policy for a bot or bot alias with a new one. If the policy doesn't exist, Amazon Lex returns an exception. |
![]() |
UpdateSlot(UpdateSlotRequest) |
Updates the settings for a slot. |
![]() |
UpdateSlotAsync(UpdateSlotRequest, CancellationToken) |
Updates the settings for a slot. |
![]() |
UpdateSlotType(UpdateSlotTypeRequest) |
Updates the configuration of an existing slot type. |
![]() |
UpdateSlotTypeAsync(UpdateSlotTypeRequest, CancellationToken) |
Updates the configuration of an existing slot type. |
![]() |
UpdateTestSet(UpdateTestSetRequest) |
The action to update the test set. |
![]() |
UpdateTestSetAsync(UpdateTestSetRequest, CancellationToken) |
The action to update the test set. |
Name | Description | |
---|---|---|
![]() |
AfterResponseEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
BeforeRequestEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
ExceptionEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5