You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::SkillsStoreSkill
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SkillsStoreSkill
- Defined in:
- (unknown)
Overview
The detailed information about an Alexa skill.
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.
#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.