Caution:

ResponseContext is an internal entity and should not be used on its own.

BASE ResponseContext

KeyValues

Response Contexts <string>

Response system context(s) for this entity. Format should be: 'key:value,key2:value2,etc'. When this entity speaks, the list of keys & values will be passed to the response rules system.

Inputs

AddContext <string>

Adds a context to this entity's list of response contexts. The format should be 'key:value'.

RemoveContext <string>

Remove a context from this entity's list of response contexts. The name should match the 'key' of a previously added context.

ClearContext <void>

Removes all contexts in this entity's list of response contexts.