Class ForceEndUtterance.Builder
- java.lang.Object
-
- com.assemblyai.api.resources.realtime.types.ForceEndUtterance.Builder
-
- All Implemented Interfaces:
ForceEndUtterance._FinalStage,ForceEndUtterance.ForceEndUtteranceStage
- Enclosing class:
- ForceEndUtterance
public static final class ForceEndUtterance.Builder extends java.lang.Object implements ForceEndUtterance.ForceEndUtteranceStage, ForceEndUtterance._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ForceEndUtterancebuild()ForceEndUtterance._FinalStageforceEndUtterance(boolean forceEndUtterance)A boolean value to communicate that you wish to force the end of the utteranceForceEndUtterance.Builderfrom(ForceEndUtterance other)
-
-
-
Method Detail
-
from
public ForceEndUtterance.Builder from(ForceEndUtterance other)
- Specified by:
fromin interfaceForceEndUtterance.ForceEndUtteranceStage
-
forceEndUtterance
public ForceEndUtterance._FinalStage forceEndUtterance(boolean forceEndUtterance)
A boolean value to communicate that you wish to force the end of the utterance
- Specified by:
forceEndUtterancein interfaceForceEndUtterance.ForceEndUtteranceStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ForceEndUtterance build()
- Specified by:
buildin interfaceForceEndUtterance._FinalStage
-
-