Class AgentSaveData.PersonalizationItem
Inheritance
AgentSaveData.PersonalizationItem
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class AgentSaveData.PersonalizationItem
Constructors
|
Edit this page
View Source
PersonalizationItem()
Declaration
public PersonalizationItem()
|
Edit this page
View Source
PersonalizationItem(string, string, float, string)
Declaration
public PersonalizationItem(string key, string value, float confidence = 1, string sourceMessageId = null)
Parameters
Properties
|
Edit this page
View Source
Confidence
Declaration
[JsonProperty("confidence")]
public float Confidence { get; set; }
Property Value
|
Edit this page
View Source
Key
Declaration
[JsonProperty("key")]
public string Key { get; set; }
Property Value
|
Edit this page
View Source
SourceMessageId
Declaration
[JsonProperty("source_message_id")]
public string SourceMessageId { get; set; }
Property Value
|
Edit this page
View Source
UpdatedAtUnix
Declaration
[JsonProperty("updated_at_unix")]
public long UpdatedAtUnix { get; set; }
Property Value
|
Edit this page
View Source
Value
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Methods
|
Edit this page
View Source
TouchUpdatedAt()
Declaration
public void TouchUpdatedAt()
Extension Methods