Package ai.tock.bot.api.model
Class BotResponse
-
- All Implemented Interfaces:
public final class BotResponse
-
-
Constructor Summary
Constructors Constructor Description BotResponse(List<BotMessage> messages, String storyId, String step, List<Entity> entities, ResponseContext context)
-
Method Summary
Modifier and Type Method Description final List<BotMessage>getMessages()final StringgetStoryId()final StringgetStep()final List<Entity>getEntities()final ResponseContextgetContext()-
-
Constructor Detail
-
BotResponse
BotResponse(List<BotMessage> messages, String storyId, String step, List<Entity> entities, ResponseContext context)
-
-
Method Detail
-
getMessages
final List<BotMessage> getMessages()
-
getStoryId
final String getStoryId()
-
getEntities
final List<Entity> getEntities()
-
getContext
final ResponseContext getContext()
-
-
-
-