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)


1113
1114
1115
1116
1117
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1113

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