LexModelsV2¶
Client¶
- class LexModelsV2.Client¶
A low-level client representing Amazon Lex Model Building V2 (Lex Models V2)
This document provides detailed information about the Amazon Lex V2 API actions and their parameters.
For information about the IAM access control permissions you need to use this API, see Identity-based policies for Amazon Lex V2.
Amazon Lex V2 Model Building V2 operations let you build and manage bots.
If you use a custom HTTP client to call Amazon Lex Model Building V2 operations, you must set the “Content-Type” HTTP header to “application/x-amz-json-1.1”. Otherwise, you receive an HTTP 404 - UnknownOperationException in the response.
Amazon Lex Model Building V2 operations return the responses with the “application/x-amz-json-1.1” content type.
You can use Amazon Web Services SDKs to access Amazon Lex V2 APIs using your favorite programming language. The SDKs automatically perform useful tasks for you, such as:
Cryptographically sign your service requests
Retry requests
Handle error responses
The following resources provide additional information about the Amazon Lex V2 Model Building API.
Amazon Web Services General Reference
Command Line Interface
import boto3 client = boto3.client('lexv2-models')
These are the available methods:
- batch_create_custom_vocabulary_item
- batch_delete_custom_vocabulary_item
- batch_update_custom_vocabulary_item
- build_bot_locale
- can_paginate
- close
- create_bot
- create_bot_alias
- create_bot_locale
- create_bot_replica
- create_bot_version
- create_export
- create_intent
- create_resource_policy
- create_resource_policy_statement
- create_slot
- create_slot_type
- create_test_set_discrepancy_report
- create_upload_url
- delete_bot
- delete_bot_alias
- delete_bot_analyzer_recommendation
- delete_bot_locale
- delete_bot_replica
- delete_bot_version
- delete_custom_vocabulary
- delete_export
- delete_import
- delete_intent
- delete_resource_policy
- delete_resource_policy_statement
- delete_slot
- delete_slot_type
- delete_test_set
- delete_utterances
- describe_bot
- describe_bot_alias
- describe_bot_analyzer_recommendation
- describe_bot_locale
- describe_bot_recommendation
- describe_bot_replica
- describe_bot_resource_generation
- describe_bot_version
- describe_custom_vocabulary_metadata
- describe_export
- describe_import
- describe_intent
- describe_resource_policy
- describe_slot
- describe_slot_type
- describe_test_execution
- describe_test_set
- describe_test_set_discrepancy_report
- describe_test_set_generation
- generate_bot_element
- get_paginator
- get_test_execution_artifacts_url
- get_waiter
- list_aggregated_utterances
- list_bot_alias_replicas
- list_bot_aliases
- list_bot_analyzer_history
- list_bot_locales
- list_bot_recommendations
- list_bot_replicas
- list_bot_resource_generations
- list_bot_version_replicas
- list_bot_versions
- list_bots
- list_built_in_intents
- list_built_in_slot_types
- list_custom_vocabulary_items
- list_exports
- list_imports
- list_intent_metrics
- list_intent_paths
- list_intent_stage_metrics
- list_intents
- list_recommended_intents
- list_session_analytics_data
- list_session_metrics
- list_slot_types
- list_slots
- list_tags_for_resource
- list_test_execution_result_items
- list_test_executions
- list_test_set_records
- list_test_sets
- list_utterance_analytics_data
- list_utterance_metrics
- search_associated_transcripts
- start_bot_analyzer
- start_bot_recommendation
- start_bot_resource_generation
- start_import
- start_test_execution
- start_test_set_generation
- stop_bot_analyzer
- stop_bot_recommendation
- tag_resource
- untag_resource
- update_bot
- update_bot_alias
- update_bot_locale
- update_bot_recommendation
- update_export
- update_intent
- update_resource_policy
- update_slot
- update_slot_type
- update_test_set
Paginators¶
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
Waiters¶
Waiters are available on a client instance via the get_waiter method. For more detailed instructions and examples on the usage or waiters, see the waiters user guide.
The available waiters are: