Method: Aws::LexModelsV2::Types::DescribeCustomVocabularyMetadataResponse#bot_id
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
#bot_id ⇒ String
The identifier of the bot that contains the custom vocabulary.
6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6447 class DescribeCustomVocabularyMetadataResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |