@Generated(value="software.amazon.awssdk:codegen") public static interface StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor
CallAnalyticsTranscriptResultStream.| Modifier and Type | Interface and Description |
|---|---|
static interface |
StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor.Builder
|
| Modifier and Type | Method and Description |
|---|---|
static StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor.Builder |
builder() |
default void |
visitCategoryEvent(CategoryEvent event)
Invoked when a
CategoryEvent is encountered. |
default void |
visitDefault(CallAnalyticsTranscriptResultStream event)
A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.
|
default void |
visitUtteranceEvent(UtteranceEvent event)
Invoked when a
UtteranceEvent is encountered. |
static StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor.Builder builder()
default void visitDefault(CallAnalyticsTranscriptResultStream event)
CallAnalyticsTranscriptResultStream. These events can be processed by upgrading the SDK.CallAnalyticsTranscriptResultStream.event - The event that was not handled by a more-specific "visit" method.default void visitUtteranceEvent(UtteranceEvent event)
UtteranceEvent is encountered. If this is not overridden, the event will be given to
visitDefault(CallAnalyticsTranscriptResultStream).event - Event being visiteddefault void visitCategoryEvent(CategoryEvent event)
CategoryEvent is encountered. If this is not overridden, the event will be given to
visitDefault(CallAnalyticsTranscriptResultStream).event - Event being visitedCopyright © 2023. All rights reserved.