Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TextContentHelper

An abstract class responsible for building text content object using ask-sdk-model in Alexa skills kit display interface https://developer.amazon.com/docs/custom-skills/display-interface-reference.html#textcontent-object-specifications.

Hierarchy

Index

Properties

Protected primaryText

primaryText: string

Protected secondaryText

secondaryText: string

Protected tertiaryText

tertiaryText: string

Methods

Abstract getTextContent

  • getTextContent(): TextContent

withPrimaryText

  • withPrimaryText(primaryText: string): this

withSecondaryText

  • withSecondaryText(secondaryText: string): this

withTertiaryText

  • withTertiaryText(tertiaryText: string): this