-
- 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 MessagetoGoogleMessage()GenericMessagetoGenericMessage()final ChatCardcomponent1()final GoogleChatConnectorCardMessageOutcopy(ChatCard card)final ChatCardgetCard()ConnectorTypegetConnectorType()-
Methods inherited from class ai.tock.bot.connector.ConnectorMessageProvider
equals, hashCode, toString -
Methods inherited from class ai.tock.bot.connector.googlechat.GoogleChatConnectorMessage
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()
-
component1
final ChatCard component1()
-
copy
final GoogleChatConnectorCardMessageOut copy(ChatCard card)
-
getConnectorType
ConnectorType getConnectorType()
-
-
-
-