Uses of Class
software.amazon.awssdk.services.qbusiness.model.TextSegment
-
Packages that use TextSegment Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of TextSegment in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type TextSegment Modifier and Type Method Description List<TextSegment>SourceAttribution. textMessageSegments()A text extract from a source document that is used for source attribution.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type TextSegment Modifier and Type Method Description SourceAttribution.BuilderSourceAttribution.Builder. textMessageSegments(TextSegment... textMessageSegments)A text extract from a source document that is used for source attribution.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type TextSegment Modifier and Type Method Description SourceAttribution.BuilderSourceAttribution.Builder. textMessageSegments(Collection<TextSegment> textMessageSegments)A text extract from a source document that is used for source attribution.
-