Package ai.tock.bot.orchestration.shared
Class OrchestrationTargetedBot
-
- All Implemented Interfaces:
public final class OrchestrationTargetedBot
-
-
Field Summary
Fields Modifier and Type Field Description private final StringbotIdprivate final StringbotLabelprivate final StringconnectorIdprivate final ConnectorTypeconnectorTypeprivate final StoryDefinitionfallbackStory
-
Constructor Summary
Constructors Constructor Description OrchestrationTargetedBot(String botId, String botLabel, String connectorId, ConnectorType connectorType, StoryDefinition fallbackStory)
-
Method Summary
Modifier and Type Method Description final StringgetBotId()final StringgetBotLabel()final StringgetConnectorId()final ConnectorTypegetConnectorType()final StoryDefinitiongetFallbackStory()-
-
Method Detail
-
getBotLabel
final String getBotLabel()
-
getConnectorId
final String getConnectorId()
-
getConnectorType
final ConnectorType getConnectorType()
-
getFallbackStory
final StoryDefinition getFallbackStory()
-
-
-
-