Show / Hide Table of Contents

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-promptversion-promptagentresource.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-promptversion-promptagentresource.html#cfn-bedrock-promptversion-promptagentresource-agentidentifier

Back to top Generated by DocFX