Package | Description |
---|---|
com.amazon.ask.model.services.monetization |
Modifier and Type | Method and Description |
---|---|
InSkillProduct |
InSkillProduct.Builder.build() |
InSkillProduct |
MonetizationService.getInSkillProduct(String acceptLanguage,
String productId) |
InSkillProduct |
MonetizationServiceClient.getInSkillProduct(String acceptLanguage,
String productId)
Get In-Skill Product information based on user context for the Skill.
|
Modifier and Type | Method and Description |
---|---|
com.amazon.ask.model.services.ApiResponse<InSkillProduct> |
MonetizationService.callGetInSkillProduct(String acceptLanguage,
String productId) |
com.amazon.ask.model.services.ApiResponse<InSkillProduct> |
MonetizationServiceClient.callGetInSkillProduct(String acceptLanguage,
String productId)
Get In-Skill Product information based on user context for the Skill.
|
List<InSkillProduct> |
InSkillProductsResponse.getInSkillProducts()
List of In-Skill Products
|
Modifier and Type | Method and Description |
---|---|
InSkillProductsResponse.Builder |
InSkillProductsResponse.Builder.addInSkillProductsItem(InSkillProduct inSkillProductsItem) |
Modifier and Type | Method and Description |
---|---|
InSkillProductsResponse.Builder |
InSkillProductsResponse.Builder.withInSkillProducts(List<InSkillProduct> inSkillProducts) |
Copyright © 2023. All rights reserved.