Interface CfnPromptVersionPropsMixin.IPromptAgentResourceProperty
Contains specifications for an Amazon Bedrock agent with which to use the prompt.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnPromptVersionPropsMixin.IPromptAgentResourceProperty
Syntax (vb)
Public Interface CfnPromptVersionPropsMixin.IPromptAgentResourceProperty
Remarks
For more information, see Create a prompt using Prompt management and Automate tasks in your application using conversational agents .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var promptAgentResourceProperty = new PromptAgentResourceProperty {
AgentIdentifier = "agentIdentifier"
};
Synopsis
Properties
| AgentIdentifier | The ARN of the agent with which to use the prompt. |
Properties
AgentIdentifier
The ARN of the agent with which to use the prompt.
string? AgentIdentifier { get; }