Class: Aws::AlexaForBusiness::Types::Category

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

Overview

The skill store category that is shown. Alexa skills are assigned a specific skill category during creation, such as News, Social, and Sports.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#category_idInteger

The ID of the skill store category.

Returns:

  • (Integer)


399
400
401
402
403
404
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 399

class Category < Struct.new(
  :category_id,
  :category_name)
  SENSITIVE = []
  include Aws::Structure
end

#category_nameString

The name of the skill store category.

Returns:

  • (String)


399
400
401
402
403
404
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 399

class Category < Struct.new(
  :category_id,
  :category_name)
  SENSITIVE = []
  include Aws::Structure
end