| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
TextResponsePart |
TextResponsePart.clone() |
TextResponsePart |
GeneratedResponsePart.getTextResponsePart()
Contains metadata about a textual part of the generated response that is accompanied by a citation.
|
TextResponsePart |
TextResponsePart.withSpan(Span span)
Contains information about where the text with a citation begins and ends in the generated output.
|
TextResponsePart |
TextResponsePart.withText(String text)
The part of the generated text that contains a citation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedResponsePart.setTextResponsePart(TextResponsePart textResponsePart)
Contains metadata about a textual part of the generated response that is accompanied by a citation.
|
GeneratedResponsePart |
GeneratedResponsePart.withTextResponsePart(TextResponsePart textResponsePart)
Contains metadata about a textual part of the generated response that is accompanied by a citation.
|
Copyright © 2024. All rights reserved.