-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorMessage,ai.tock.bot.connector.ConnectorMessageProvider
public final class GoogleChatConnectorCardMessageOut extends GoogleChatConnectorMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final ChatCardcardprivate final ConnectorTypeconnectorType
-
Constructor Summary
Constructors Constructor Description GoogleChatConnectorCardMessageOut(ChatCard card)
-
Method Summary
Modifier and Type Method Description final ChatCardgetCard()MessagetoGoogleMessage()GenericMessagetoGenericMessage()-
Methods inherited from class ai.tock.bot.connector.googlechat.GoogleChatConnectorMessage
getConnectorType -
Methods inherited from class ai.tock.bot.connector.ConnectorMessage
obfuscate, toConnectorMessage -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
GoogleChatConnectorCardMessageOut
GoogleChatConnectorCardMessageOut(ChatCard card)
-
-
Method Detail
-
toGoogleMessage
Message toGoogleMessage()
-
toGenericMessage
GenericMessage toGenericMessage()
-
-
-
-