-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorCallback
public final class GoogleChatConnectorCallback extends ConnectorCallbackBase
-
-
Field Summary
Fields Modifier and Type Field Description private final StringapplicationIdprivate final StringspaceNameprivate final StringthreadNameprivate final ConnectorTypeconnectorType
-
Constructor Summary
Constructors Constructor Description GoogleChatConnectorCallback(String applicationId, String spaceName, String threadName)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final GoogleChatConnectorCallbackcopy(String applicationId, String spaceName, String threadName)StringgetApplicationId()final StringgetSpaceName()final StringgetThreadName()final ConnectorTypegetConnectorType()-
Methods inherited from class ai.tock.bot.connector.ConnectorCallback
equals, hashCode, toString -
Methods inherited from class ai.tock.bot.connector.googlechat.GoogleChatConnectorCallback
eventAnswered, eventSkipped, exceptionThrown, userLockReleased, userLocked -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final GoogleChatConnectorCallback copy(String applicationId, String spaceName, String threadName)
-
getApplicationId
String getApplicationId()
-
getSpaceName
final String getSpaceName()
-
getThreadName
final String getThreadName()
-
getConnectorType
final ConnectorType getConnectorType()
-
-
-
-