Options
All
  • Public
  • Public/Protected
  • All
Menu

Module metrics

Index

Type aliases

Metric

Metric: "uniqueCustomers" | "totalEnablements" | "totalUtterances" | "successfulUtterances" | "failedUtterances" | "totalSessions" | "successfulSessions" | "incompleteSessions" | "userEndedSessions" | "skillEndedSessions"

A distinct set of logic which predictably returns a set of data.

enum

Period

Period: "SINGLE" | "PT15M" | "PT1H" | "P1D"

The aggregation period to use when retrieving the metric, follows ISO_8601#Durations format.

enum

SkillType

SkillType: "custom" | "smartHome" | "flashBriefing"

The type of the skill (custom, smartHome and flashBriefing).

enum

StageForMetric

StageForMetric: "live" | "development"

The stage of the skill (live, development).

enum