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 ClassesModifier and TypeInterfaceDescriptionstatic enumThe known possible types of events forCallAnalyticsTranscriptResultStream. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CallAnalyticsTranscriptResultStreamSpecial type ofCallAnalyticsTranscriptResultStreamfor unknown types of events that this version of the SDK does not know about - 
Method Summary
Modifier and TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofCallAnalyticsTranscriptResultStream.static CategoryEvent.BuilderCreate a builder for theCategoryEventevent type for this stream.The type of this event.static UtteranceEvent.BuilderCreate a builder for theUtteranceEventevent type for this stream.Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Field Details
- 
UNKNOWN
Special type ofCallAnalyticsTranscriptResultStreamfor unknown types of events that this version of the SDK does not know about 
 - 
 - 
Method Details
- 
utteranceEventBuilder
Create a builder for theUtteranceEventevent type for this stream. - 
categoryEventBuilder
Create a builder for theCategoryEventevent type for this stream. - 
sdkEventType
The type of this event. Corresponds to the:event-typeheader on the Message. - 
accept
Calls the appropriate visit method depending on the subtype ofCallAnalyticsTranscriptResultStream.- Parameters:
 visitor- Visitor to invoke.
 
 -