Class: Aws::LexModelsV2::Types::BotVersionLocaleDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::BotVersionLocaleDetails
- Defined in:
- gems/aws-sdk-lexmodelsv2/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
-
#source_bot_version ⇒ String
The version of a bot used for a bot locale.
Instance Attribute Details
#source_bot_version ⇒ String
The version of a bot used for a bot locale.
2666 2667 2668 2669 2670 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2666 class BotVersionLocaleDetails < Struct.new( :source_bot_version) SENSITIVE = [] include Aws::Structure end |