Class CfnPromptVersionPropsMixin.PromptAgentResourceProperty
Contains specifications for an Amazon Bedrock agent with which to use the prompt.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPromptVersionPropsMixin.PromptAgentResourceProperty : CfnPromptVersionPropsMixin.IPromptAgentResourceProperty
Syntax (vb)
Public Class CfnPromptVersionPropsMixin.PromptAgentResourceProperty Implements 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
Constructors
| PromptAgentResourceProperty() | Contains specifications for an Amazon Bedrock agent with which to use the prompt. |
Properties
| AgentIdentifier | The ARN of the agent with which to use the prompt. |
Constructors
PromptAgentResourceProperty()
Contains specifications for an Amazon Bedrock agent with which to use the prompt.
public PromptAgentResourceProperty()
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"
};
Properties
AgentIdentifier
The ARN of the agent with which to use the prompt.
public string? AgentIdentifier { get; set; }