|
Options |
Name |
Purpose |
|
|
|
Consultingwerk.Framework.MessageInteraction.InputPrompt Add (character, JsonSerializable, InputPromptProperty[], character, character)
|
Adds an item to the list
|
|
|
|
Consultingwerk.Framework.MessageInteraction.InputPrompt Add (character, JsonSerializable, InputPromptProperty[], character, character, character)
|
Adds an item to the list
|
|
|
|
Consultingwerk.Framework.MessageInteraction.InputPrompt Add (InputPrompt)
|
Adds an item to the generic List
|
|
|
|
Add (InputPrompt[])
|
Adds an array of items to the generic List
|
|
|
|
Consultingwerk.Framework.MessageInteraction.ListInputPrompt Add (ListInputPrompt)
|
Adds the items from the provided ListInputPrompt instance
to this list
|
|
|
|
Consultingwerk.Framework.MessageInteraction.InputPrompt AddWhenNotContained (InputPrompt)
|
Adds an item to the generic List only when it is not
yet contained - silently ignores keys that are already
contained
|
|
|
|
Consultingwerk.Framework.MessageInteraction.ListInputPrompt CopyFromOwner (ListInputPrompt, character)
|
Copies InputPrompts from an owning list of InputPrompts to this list
|
|
|
|
Consultingwerk.Framework.MessageInteraction.ListInputPrompt CopyToOwner (ListInputPrompt, character)
|
Copies InputPrompts from this list of InputPrompts back to the list
of InputPrompts of an actual owner.
|
|
|
|
Consultingwerk.Framework.MessageInteraction.ListInputPrompt CopyToOwner (ListInputPrompt, character, character)
|
Copies InputPrompts from this list of InputPrompts back to the list
of InputPrompts of an actual owner.
|
|
|
|
Consultingwerk.Framework.MessageInteraction.InputPrompt FindInputPrompt (character, character)
|
Searches for a InputPrompt in the collection
|
|
|
|
Consultingwerk.Framework.MessageInteraction.MessageReplyEnum GetInputPromptReply (character, character)
|
Gets the answer for an existing InputPrompt
|
|
|
|
Consultingwerk.Framework.MessageInteraction.ListInputPrompt GetInputPromptsByMessageContext (character)
|
Returns a list of InputPrompts from this list with the
matching MessageContext value
|
|
|
|
Consultingwerk.JsonSerializable GetInputPromptValueObject (character, character)
|
Gets the ValueObject for an existing InputPrompt
|
|
|
|
Consultingwerk.Framework.MessageInteraction.InputPrompt GetItem (integer)
|
Retrieves an item from the generic List
|
|
|
|
LOGICAL HasUnansweredInputPrompt ()
|
Checks if the List of InputPrompts contains an unanswered InputPrompt
|
|
|
|
LOGICAL IsEmpty ()
|
Returns if the List is empty
|
|
|
|
Consultingwerk.Framework.MessageInteraction.InputPrompt Replace (InputPrompt, InputPrompt)
|
Replaces an item in the generic List
|
|
|
|
LOGICAL SetInputPromptReply (character, character, MessageReplyEnum)
|
Sets the answer for an existing InputPrompt
|
|
|
|
Consultingwerk.Framework.MessageInteraction.InputPrompt ToArray ()
|
Returns an Array with the elements of the List
|