Class: Aws::LexModelsV2::Types::BotExportSpecification

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

Overview

Provides the identity of a the bot that was exported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The identifier of the bot assigned by Amazon Lex.

Returns:

  • (String)


2050
2051
2052
2053
2054
2055
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2050

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

#bot_versionString

The version of the bot that was exported. This will be either DRAFT or the version number.

Returns:

  • (String)


2050
2051
2052
2053
2054
2055
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2050

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