ScopePath class
Defines paths for the available scopes.
Properties
| class | Path for class-specific data. |
| conversation | Path for conversation-specific data. |
| dialog | Path for dialog-specific data. |
| dialog |
Path for dialog class-specific data. |
| dialog |
Path for dialog context-specific data. |
| settings | Path for settings-specific data. |
| this | Path for the current dialog instance data. |
| turn | Path for turn-specific data. |
| user | Path for user-specific data. |
Property Details
class
Path for class-specific data.
static class: "class" = "class"
Property Value
"class"
conversation
Path for conversation-specific data.
static conversation: "conversation" = "conversation"
Property Value
"conversation"
dialog
Path for dialog-specific data.
static dialog: "dialog" = "dialog"
Property Value
"dialog"
dialogClass
Path for dialog class-specific data.
static dialogClass: "dialogClass" = "dialogClass"
Property Value
"dialogClass"
dialogContext
Path for dialog context-specific data.
static dialogContext: "dialogContext" = "dialogContext"
Property Value
"dialogContext"
settings
Path for settings-specific data.
static settings: "settings" = "settings"
Property Value
"settings"
this
Path for the current dialog instance data.
static this: "this" = "this"
Property Value
"this"
turn
Path for turn-specific data.
static turn: "turn" = "turn"
Property Value
"turn"
user
Path for user-specific data.
static user: "user" = "user"
Property Value
"user"