ScopePath class
Defines paths for the available scopes.
Properties
class | Class memory scope root path. |
conversation | Conversation memory scope root path. |
dialog | Dialog memory scope root path. |
dialog |
DialogClass memory scope root path. |
dialog |
DialogContext memory scope root path. |
settings | Settings memory scope root path. |
this | This memory scope root path. |
turn | Turn memory scope root path. |
user | User memory scope root path. |
Property Details
class
Class memory scope root path.
static class: "class" = "class"
Property Value
"class"
conversation
Conversation memory scope root path.
static conversation: "conversation" = "conversation"
Property Value
"conversation"
dialog
Dialog memory scope root path.
static dialog: "dialog" = "dialog"
Property Value
"dialog"
dialogClass
DialogClass memory scope root path.
static dialogClass: "dialogClass" = "dialogClass"
Property Value
"dialogClass"
dialogContext
DialogContext memory scope root path.
static dialogContext: "dialogContext" = "dialogContext"
Property Value
"dialogContext"
settings
Settings memory scope root path.
static settings: "settings" = "settings"
Property Value
"settings"
this
This memory scope root path.
static this: "this" = "this"
Property Value
"this"
turn
Turn memory scope root path.
static turn: "turn" = "turn"
Property Value
"turn"
user
User memory scope root path.
static user: "user" = "user"
Property Value
"user"