-
- All Implemented Interfaces:
-
ai.tock.bot.engine.I18nTranslator,ai.tock.translator.I18nKeyProvider
public final class ChatButton.ChatTextButton extends ChatButton
-
-
Field Summary
Fields Modifier and Type Field Description private final CharSequencetextprivate ChatButtonActionbuttonActionprivate final List<ChatCardElement>childrenprivate final I18nTranslatori18nTranslatorprivate final StringcontextIdprivate final ConnectorTypetargetConnectorTypeprivate final UserInterfaceTypeuserInterfaceTypeprivate final LocaleuserLocale
-
Constructor Summary
Constructors Constructor Description ChatButton.ChatTextButton(CharSequence text, I18nTranslator i18nTranslator)
-
Method Summary
Modifier and Type Method Description final CharSequencegetText()-
Methods inherited from class ai.tock.bot.connector.googlechat.builder.ChatButton
action, choiceAction, getButtonAction, link, nlpAction, setButtonAction -
Methods inherited from class ai.tock.bot.connector.googlechat.builder.ChatCardElement
getChildren, getI18nTranslator, hasChatButtons -
Methods inherited from class ai.tock.bot.engine.I18nTranslator
getContextId, getTargetConnectorType, getUserInterfaceType, getUserLocale, translate, translate, translate, translateAndReturnBlankAsNull -
Methods inherited from class ai.tock.translator.I18nKeyProvider
i18n, i18n -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ChatButton.ChatTextButton
ChatButton.ChatTextButton(CharSequence text, I18nTranslator i18nTranslator)
-
-
Method Detail
-
getText
final CharSequence getText()
-
-
-
-