Interface: OutboundCallAnalyticsSummary
Defined in: packages/sdk/src/types/generated/communication.ts:409
Always-anonymized summary panel for one phone number's outbound calls.
Carries no row-level PHI: only aggregate counts, distributions, and
percentiles. canViewRaw tells the UI whether to offer the gated
raw-PHI toggle; the summary itself never has a raw mode.
Properties
answeredByDistribution
answeredByDistribution:
DistributionBucket[]
Defined in: packages/sdk/src/types/generated/communication.ts:415
canViewRaw?
optionalcanViewRaw:boolean
Defined in: packages/sdk/src/types/generated/communication.ts:419
duration
duration:
DurationStats
Defined in: packages/sdk/src/types/generated/communication.ts:416
filterOptions
filterOptions:
OutboundCallAnalyticsFilterOptions
Defined in: packages/sdk/src/types/generated/communication.ts:418
messageCounts
messageCounts:
MessageCountStats
Defined in: packages/sdk/src/types/generated/communication.ts:417
phoneNumberId
phoneNumberId:
number
Defined in: packages/sdk/src/types/generated/communication.ts:410
reportPeriodEnd
reportPeriodEnd:
string
Defined in: packages/sdk/src/types/generated/communication.ts:412
reportPeriodStart
reportPeriodStart:
string
Defined in: packages/sdk/src/types/generated/communication.ts:411
terminationReasonDistribution
terminationReasonDistribution:
DistributionBucket[]
Defined in: packages/sdk/src/types/generated/communication.ts:414
totalCalls
totalCalls:
number
Defined in: packages/sdk/src/types/generated/communication.ts:413