LexModelBuildingService#
Client#
- class LexModelBuildingService.Client#
A low-level client representing Amazon Lex Model Building Service
Amazon Lex is an AWS service for building conversational voice and text interfaces. Use these actions to create, update, and delete conversational bots for new and existing client applications.
import boto3 client = boto3.client('lex-models')
These are the available methods:
- can_paginate
- close
- create_bot_version
- create_intent_version
- create_slot_type_version
- delete_bot
- delete_bot_alias
- delete_bot_channel_association
- delete_bot_version
- delete_intent
- delete_intent_version
- delete_slot_type
- delete_slot_type_version
- delete_utterances
- get_bot
- get_bot_alias
- get_bot_aliases
- get_bot_channel_association
- get_bot_channel_associations
- get_bot_versions
- get_bots
- get_builtin_intent
- get_builtin_intents
- get_builtin_slot_types
- get_export
- get_import
- get_intent
- get_intent_versions
- get_intents
- get_migration
- get_migrations
- get_paginator
- get_slot_type
- get_slot_type_versions
- get_slot_types
- get_utterances_view
- get_waiter
- list_tags_for_resource
- put_bot
- put_bot_alias
- put_intent
- put_slot_type
- start_import
- start_migration
- tag_resource
- untag_resource
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: