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
show all
Defined in:
(unknown)

Overview

The detailed information about an Alexa skill.

Instance Attribute Summary collapse

Instance Attribute Details

#icon_urlString

The URL where the skill icon resides.

Returns:

  • (String)

    The URL where the skill icon resides.

#sample_utterancesArray<String>

Sample utterances that interact with the skill.

Returns:

  • (Array<String>)

    Sample utterances that interact with the skill.

#short_descriptionString

Short description about the skill.

Returns:

  • (String)

    Short description about the skill.

#skill_detailsTypes::SkillDetails

Information about the skill.

Returns:

#skill_idString

The ARN of the skill.

Returns:

  • (String)

    The ARN of the skill.

#skill_nameString

The name of the skill.

Returns:

  • (String)

    The name of the skill.

#supports_linkingBoolean

Linking support for a skill.

Returns:

  • (Boolean)

    Linking support for a skill.