Class: Aws::AlexaForBusiness::Types::SkillsStoreSkill
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SkillsStoreSkill
- 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
-
#icon_url ⇒ String
The URL where the skill icon resides.
-
#sample_utterances ⇒ Array<String>
Sample utterances that interact with the skill.
-
#short_description ⇒ String
Short description about the skill.
-
#skill_details ⇒ Types::SkillDetails
Information about the skill.
-
#skill_id ⇒ String
The ARN of the skill.
-
#skill_name ⇒ String
The name of the skill.
-
#supports_linking ⇒ Boolean
Linking support for a skill.
Instance Attribute Details
#icon_url ⇒ String
The URL where the skill icon resides.
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_utterances ⇒ Array<String>
Sample utterances that interact with the skill.
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_description ⇒ String
Short description about the skill.
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_details ⇒ Types::SkillDetails
Information about the skill.
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_id ⇒ String
The ARN of the skill.
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_name ⇒ String
The name of the skill.
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_linking ⇒ Boolean
Linking support for a skill.
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 |