-
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>component1()final Stringcomponent2()final Stringcomponent3()final List<Entity>component4()final ResponseContextcomponent5()final BotResponsecopy(List<BotMessage> messages, String storyId, String step, List<Entity> entities, ResponseContext context)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
-
component1
final List<BotMessage> component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final List<Entity> component4()
-
component5
final ResponseContext component5()
-
copy
final BotResponse copy(List<BotMessage> messages, String storyId, String step, List<Entity> entities, ResponseContext context)
-
getMessages
final List<BotMessage> getMessages()
-
getStoryId
final String getStoryId()
-
getEntities
final List<Entity> getEntities()
-
getContext
final ResponseContext getContext()
-
-
-
-