public static interface Rule.Builder extends SdkPojo, CopyableBuilder<Rule.Builder,Rule>
| Modifier and Type | Method and Description |
|---|---|
default Rule.Builder |
interruptionFilter(Consumer<InterruptionFilter.Builder> interruptionFilter)
Flag the presence or absence of interruptions in your Call Analytics transcription output.
|
Rule.Builder |
interruptionFilter(InterruptionFilter interruptionFilter)
Flag the presence or absence of interruptions in your Call Analytics transcription output.
|
default Rule.Builder |
nonTalkTimeFilter(Consumer<NonTalkTimeFilter.Builder> nonTalkTimeFilter)
Flag the presence or absence of periods of silence in your Call Analytics transcription output.
|
Rule.Builder |
nonTalkTimeFilter(NonTalkTimeFilter nonTalkTimeFilter)
Flag the presence or absence of periods of silence in your Call Analytics transcription output.
|
default Rule.Builder |
sentimentFilter(Consumer<SentimentFilter.Builder> sentimentFilter)
Flag the presence or absence of specific sentiments in your Call Analytics transcription output.
|
Rule.Builder |
sentimentFilter(SentimentFilter sentimentFilter)
Flag the presence or absence of specific sentiments in your Call Analytics transcription output.
|
default Rule.Builder |
transcriptFilter(Consumer<TranscriptFilter.Builder> transcriptFilter)
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output.
|
Rule.Builder |
transcriptFilter(TranscriptFilter transcriptFilter)
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRule.Builder nonTalkTimeFilter(NonTalkTimeFilter nonTalkTimeFilter)
Flag the presence or absence of periods of silence in your Call Analytics transcription output. Refer to for more detail.
nonTalkTimeFilter - Flag the presence or absence of periods of silence in your Call Analytics transcription output. Refer
to for more detail.default Rule.Builder nonTalkTimeFilter(Consumer<NonTalkTimeFilter.Builder> nonTalkTimeFilter)
Flag the presence or absence of periods of silence in your Call Analytics transcription output. Refer to for more detail.
This is a convenience method that creates an instance of theNonTalkTimeFilter.Builder avoiding the
need to create one manually via NonTalkTimeFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to nonTalkTimeFilter(NonTalkTimeFilter).
nonTalkTimeFilter - a consumer that will call methods on NonTalkTimeFilter.BuildernonTalkTimeFilter(NonTalkTimeFilter)Rule.Builder interruptionFilter(InterruptionFilter interruptionFilter)
Flag the presence or absence of interruptions in your Call Analytics transcription output. Refer to for more detail.
interruptionFilter - Flag the presence or absence of interruptions in your Call Analytics transcription output. Refer to
for more detail.default Rule.Builder interruptionFilter(Consumer<InterruptionFilter.Builder> interruptionFilter)
Flag the presence or absence of interruptions in your Call Analytics transcription output. Refer to for more detail.
This is a convenience method that creates an instance of theInterruptionFilter.Builder avoiding the
need to create one manually via InterruptionFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to interruptionFilter(InterruptionFilter).
interruptionFilter - a consumer that will call methods on InterruptionFilter.BuilderinterruptionFilter(InterruptionFilter)Rule.Builder transcriptFilter(TranscriptFilter transcriptFilter)
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output. Refer to for more detail.
transcriptFilter - Flag the presence or absence of specific words or phrases in your Call Analytics transcription output.
Refer to for more detail.default Rule.Builder transcriptFilter(Consumer<TranscriptFilter.Builder> transcriptFilter)
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output. Refer to for more detail.
This is a convenience method that creates an instance of theTranscriptFilter.Builder avoiding the
need to create one manually via TranscriptFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to transcriptFilter(TranscriptFilter).
transcriptFilter - a consumer that will call methods on TranscriptFilter.BuildertranscriptFilter(TranscriptFilter)Rule.Builder sentimentFilter(SentimentFilter sentimentFilter)
Flag the presence or absence of specific sentiments in your Call Analytics transcription output. Refer to for more detail.
sentimentFilter - Flag the presence or absence of specific sentiments in your Call Analytics transcription output. Refer
to for more detail.default Rule.Builder sentimentFilter(Consumer<SentimentFilter.Builder> sentimentFilter)
Flag the presence or absence of specific sentiments in your Call Analytics transcription output. Refer to for more detail.
This is a convenience method that creates an instance of theSentimentFilter.Builder avoiding the
need to create one manually via SentimentFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sentimentFilter(SentimentFilter).
sentimentFilter - a consumer that will call methods on SentimentFilter.BuildersentimentFilter(SentimentFilter)Copyright © 2022. All rights reserved.