Package-level declarations
Types
Provides a mechanism for holding a conversation with a Converser. The paragraphs specify the body of the conversation.
Provides a mechanism for invoking actions in a conversation within a specified game.
Provides a contract for any onject that can hold a Conversation.
A logged element of a Conversation, consisting of the participant and the line that they said.
A paragraph within a Conversation. Must contain a line, but can also have an optional action that is invoked as a response to this paragraph being triggered. The instruction is applied to direct the conversation after this paragraph.
Enumeration of participants in a conversation.
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.