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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#source_bot_versionString

The version of a bot used for a bot locale.

Returns:

  • (String)


2567
2568
2569
2570
2571
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2567

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