Class DefaultUtteranceEvent
java.lang.Object
software.amazon.awssdk.services.transcribestreaming.model.UtteranceEvent
software.amazon.awssdk.services.transcribestreaming.model.callanalyticstranscriptresultstream.DefaultUtteranceEvent
- All Implemented Interfaces:
Serializable
,SdkPojo
,CallAnalyticsTranscriptResultStream
,ToCopyableBuilder<UtteranceEvent.Builder,
UtteranceEvent>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultUtteranceEvent
extends UtteranceEvent
A specialization of
software.amazon.awssdk.services.transcribestreaming.model.UtteranceEvent
that represents
the CallAnalyticsTranscriptResultStream$UtteranceEvent
event. Do not use this class directly. Instead, use
the static builder methods on
CallAnalyticsTranscriptResultStream
.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.transcribestreaming.model.CallAnalyticsTranscriptResultStream
CallAnalyticsTranscriptResultStream.EventType
-
Field Summary
Fields inherited from interface software.amazon.awssdk.services.transcribestreaming.model.CallAnalyticsTranscriptResultStream
UNKNOWN
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Calls the appropriate visit method depending on the subtype ofUtteranceEvent
.builder()
The type of this event.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.services.transcribestreaming.model.UtteranceEvent
beginOffsetMillis, copy, endOffsetMillis, entities, equals, equalsBySdkFields, getValueForField, hasEntities, hashCode, hasIssuesDetected, hasItems, isPartial, issuesDetected, items, participantRole, participantRoleAsString, sdkFieldNameToField, sdkFields, sentiment, sentimentAsString, serializableBuilderClass, toString, transcript, utteranceId
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<UtteranceEvent.Builder,
UtteranceEvent> - Overrides:
toBuilder
in classUtteranceEvent
- Returns:
- a builder for type T
-
builder
-
accept
Description copied from class:UtteranceEvent
Calls the appropriate visit method depending on the subtype ofUtteranceEvent
.- Specified by:
accept
in interfaceCallAnalyticsTranscriptResultStream
- Overrides:
accept
in classUtteranceEvent
- Parameters:
visitor
- Visitor to invoke.
-
sdkEventType
Description copied from interface:CallAnalyticsTranscriptResultStream
The type of this event. Corresponds to the:event-type
header on the Message.
-