@Generated(value="software.amazon.awssdk:codegen") public interface CallAnalyticsTranscriptResultStream extends SdkPojo
| Modifier and Type | Interface and Description |
|---|---|
static class |
CallAnalyticsTranscriptResultStream.EventType
The known possible types of events for
CallAnalyticsTranscriptResultStream. |
| Modifier and Type | Field and Description |
|---|---|
static CallAnalyticsTranscriptResultStream |
UNKNOWN
Special type of
CallAnalyticsTranscriptResultStream for unknown types of events that this version of the
SDK does not know about |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor visitor)
Calls the appropriate visit method depending on the subtype of
CallAnalyticsTranscriptResultStream. |
static CategoryEvent.Builder |
categoryEventBuilder()
Create a builder for the
CategoryEvent event type for this stream. |
default CallAnalyticsTranscriptResultStream.EventType |
sdkEventType()
The type of this event.
|
static UtteranceEvent.Builder |
utteranceEventBuilder()
Create a builder for the
UtteranceEvent event type for this stream. |
equalsBySdkFields, sdkFieldsstatic final CallAnalyticsTranscriptResultStream UNKNOWN
CallAnalyticsTranscriptResultStream for unknown types of events that this version of the
SDK does not know aboutstatic UtteranceEvent.Builder utteranceEventBuilder()
UtteranceEvent event type for this stream.static CategoryEvent.Builder categoryEventBuilder()
CategoryEvent event type for this stream.default CallAnalyticsTranscriptResultStream.EventType sdkEventType()
:event-type header on the Message.void accept(StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor visitor)
CallAnalyticsTranscriptResultStream.visitor - Visitor to invoke.Copyright © 2023. All rights reserved.