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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/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)

5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5545

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>)

5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5545

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)

5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5545

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:


5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5545

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)

5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5545

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)

5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5545

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)

5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5545

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