UpdateCallAnalyticsCategory
Source:
src/AWS/Transcribe/UpdateCallAnalyticsCategory.ts
Runtime binding for transcribe:UpdateCallAnalyticsCategory — replace a Call Analytics category’s rules.
Amazon Transcribe batch actions have no resource-level IAM; the host is
granted transcribe:UpdateCallAnalyticsCategory on *.
Call Analytics Categories
Section titled “Call Analytics Categories”// initconst updateCallAnalyticsCategory = yield* AWS.Transcribe.UpdateCallAnalyticsCategory();
// runtimeyield* updateCallAnalyticsCategory({ CategoryName: "long-silence", Rules: [{ NonTalkTimeFilter: { Threshold: 60000 } }],});