Package ai.tock.bot.orchestration.shared
Class SecondaryBotSendSentence
-
- All Implemented Interfaces:
-
ai.tock.bot.orchestration.shared.SecondaryBotAction
public final class SecondaryBotSendSentence implements SecondaryBotAction
-
-
Constructor Summary
Constructors Constructor Description SecondaryBotSendSentence(List<SerializableConnectorMessage> messages, String text, ActionMetadata metadata)
-
Method Summary
Modifier and Type Method Description final List<SerializableConnectorMessage>getMessages()final StringgetText()ActionMetadatagetMetadata()ActiontoAction(OrchestrationMetaData metaData)-
-
Method Detail
-
getMessages
final List<SerializableConnectorMessage> getMessages()
-
getMetadata
ActionMetadata getMetadata()
-
toAction
Action toAction(OrchestrationMetaData metaData)
-
-
-
-