AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains information about a chunk of text from a data source in the knowledge base. If the result is from a structured data source, the cell in the database and the type of the value is also identified.
This data type is used in the following API operations:
Retrieve
response – in the content field
RetrieveAndGenerate
response – in the content field
InvokeAgent
response – in the content field
Namespace: Amazon.BedrockAgentRuntime.Model
Assembly: AWSSDK.BedrockAgentRuntime.dll
Version: 3.x.y.z
public class RetrievalResultContent
The RetrievalResultContent type exposes the following members
| Name | Description | |
|---|---|---|
|
RetrievalResultContent() |
| Name | Type | Description | |
|---|---|---|---|
|
Audio | Amazon.BedrockAgentRuntime.Model.AudioSegment |
Gets and sets the property Audio. Audio segment information when the retrieval result contains audio content. |
|
ByteContent | System.String |
Gets and sets the property ByteContent.
A data URI with base64-encoded content from the data source. The URI is in the following
format: returned in the following format: |
|
Row | System.Collections.Generic.List<Amazon.BedrockAgentRuntime.Model.RetrievalResultContentColumn> |
Gets and sets the property Row. Specifies information about the rows with the cells to return in retrieval. |
|
Text | System.String |
Gets and sets the property Text. The cited text from the data source. |
|
Type | Amazon.BedrockAgentRuntime.RetrievalResultContentType |
Gets and sets the property Type. The type of content in the retrieval result. |
|
Video | Amazon.BedrockAgentRuntime.Model.VideoSegment |
Gets and sets the property Video. Video segment information when the retrieval result contains video content. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5