Header menu logo Nao

IFeedbackStore Type

Persists user feedback entries.

Instance members

Instance member Description

this.GetAllAsync

Full Usage: this.GetAllAsync

Returns: Task<Feedback list>
Modifiers: abstract

Every feedback entry across all sessions — the input to cross-session aggregation.

Returns: Task<Feedback list>

this.GetForSessionAsync

Full Usage: this.GetForSessionAsync

Parameters:
    sessionId : string

Returns: Task<Feedback list>
Modifiers: abstract
sessionId : string
Returns: Task<Feedback list>

this.GetForTurnAsync

Full Usage: this.GetForTurnAsync

Parameters:
    turnId : string

Returns: Task<Feedback list>
Modifiers: abstract
turnId : string
Returns: Task<Feedback list>

this.SaveAsync

Full Usage: this.SaveAsync

Parameters:
Returns: Task
Modifiers: abstract
arg0 : Feedback
Returns: Task

Type something to start searching.