Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.TextResponsePart.Builder
-
Packages that use TextResponsePart.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of TextResponsePart.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return TextResponsePart.Builder Modifier and Type Method Description static TextResponsePart.BuilderTextResponsePart. builder()default TextResponsePart.BuilderTextResponsePart.Builder. span(Consumer<Span.Builder> span)Contains information about where the text with a citation begins and ends in the generated output.TextResponsePart.BuilderTextResponsePart.Builder. span(Span span)Contains information about where the text with a citation begins and ends in the generated output.TextResponsePart.BuilderTextResponsePart.Builder. text(String text)The part of the generated text that contains a citation.TextResponsePart.BuilderTextResponsePart. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type TextResponsePart.Builder Modifier and Type Method Description static Class<? extends TextResponsePart.Builder>TextResponsePart. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type TextResponsePart.Builder Modifier and Type Method Description default GeneratedResponsePart.BuilderGeneratedResponsePart.Builder. textResponsePart(Consumer<TextResponsePart.Builder> textResponsePart)Contains metadata about a textual part of the generated response that is accompanied by a citation.
-