-
- 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 MessagetoGoogleMessage()GenericMessagetoGenericMessage()final CharSequencecomponent1()final GoogleChatConnectorTextMessageOutcopy(CharSequence text)final CharSequencegetText()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
-
GoogleChatConnectorTextMessageOut
GoogleChatConnectorTextMessageOut(CharSequence text)
-
-
Method Detail
-
toGoogleMessage
Message toGoogleMessage()
-
toGenericMessage
GenericMessage toGenericMessage()
-
component1
final CharSequence component1()
-
copy
final GoogleChatConnectorTextMessageOut copy(CharSequence text)
-
getText
final CharSequence getText()
-
getConnectorType
ConnectorType getConnectorType()
-
-
-
-