Class AgentSaveData
Inheritance
AgentSaveData
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class AgentSaveData : IEvent
Properties
|
Edit this page
View Source
Chat
Declaration
[JsonProperty("chat")]
public AgentSaveData.ChatSaveData Chat { get; set; }
Property Value
|
Edit this page
View Source
Conversation
Declaration
[JsonProperty("conversation")]
public AgentSaveData.ConversationSaveData Conversation { get; set; }
Property Value
|
Edit this page
View Source
Personalization
Declaration
[JsonProperty("personalization")]
public AgentSaveData.PersonalizationSaveData Personalization { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("voice_input")]
public AgentSaveData.VoiceInputSaveData VoiceInput { get; set; }
Property Value
|
Edit this page
View Source
VoiceOutput
Declaration
[JsonProperty("voice_output")]
public AgentSaveData.VoiceOuputSaveData VoiceOutput { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetModelTracker(ModelType)
Declaration
public AgentSaveData.AIResourceTracker GetModelTracker(ModelType type)
Parameters
Returns
Implements
Extension Methods