EpisodeQuery Type
Query for retrieving episodes
Union cases
| Union case |
Description
|
Full Usage:
ByOutcome(success, topK)
Parameters:
bool
topK : int
|
Find episodes matching success/failure
|
Full Usage:
BySimilarity(description, topK)
Parameters:
string
topK : int
|
Find episodes similar to a description
|
Full Usage:
ByTags tags
Parameters:
string list
|
Find episodes by tags
|
|
Find episodes within a time range
|
Full Usage:
Recent count
Parameters:
int
|
Find recent episodes
|
Full Usage:
Related(episodeId, maxHops)
Parameters:
string
maxHops : int
|
Find episodes related to a specific episode
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsByOutcome
Returns: bool
|
|
Full Usage:
this.IsBySimilarity
Returns: bool
|
|
Full Usage:
this.IsByTags
Returns: bool
|
|
Full Usage:
this.IsByTimeRange
Returns: bool
|
|
Full Usage:
this.IsRecent
Returns: bool
|
|
Full Usage:
this.IsRelated
Returns: bool
|
|
Nao