Uses of Class
com.mypurecloud.sdk.v2.model.NluUtteranceSegment
Packages that use NluUtteranceSegment
-
Uses of NluUtteranceSegment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NluUtteranceSegmentModifier and TypeMethodDescriptionNluUtteranceSegment.entity(NamedEntityAnnotation entity) The entity annotation of the segment.The text of the segment.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type NluUtteranceSegmentMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type NluUtteranceSegmentModifier and TypeMethodDescriptionNluUtterance.segments(List<NluUtteranceSegment> segments) The list of segments that that constitute this utterance for the given intent.voidNluUtterance.setSegments(List<NluUtteranceSegment> segments)