Share via


MemoryItemKind Struct

Definition

Memory item kind.

public readonly struct MemoryItemKind : IEquatable<Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryItemKind>
type MemoryItemKind = struct
Public Structure MemoryItemKind
Implements IEquatable(Of MemoryItemKind)
Inheritance
MemoryItemKind
Implements

Constructors

Name Description
MemoryItemKind(String)

Initializes a new instance of MemoryItemKind.

Properties

Name Description
ChatSummary

Summary of chat conversations.

UserProfile

User profile information extracted from conversations.

Methods

Name Description
Equals(MemoryItemKind)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(MemoryItemKind, MemoryItemKind)

Determines if two MemoryItemKind values are the same.

Implicit(String to MemoryItemKind)

Converts a String to a MemoryItemKind.

Inequality(MemoryItemKind, MemoryItemKind)

Determines if two MemoryItemKind values are not the same.

Applies to