-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSpydazWebAI_Class_IntelligentAgent.xml
More file actions
313 lines (313 loc) · 15.4 KB
/
SpydazWebAI_Class_IntelligentAgent.xml
File metadata and controls
313 lines (313 loc) · 15.4 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<?xml version="1.0"?>
<!--
Generated by VSdocman, see http://www.helixoft.com
-->
<doc>
<assembly>
<name>SpydazWebAI_Class_IntelligentAgent</name>
</assembly>
<members>
<member name="N:SpydazWebAI_IntelligentAgent.AI_AGENT">
</member>
<member name="N:SpydazWebAI_IntelligentAgent.AI_AGENT.Clients">
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.Clients.InteractiveConsumer">
<summary>
THis Class Enables for a Consumer of the Intelligent Agent Class To Interact With the Agent By Sending a UserInput to the Agent On Receipt of the Response It can be republished for use.</summary>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Clients.InteractiveConsumer.PublishResponse(System.String@)">
<summary>
Data Received from the Agent is Sent to this sub to be handled</summary>
<param name="Response">
</param>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Clients.InteractiveConsumer.PublishUserInput(System.String@)">
<summary>
UserInput Received from the Agent is sent to this sub to be handled</summary>
<param name="UserInput">
</param>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Clients.InteractiveConsumer.ResponseRecieved(System.String)">
<summary>
Handles Responses From the IntelligentAgent Class</summary>
<param name="Response">
</param>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Clients.InteractiveConsumer.SendUserInput(System.String@)">
<summary>
Sends UserInput to the Intelligent Agent</summary>
<param name="UserInputStr">
</param>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.Clients.Subscriber">
<summary>
This Class Enables for Userinput updates and Response Updates Published by the intelligent agent To be Displayed or Republished for display or use</summary>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Clients.Subscriber.PublishResponse(System.String@)">
<param name="Response">
</param>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Clients.Subscriber.PublishUserInput(System.String@)">
<param name="UserInput">
</param>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Clients.Subscriber.UpdateInput(System.String)">
<summary>
This is the channel to receive data from the publisher this variable needs to match the data being updated from the publisher Inputs received to the Agent will be sent to subscribers</summary>
<param name="Data">
</param>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Clients.Subscriber.UpdateResponse(System.String)">
<summary>
This is the channel to receive data from the publisher this variable needs to match the data being updated from the publisher Responses Generated by the Agent will be sent to subscribers</summary>
<param name="Data">
</param>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.Artificial_Intelligence_Brain">
<summary>
MAIN BRAIN RESPONSE Needs to be OverWritten</summary>
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.Artificial_Intelligence_Brain.Response">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Artificial_Intelligence_Brain.#ctor(System.String@)">
<param name="UserInput">
</param>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices">
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.InputDevice">
<summary>
Allows For input devices to be attached to the Intelligent Agent</summary>
</member>
<member name="E:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.InputDevice.SensorTextRecieved">
<summary>
Occurs when Text is populated.</summary>
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.InputDevice.Activated">
<summary>
Gets a value indicating whether Sensor is activated to allow output.</summary>
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.InputDevice.Name">
<summary>
Gets Identification.</summary>
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.InputDevice.RecievedText">
<summary>
Gets TextRecived held in Class.</summary>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.InputDevice.Activate">
<summary>
Activates Sensor</summary>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.InputDevice.Deactivate">
<summary>
Deactivates sensor</summary>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.IntelligentAgentResponseObserver">
<summary>
Abstract Class: Publisher / Subscriber DesignPattern This allows for clients to register to receive Response Updates from the Agentmodel subscribers implement this interface to receive notifications from the publisher</summary>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.IntelligentAgentResponseObserver.UpdateInput(System.String)">
<summary>
This is the channel to receive data from the publisher this variable needs to match the data being updated from the publisher Inputs received to the Agent will be sent to subscribers</summary>
<param name="Data">
</param>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.IntelligentAgentResponseObserver.UpdateResponse(System.String)">
<summary>
This is the channel to receive data from the publisher this variable needs to match the data being updated from the publisher Responses Generated by the Agent will be sent to subscribers</summary>
<param name="Data">
</param>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.OutputDevice">
<summary>
Allows for Output devices to be attached to the Class</summary>
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.OutputDevice.Loaded">
<summary>
Gets a value indicating whether The device is loaded as an output device.</summary>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.OutputDevice.EffectActuators(System.String@)">
<summary>
Activates all actuators</summary>
<param name="Text">
</param>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.OutputDevice.load">
<summary>
Loads the device</summary>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.OutputDevice.Unload">
<summary>
Unloads the device</summary>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent">
<summary>
This Class Enables for Subscribers to receive Updates from the class Inputs received from sensors and Response generated From evaluation Process 1. On Sensor input (Environment.Sensors) 2. Check Rules (Evaluate) 3. Effect Actuators (Environment.Actuators) This Class Can be used as a foundation For Creating Artificial intelligent Interfaces</summary>
</member>
<member name="E:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.AgentResponded">
</member>
<member name="E:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.SensorTextRecieved">
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.AttachedInputDevices">
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.AttachedOutputDevices">
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.InputDevicesLoaded">
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.OutputDevicesLoaded">
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.SensorText">
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.SpeechLoaded">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.#ctor">
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment">
<summary>
Interactions with the environmental Products</summary>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Actuators">
<summary>
Actions to be performed in the environment</summary>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Actuators.Actions">
<summary>
Actions can be modeled from this class</summary>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Actuators.Actions.ComputerSpeechOut">
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Actuators.Actions.ComputerSpeechOut.Req">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Actuators.Actions.ComputerSpeechOut.Activate">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Actuators.Actions.ComputerSpeechOut.DeActivate">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Actuators.Actions.ComputerSpeechOut.SpeakText(System.String@)">
<param name="Txt">
</param>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Sensors">
<summary>
Receives Signals from outside sensors, To send input a reference to the instance of the agent model sensor class for each sensor in the class new sensors can be created by shadowing this class</summary>
</member>
<member name="E:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Sensors.SensorsRecievedText">
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Sensors.SensorText">
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Sensors.SpeechRecognitionEnabled">
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Sensors.SpeechSensor">
</member>
<member name="E:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Sensors.SpeechSensor.OutputTextChanged">
<summary>
Speech Sensor received text</summary>
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Sensors.SpeechSensor.RecievedText">
<summary>
Text received</summary>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Sensors.SpeechSensor.#ctor">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Sensors.SpeechSensor.SpeakText(System.String@)">
<summary>
Outputs Speech to Sensor</summary>
<param name="NewText">
</param>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Sensors.TextSensor">
</member>
<member name="E:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Sensors.TextSensor.TextRecieved">
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Sensors.TextSensor.SensorText">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Environment.Sensors.InputText(System.String@)">
<summary>
Enables for Manual TextInput</summary>
<param name="InputStr">
</param>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Evaluate">
<summary>
Evaluate sensor information , Return action to be completed evaluation has target goals as well as preset goals percepts are potentially allowable tolerance levels</summary>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Evaluate.Goals">
<summary>
Goals can be modeled using this class Agent Goals</summary>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Evaluate.Goals.Responder">
<summary>
Generates Response Based on GetResponseFunction</summary>
</member>
<member name="E:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Evaluate.Goals.Responder.ResponseFound">
</member>
<member name="P:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Evaluate.Goals.Responder.Response">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Evaluate.Goals.Responder.GetResponse(System.String@)">
<summary>
Brain Function: Provides an Output in xResponse and Response in Class And Raises Event ResponseFound</summary>
<param name="UserInput">
</param>
</member>
<member name="T:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.Evaluate.Percepts">
<summary>
Percepts can be modeled from this class Comparative Sensor Markers/Milestones; Analysis of input data to produce Results to be evaluated or displayed.</summary>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.ActivateInputDevices">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.AddInputDevice(SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.InputDevice@)">
<param name="NewDevice">
</param>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.AddOutputDevice(SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.OutputDevice@)">
<param name="mDevice">
</param>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.DeActivateInputDevices">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.DisableSpeechReco">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.EffectActuatorsActivateSpeech">
<summary>
Activates speech</summary>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.EffectActuatorsDeActivateSpeech">
<summary>
DeActivates Speech</summary>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.EffectActuatorsSpeech(System.String@)">
<summary>
Must be activated</summary>
<param name="InputStr">
</param>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.EnableSpeechReco">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.InputText(System.String@)">
<summary>
Activates TextSensor</summary>
<param name="InputStr">
</param>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.LoadOutputDevices">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.RegisterResponseObserver(SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.IntelligentAgentResponseObserver)">
<param name="mObserver">
</param>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.RemoveResponseObserver(SpydazWebAI_IntelligentAgent.AI_AGENT.Devices.IntelligentAgentResponseObserver)">
<param name="mObserver">
</param>
</member>
<member name="M:SpydazWebAI_IntelligentAgent.AI_AGENT.IntelligentAgent.UnloadOutputDevices">
</member>
<member name="T:SpydazWebAI_IntelligentAgent.Ext">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.Ext.GetSource">
</member>
<member name="M:SpydazWebAI_IntelligentAgent.Ext.GetInfo">
</member>
<member name="N:SpydazWebAI_IntelligentAgent">
</member>
</members>
</doc>