Search Results for

    Show / Hide Table of Contents

    Class AgentSaveData.PersonalizationItem

    Inheritance
    object
    AgentSaveData.PersonalizationItem
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Agents
    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
    Type Name Description
    string key
    string value
    float confidence
    string sourceMessageId

    Properties

    | Edit this page View Source

    Confidence

    Declaration
    [JsonProperty("confidence")]
    public float Confidence { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    Key

    Declaration
    [JsonProperty("key")]
    public string Key { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SourceMessageId

    Declaration
    [JsonProperty("source_message_id")]
    public string SourceMessageId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UpdatedAtUnix

    Declaration
    [JsonProperty("updated_at_unix")]
    public long UpdatedAtUnix { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Value

    Declaration
    [JsonProperty("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    TouchUpdatedAt()

    Declaration
    public void TouchUpdatedAt()

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation