AWSTranscribeUpdateCallAnalyticsCategoryResponse
Objective-C
@interface AWSTranscribeUpdateCallAnalyticsCategoryResponse
Swift
class AWSTranscribeUpdateCallAnalyticsCategoryResponse
-
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory
request.Declaration
Objective-C
@property (nonatomic, strong) AWSTranscribeCategoryProperties *_Nullable categoryProperties;
Swift
var categoryProperties: AWSTranscribeCategoryProperties? { get set }