Class: Aws::LexModelsV2::Types::DescribeCustomVocabularyMetadataResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The identifier of the bot that contains the custom vocabulary.

Returns:

  • (String)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6232

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

#bot_versionString

The version of the bot that contains the custom vocabulary to describe.

Returns:

  • (String)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6232

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

#creation_date_timeTime

The date and time that the custom vocabulary was created.

Returns:

  • (Time)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6232

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

#custom_vocabulary_statusString

The status of the custom vocabulary. If the status is ‘Ready` the custom vocabulary is ready to use.

Returns:

  • (String)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6232

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

#last_updated_date_timeTime

The date and time that the custom vocabulary was last updated.

Returns:

  • (Time)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6232

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

#locale_idString

The locale that contains the custom vocabulary to describe.

Returns:

  • (String)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6232

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