AWS SDK Version 3 for .NET
API Reference

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.

Container for the parameters to the RetrieveAndGenerate operation. Queries a knowledge base and generates responses based on the retrieved results. The response only cites sources that are relevant to the query.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.BedrockAgentRuntime.AmazonBedrockAgentRuntimeRequest
      Amazon.BedrockAgentRuntime.Model.RetrieveAndGenerateRequest

Namespace: Amazon.BedrockAgentRuntime.Model
Assembly: AWSSDK.BedrockAgentRuntime.dll
Version: 3.x.y.z

Syntax

C#
public class RetrieveAndGenerateRequest : AmazonBedrockAgentRuntimeRequest
         IAmazonWebServiceRequest

The RetrieveAndGenerateRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Input Amazon.BedrockAgentRuntime.Model.RetrieveAndGenerateInput

Gets and sets the property Input.

Contains the query to be made to the knowledge base.

Public Property RetrieveAndGenerateConfiguration Amazon.BedrockAgentRuntime.Model.RetrieveAndGenerateConfiguration

Gets and sets the property RetrieveAndGenerateConfiguration.

Contains configurations for the knowledge base query and retrieval process. For more information, see Query configurations.

Public Property SessionConfiguration Amazon.BedrockAgentRuntime.Model.RetrieveAndGenerateSessionConfiguration

Gets and sets the property SessionConfiguration.

Contains details about the session with the knowledge base.

Public Property SessionId System.String

Gets and sets the property SessionId.

The unique identifier of the session. When you first make a RetrieveAndGenerate request, Amazon Bedrock automatically generates this value. You must reuse this value for all subsequent requests in the same conversational session. This value allows Amazon Bedrock to maintain context and knowledge from previous interactions. You can't explicitly set the sessionId yourself.

Version Information

.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