Class: Aws::LexModelsV2::Types::BotVersionLocaleDetails

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

Overview

The version of a bot used for a bot locale.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_bot_versionString

The version of a bot used for a bot locale.

Returns:

  • (String)


2640
2641
2642
2643
2644
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2640

class BotVersionLocaleDetails < Struct.new(
  :source_bot_version)
  SENSITIVE = []
  include Aws::Structure
end