Package ai.tock.bot.connector.web
Interface WebConnectorRequestContract
-
- All Implemented Interfaces:
public interface WebConnectorRequestContract
-
-
Method Summary
Modifier and Type Method Description abstract StringgetQuery()abstract StringgetPayload()abstract StringgetUserId()abstract LocalegetLocale()abstract StringgetRef()abstract StringgetConnectorId()BooleangetReturnsHistory()BooleangetSourceWithContent()-
-
Method Detail
-
getPayload
abstract String getPayload()
-
getConnectorId
abstract String getConnectorId()
-
getReturnsHistory
Boolean getReturnsHistory()
-
getSourceWithContent
Boolean getSourceWithContent()
-
-
-
-