DiscoveryModelFactory.WorkingMemoryEntry Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Working memory entry.
public static Azure.AI.Discovery.WorkingMemoryEntry WorkingMemoryEntry(string content = default, Azure.AI.Discovery.WorkingMemoryEntryType type = default, DateTimeOffset? createdAt = default);
static member WorkingMemoryEntry : string * Azure.AI.Discovery.WorkingMemoryEntryType * Nullable<DateTimeOffset> -> Azure.AI.Discovery.WorkingMemoryEntry
Public Shared Function WorkingMemoryEntry (Optional content As String = Nothing, Optional type As WorkingMemoryEntryType = Nothing, Optional createdAt As Nullable(Of DateTimeOffset) = Nothing) As WorkingMemoryEntry
Parameters
- content
- String
The content of the working memory entry.
The type of the working memory entry.
- createdAt
- Nullable<DateTimeOffset>
The timestamp when the resource was created.
Returns
A new WorkingMemoryEntry instance for mocking.