Class: Aws::LexModelBuildingService::Types::GetBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetBotRequest
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the bot.
-
#version_or_alias ⇒ String
The version or alias of the bot.
Instance Attribute Details
#name ⇒ String
The name of the bot. The name is case sensitive.
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_alias ⇒ String
The version or alias of the bot.
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 |