-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorMessage,ai.tock.bot.connector.ConnectorMessageProvider
public final class GoogleChatConnectorTextMessageOut extends GoogleChatConnectorMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final CharSequencetextprivate final ConnectorTypeconnectorType
-
Constructor Summary
Constructors Constructor Description GoogleChatConnectorTextMessageOut(CharSequence text)
-
Method Summary
Modifier and Type Method Description final CharSequencegetText()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
-
GoogleChatConnectorTextMessageOut
GoogleChatConnectorTextMessageOut(CharSequence text)
-
-
Method Detail
-
getText
final CharSequence getText()
-
toGoogleMessage
Message toGoogleMessage()
-
toGenericMessage
GenericMessage toGenericMessage()
-
-
-
-