Class: Aws::AlexaForBusiness::Types::SkillDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SkillDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Granular information about the skill.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bullet_points ⇒ Array<String>
The details about what the skill supports organized as bullet points.
-
#developer_info ⇒ Types::DeveloperInfo
The details about the developer that published the skill.
-
#end_user_license_agreement ⇒ String
The URL of the end user license agreement.
-
#generic_keywords ⇒ Array<String>
The generic keywords associated with the skill that can be used to find a skill.
-
#invocation_phrase ⇒ String
The phrase used to trigger the skill.
-
#new_in_this_version_bullet_points ⇒ Array<String>
The updates added in bullet points.
-
#product_description ⇒ String
The description of the product.
-
#release_date ⇒ String
The date when the skill was released.
-
#reviews ⇒ Hash<String,String>
*This member has been deprecated.*.
-
#skill_types ⇒ Array<String>
The types of skills.
Instance Attribute Details
#bullet_points ⇒ Array<String>
The details about what the skill supports organized as bullet points.
4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4403 class SkillDetails < Struct.new( :product_description, :invocation_phrase, :release_date, :end_user_license_agreement, :generic_keywords, :bullet_points, :new_in_this_version_bullet_points, :skill_types, :reviews, :developer_info) SENSITIVE = [] include Aws::Structure end |
#developer_info ⇒ Types::DeveloperInfo
The details about the developer that published the skill.
4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4403 class SkillDetails < Struct.new( :product_description, :invocation_phrase, :release_date, :end_user_license_agreement, :generic_keywords, :bullet_points, :new_in_this_version_bullet_points, :skill_types, :reviews, :developer_info) SENSITIVE = [] include Aws::Structure end |
#end_user_license_agreement ⇒ String
The URL of the end user license agreement.
4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4403 class SkillDetails < Struct.new( :product_description, :invocation_phrase, :release_date, :end_user_license_agreement, :generic_keywords, :bullet_points, :new_in_this_version_bullet_points, :skill_types, :reviews, :developer_info) SENSITIVE = [] include Aws::Structure end |
#generic_keywords ⇒ Array<String>
The generic keywords associated with the skill that can be used to find a skill.
4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4403 class SkillDetails < Struct.new( :product_description, :invocation_phrase, :release_date, :end_user_license_agreement, :generic_keywords, :bullet_points, :new_in_this_version_bullet_points, :skill_types, :reviews, :developer_info) SENSITIVE = [] include Aws::Structure end |
#invocation_phrase ⇒ String
The phrase used to trigger the skill.
4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4403 class SkillDetails < Struct.new( :product_description, :invocation_phrase, :release_date, :end_user_license_agreement, :generic_keywords, :bullet_points, :new_in_this_version_bullet_points, :skill_types, :reviews, :developer_info) SENSITIVE = [] include Aws::Structure end |
#new_in_this_version_bullet_points ⇒ Array<String>
The updates added in bullet points.
4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4403 class SkillDetails < Struct.new( :product_description, :invocation_phrase, :release_date, :end_user_license_agreement, :generic_keywords, :bullet_points, :new_in_this_version_bullet_points, :skill_types, :reviews, :developer_info) SENSITIVE = [] include Aws::Structure end |
#product_description ⇒ String
The description of the product.
4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4403 class SkillDetails < Struct.new( :product_description, :invocation_phrase, :release_date, :end_user_license_agreement, :generic_keywords, :bullet_points, :new_in_this_version_bullet_points, :skill_types, :reviews, :developer_info) SENSITIVE = [] include Aws::Structure end |
#release_date ⇒ String
The date when the skill was released.
4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4403 class SkillDetails < Struct.new( :product_description, :invocation_phrase, :release_date, :end_user_license_agreement, :generic_keywords, :bullet_points, :new_in_this_version_bullet_points, :skill_types, :reviews, :developer_info) SENSITIVE = [] include Aws::Structure end |
#reviews ⇒ Hash<String,String>
*This member has been deprecated.*
The list of reviews for the skill, including Key and Value pair.
4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4403 class SkillDetails < Struct.new( :product_description, :invocation_phrase, :release_date, :end_user_license_agreement, :generic_keywords, :bullet_points, :new_in_this_version_bullet_points, :skill_types, :reviews, :developer_info) SENSITIVE = [] include Aws::Structure end |
#skill_types ⇒ Array<String>
The types of skills.
4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4403 class SkillDetails < Struct.new( :product_description, :invocation_phrase, :release_date, :end_user_license_agreement, :generic_keywords, :bullet_points, :new_in_this_version_bullet_points, :skill_types, :reviews, :developer_info) SENSITIVE = [] include Aws::Structure end |