public static interface CreateCallAnalyticsCategoryResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<CreateCallAnalyticsCategoryResponse.Builder,CreateCallAnalyticsCategoryResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCallAnalyticsCategoryResponse.Builder |
categoryProperties(CategoryProperties categoryProperties)
If your audio matches one of your categories, this field contains data on that category and its associated
rules.
|
default CreateCallAnalyticsCategoryResponse.Builder |
categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
If your audio matches one of your categories, this field contains data on that category and its associated
rules.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCallAnalyticsCategoryResponse.Builder categoryProperties(CategoryProperties categoryProperties)
If your audio matches one of your categories, this field contains data on that category and its associated
rules. This parameter shows which category is flagged (CategoryName) along with metadata for the
rules that match your audio. Metadata includes the rule filter (such as InterruptionFilter,
NonTalkTimeFilter, SentimentFilter, and TranscriptFilter) and where in
your audio (StartTime and EndTime) the rule has a match.
categoryProperties - If your audio matches one of your categories, this field contains data on that category and its
associated rules. This parameter shows which category is flagged (CategoryName) along
with metadata for the rules that match your audio. Metadata includes the rule filter (such as
InterruptionFilter, NonTalkTimeFilter, SentimentFilter, and
TranscriptFilter) and where in your audio (StartTime and
EndTime) the rule has a match.default CreateCallAnalyticsCategoryResponse.Builder categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
If your audio matches one of your categories, this field contains data on that category and its associated
rules. This parameter shows which category is flagged (CategoryName) along with metadata for the
rules that match your audio. Metadata includes the rule filter (such as InterruptionFilter,
NonTalkTimeFilter, SentimentFilter, and TranscriptFilter) and where in
your audio (StartTime and EndTime) the rule has a match.
CategoryProperties.Builder avoiding the
need to create one manually via CategoryProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to categoryProperties(CategoryProperties).categoryProperties - a consumer that will call methods on CategoryProperties.BuildercategoryProperties(CategoryProperties)Copyright © 2022. All rights reserved.