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

Class: Aws::AlexaForBusiness::Types::SkillDetails

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

Overview

Granular information about the skill.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bullet_pointsArray<String>

The details about what the skill supports organized as bullet points.

Returns:

  • (Array<String>)

    The details about what the skill supports organized as bullet points.

#developer_infoTypes::DeveloperInfo

The details about the developer that published the skill.

Returns:

#end_user_license_agreementString

The URL of the end user license agreement.

Returns:

  • (String)

    The URL of the end user license agreement.

#generic_keywordsArray<String>

The generic keywords associated with the skill that can be used to find a skill.

Returns:

  • (Array<String>)

    The generic keywords associated with the skill that can be used to find a skill.

#invocation_phraseString

The phrase used to trigger the skill.

Returns:

  • (String)

    The phrase used to trigger the skill.

#new_in_this_version_bullet_pointsArray<String>

The updates added in bullet points.

Returns:

  • (Array<String>)

    The updates added in bullet points.

#product_descriptionString

The description of the product.

Returns:

  • (String)

    The description of the product.

#release_dateString

The date when the skill was released.

Returns:

  • (String)

    The date when the skill was released.

#reviewsHash<String,String>

This member has been deprecated.

The list of reviews for the skill, including Key and Value pair.

Returns:

  • (Hash<String,String>)

    This member has been deprecated..

#skill_typesArray<String>

The types of skills.

Returns:

  • (Array<String>)

    The types of skills.