EntityAssignments Class
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.
Tracks entity related events to surface.
public class EntityAssignments
type EntityAssignments = class
Public Class EntityAssignments
- Inheritance
-
EntityAssignments
Remarks
When processing entities possible ambiguities are identified and when resolved they turn into assign events. This tracking persists across multiple input utterances.
Constructors
EntityAssignments() |
Properties
Assignments |
Gets or sets the queue of pending entity assignments. |
Methods
Dequeue(ActionContext) |
Remove the current event and update the memory. |
NextAssignment() |
Return the next entity event to surface. |
Read(ActionContext) |
Read entity event queue from memory. |
Write(ActionContext) |
Write state into memory. |