-
- All Implemented Interfaces:
-
ai.tock.bot.engine.I18nTranslator,ai.tock.translator.I18nKeyProvider
public class ChatButton extends ChatCardElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChatButton.ChatTextButtonpublic final classChatButton.ChatIconExternalButtonpublic final classChatButton.ChatIconEmbeddedButton
-
Field Summary
Fields Modifier and Type Field Description private ChatButtonActionbuttonActionprivate final List<ChatCardElement>childrenprivate final I18nTranslatori18nTranslatorprivate final StringcontextIdprivate final ConnectorTypetargetConnectorTypeprivate final UserInterfaceTypeuserInterfaceTypeprivate final LocaleuserLocale
-
Method Summary
Modifier and Type Method Description final Unitlink(String linkUrl)final Unitaction(String action, Map<String, String> parameters)final UnitnlpAction(CharSequence text)final UnitchoiceAction(Intent intent, Parameters parameters)final ChatButtonActiongetButtonAction()final List<ChatCardElement>getChildren()final I18nTranslatorgetI18nTranslator()StringgetContextId()ConnectorTypegetTargetConnectorType()UserInterfaceTypegetUserInterfaceType()LocalegetUserLocale()final UnitsetButtonAction(ChatButtonAction buttonAction)-
Methods inherited from class ai.tock.bot.connector.googlechat.builder.ChatButton
hasChatButtons -
Methods inherited from class ai.tock.translator.I18nKeyProvider
equals, hashCode, toString -
Methods inherited from class ai.tock.bot.engine.I18nTranslator
i18n, i18n -
Methods inherited from class ai.tock.bot.connector.googlechat.builder.ChatCardElement
translate, translate, translate, translateAndReturnBlankAsNull -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
nlpAction
final Unit nlpAction(CharSequence text)
-
choiceAction
final Unit choiceAction(Intent intent, Parameters parameters)
-
getButtonAction
final ChatButtonAction getButtonAction()
-
getChildren
final List<ChatCardElement> getChildren()
-
getI18nTranslator
final I18nTranslator getI18nTranslator()
-
getContextId
String getContextId()
-
getTargetConnectorType
ConnectorType getTargetConnectorType()
-
getUserInterfaceType
UserInterfaceType getUserInterfaceType()
-
getUserLocale
Locale getUserLocale()
-
setButtonAction
final Unit setButtonAction(ChatButtonAction buttonAction)
-
-
-
-