Class: Aws::AlexaForBusiness::Types::SkillsStoreSkill

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

Overview

The detailed information about an Alexa skill.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#icon_urlString

The URL where the skill icon resides.

Returns:

  • (String)


4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4546

class SkillsStoreSkill < Struct.new(
  :skill_id,
  :skill_name,
  :short_description,
  :icon_url,
  :sample_utterances,
  :skill_details,
  :supports_linking)
  SENSITIVE = []
  include Aws::Structure
end

#sample_utterancesArray<String>

Sample utterances that interact with the skill.

Returns:

  • (Array<String>)


4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4546

class SkillsStoreSkill < Struct.new(
  :skill_id,
  :skill_name,
  :short_description,
  :icon_url,
  :sample_utterances,
  :skill_details,
  :supports_linking)
  SENSITIVE = []
  include Aws::Structure
end

#short_descriptionString

Short description about the skill.

Returns:

  • (String)


4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4546

class SkillsStoreSkill < Struct.new(
  :skill_id,
  :skill_name,
  :short_description,
  :icon_url,
  :sample_utterances,
  :skill_details,
  :supports_linking)
  SENSITIVE = []
  include Aws::Structure
end

#skill_detailsTypes::SkillDetails

Information about the skill.

Returns:



4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4546

class SkillsStoreSkill < Struct.new(
  :skill_id,
  :skill_name,
  :short_description,
  :icon_url,
  :sample_utterances,
  :skill_details,
  :supports_linking)
  SENSITIVE = []
  include Aws::Structure
end

#skill_idString

The ARN of the skill.

Returns:

  • (String)


4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4546

class SkillsStoreSkill < Struct.new(
  :skill_id,
  :skill_name,
  :short_description,
  :icon_url,
  :sample_utterances,
  :skill_details,
  :supports_linking)
  SENSITIVE = []
  include Aws::Structure
end

#skill_nameString

The name of the skill.

Returns:

  • (String)


4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4546

class SkillsStoreSkill < Struct.new(
  :skill_id,
  :skill_name,
  :short_description,
  :icon_url,
  :sample_utterances,
  :skill_details,
  :supports_linking)
  SENSITIVE = []
  include Aws::Structure
end

#supports_linkingBoolean

Linking support for a skill.

Returns:

  • (Boolean)


4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4546

class SkillsStoreSkill < Struct.new(
  :skill_id,
  :skill_name,
  :short_description,
  :icon_url,
  :sample_utterances,
  :skill_details,
  :supports_linking)
  SENSITIVE = []
  include Aws::Structure
end