Class: Aws::LexModelBuildingService::Types::GetBotAliasRequest

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

#bot_nameString

The name of the bot.

Returns:

  • (String)


988
989
990
991
992
993
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 988

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

#nameString

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

Returns:

  • (String)


988
989
990
991
992
993
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 988

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