24 namespace AlexaForBusiness
66 inline void SetProductDescription(
const char* value) { m_productDescriptionHasBeenSet =
true; m_productDescription.assign(value); }
107 inline void SetInvocationPhrase(
const char* value) { m_invocationPhraseHasBeenSet =
true; m_invocationPhrase.assign(value); }
148 inline void SetReleaseDate(
const char* value) { m_releaseDateHasBeenSet =
true; m_releaseDate.assign(value); }
189 inline void SetEndUserLicenseAgreement(
const char* value) { m_endUserLicenseAgreementHasBeenSet =
true; m_endUserLicenseAgreement.assign(value); }
476 inline SkillDetails&
AddReviews(
const char* key,
const char* value) { m_reviewsHasBeenSet =
true; m_reviews.emplace(key, value);
return *
this; }
512 bool m_productDescriptionHasBeenSet;
515 bool m_invocationPhraseHasBeenSet;
518 bool m_releaseDateHasBeenSet;
521 bool m_endUserLicenseAgreementHasBeenSet;
524 bool m_genericKeywordsHasBeenSet;
527 bool m_bulletPointsHasBeenSet;
530 bool m_newInThisVersionBulletPointsHasBeenSet;
533 bool m_skillTypesHasBeenSet;
536 bool m_reviewsHasBeenSet;
539 bool m_developerInfoHasBeenSet;