Class: Aws::LexModelBuildingService::Types::GetBotRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the bot. The name is case sensitive.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1258

class GetBotRequest < Struct.new(
  :name,
  :version_or_alias)
  SENSITIVE = []
  include Aws::Structure
end

#version_or_aliasString

The version or alias of the bot.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1258

class GetBotRequest < Struct.new(
  :name,
  :version_or_alias)
  SENSITIVE = []
  include Aws::Structure
end