Type Alias FormattedInAppMetricRecord

type FormattedInAppMetricRecord = {
    appId: string;
    creationTime: string;
    definition: FormattedInAppMetricDefinition;
    id: string;
    links: { self?: discoveryAgent.adaptiveCards.Href };
    status: StatusEnum;
    tenantId: string;
    updateTime: string;
    userId: string;
}
Index
appId: string

The ID of the app.

creationTime: string

The time when the in-app metric was created.

id: string

The ID of the in-app metric in the database.

status: StatusEnum

Status of the in app metrics (0 - inactive, 1 - active).

tenantId: string

The ID of the tenant who owns the in-app metric.

updateTime: string

The time when the in-app metric was last updated.

userId: string

The ID of the user who created the in-app-metric.