You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AlexaForBusiness::Types::SkillSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The summary of skills.

Instance Attribute Summary collapse

Instance Attribute Details

#enablement_typeString

Whether the skill is enabled under the user\'s account, or if it requires linking to be used.

Possible values:

  • ENABLED
  • PENDING

Returns:

  • (String)

    Whether the skill is enabled under the user\'s account, or if it requires linking to be used.

#skill_idString

The ARN of the skill summary.

Returns:

  • (String)

    The ARN of the skill summary.

#skill_nameString

The name of the skill.

Returns:

  • (String)

    The name of the skill.

#skill_typeString

Whether the skill is publicly available or is a private skill.

Possible values:

  • PUBLIC
  • PRIVATE

Returns:

  • (String)

    Whether the skill is publicly available or is a private skill.

#supports_linkingBoolean

Linking support for a skill.

Returns:

  • (Boolean)

    Linking support for a skill.