Package ai.tock.bot.orchestration.shared
Class OrchestrationSentence
-
- All Implemented Interfaces:
-
ai.tock.bot.orchestration.shared.OrchestrationData
public final class OrchestrationSentence implements OrchestrationData
-
-
Constructor Summary
Constructors Constructor Description OrchestrationSentence(String userText)
-
Method Summary
Modifier and Type Method Description final StringgetUserText()-
-
Constructor Detail
-
OrchestrationSentence
OrchestrationSentence(String userText)
-
-
Method Detail
-
getUserText
final String getUserText()
-
-
-
-