Interface CallAnalyticsTranscriptResultStream
-
- All Superinterfaces:
SdkPojo
- All Known Implementing Classes:
CategoryEvent,DefaultCategoryEvent,DefaultUtteranceEvent,UtteranceEvent
@Generated("software.amazon.awssdk:codegen") public interface CallAnalyticsTranscriptResultStream extends SdkPojo
Base interface for all event types in CallAnalyticsTranscriptResultStream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCallAnalyticsTranscriptResultStream.EventTypeThe known possible types of events forCallAnalyticsTranscriptResultStream.
-
Field Summary
Fields Modifier and Type Field Description static CallAnalyticsTranscriptResultStreamUNKNOWNSpecial type ofCallAnalyticsTranscriptResultStreamfor unknown types of events that this version of the SDK does not know about
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaccept(StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofCallAnalyticsTranscriptResultStream.static CategoryEvent.BuildercategoryEventBuilder()Create a builder for theCategoryEventevent type for this stream.default CallAnalyticsTranscriptResultStream.EventTypesdkEventType()The type of this event.static UtteranceEvent.BuilderutteranceEventBuilder()Create a builder for theUtteranceEventevent type for this stream.-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Field Detail
-
UNKNOWN
static final CallAnalyticsTranscriptResultStream UNKNOWN
Special type ofCallAnalyticsTranscriptResultStreamfor unknown types of events that this version of the SDK does not know about
-
-
Method Detail
-
utteranceEventBuilder
static UtteranceEvent.Builder utteranceEventBuilder()
Create a builder for theUtteranceEventevent type for this stream.
-
categoryEventBuilder
static CategoryEvent.Builder categoryEventBuilder()
Create a builder for theCategoryEventevent type for this stream.
-
sdkEventType
default CallAnalyticsTranscriptResultStream.EventType sdkEventType()
The type of this event. Corresponds to the:event-typeheader on the Message.
-
accept
void accept(StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor visitor)
Calls the appropriate visit method depending on the subtype ofCallAnalyticsTranscriptResultStream.- Parameters:
visitor- Visitor to invoke.
-
-