-
- 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 StringgetApplicationId()final StringgetSpaceName()final StringgetThreadName()-
Methods inherited from class ai.tock.bot.connector.ConnectorCallbackBase
eventAnswered, eventSkipped, exceptionThrown, getConnectorType, userLockReleased, userLocked -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getApplicationId
String getApplicationId()
-
getSpaceName
final String getSpaceName()
-
getThreadName
final String getThreadName()
-
-
-
-