Class: Aws::LexModelsV2::Types::DescribeCustomVocabularyMetadataRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The unique identifier of the bot that contains the custom vocabulary.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6196

class DescribeCustomVocabularyMetadataRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The bot version of the bot to return metadata for.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6196

class DescribeCustomVocabularyMetadataRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The locale to return the custom vocabulary information for. The locale must be en_GB.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6196

class DescribeCustomVocabularyMetadataRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end