Interface: OutboundCallAnalyticsSummary
Defined in: packages/sdk/src/types/generated/communication.ts:399
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:405
canViewRaw?
optionalcanViewRaw:boolean
Defined in: packages/sdk/src/types/generated/communication.ts:409
duration
duration:
DurationStats
Defined in: packages/sdk/src/types/generated/communication.ts:406
filterOptions
filterOptions:
OutboundCallAnalyticsFilterOptions
Defined in: packages/sdk/src/types/generated/communication.ts:408
messageCounts
messageCounts:
MessageCountStats
Defined in: packages/sdk/src/types/generated/communication.ts:407
phoneNumberId
phoneNumberId:
number
Defined in: packages/sdk/src/types/generated/communication.ts:400
reportPeriodEnd
reportPeriodEnd:
string
Defined in: packages/sdk/src/types/generated/communication.ts:402
reportPeriodStart
reportPeriodStart:
string
Defined in: packages/sdk/src/types/generated/communication.ts:401
terminationReasonDistribution
terminationReasonDistribution:
DistributionBucket[]
Defined in: packages/sdk/src/types/generated/communication.ts:404
totalCalls
totalCalls:
number
Defined in: packages/sdk/src/types/generated/communication.ts:403