File size: 1,168 Bytes
0827183
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

# User memory scope root path.
# <remarks>This property is deprecated, use ScopePath.User instead.</remarks>
USER = "user"

# Conversation memory scope root path.
# <remarks>This property is deprecated, use ScopePath.Conversation instead.</remark
CONVERSATION = "conversation"

# Dialog memory scope root path.
# <remarks>This property is deprecated, use ScopePath.Dialog instead.</remark
DIALOG = "dialog"

# DialogClass memory scope root path.
# <remarks>This property is deprecated, use ScopePath.DialogClass instead.</remark
DIALOG_CLASS = "dialogclass"

# This memory scope root path.
# <remarks>This property is deprecated, use ScopePath.This instead.</remark
THIS = "this"

# Class memory scope root path.
# <remarks>This property is deprecated, use ScopePath.Class instead.</remarks>
CLASS = "class"

# Settings memory scope root path.
# <remarks>This property is deprecated, use ScopePath.Settings instead.</remarks>

SETTINGS = "settings"

# Turn memory scope root path.
# <remarks>This property is deprecated, use ScopePath.Turn instead.</remarks>
TURN = "turn"