Response

data class Response(val line: String, val instruction: EndOfParagraphInstruction = Next())

A response which forms part of a Conversation. The line forms the body of the response and the instruction is applied to direct the conversation after this paragraph.

Constructors

Link copied to clipboard
constructor(line: String, instruction: EndOfParagraphInstruction = Next())

Properties

Link copied to clipboard
Link copied to clipboard