public abstract class TextContentHelper extends Object
| Constructor and Description |
|---|
TextContentHelper() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.amazon.ask.model.interfaces.display.TextContent |
build() |
static PlainTextContentContentHelper |
forPlainText() |
static RichContentTextContentHelper |
forRichText() |
TextContentHelper |
withPrimaryText(String primaryText) |
TextContentHelper |
withSecondaryText(String secondaryText) |
TextContentHelper |
withTertiaryText(String tertiaryText) |
public static PlainTextContentContentHelper forPlainText()
public static RichContentTextContentHelper forRichText()
public TextContentHelper withPrimaryText(String primaryText)
public TextContentHelper withSecondaryText(String secondaryText)
public TextContentHelper withTertiaryText(String tertiaryText)
public abstract com.amazon.ask.model.interfaces.display.TextContent build()
Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.