Class: Aws::BedrockAgent::Types::PromptAgentResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::PromptAgentResource
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Contains specifications for an Amazon Bedrock agent with which to use the prompt. For more information, see Create a prompt using Prompt management and Automate tasks in your application using conversational agents.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_identifier ⇒ String
The ARN of the agent with which to use the prompt.
Instance Attribute Details
#agent_identifier ⇒ String
The ARN of the agent with which to use the prompt.
7084 7085 7086 7087 7088 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7084 class PromptAgentResource < Struct.new( :agent_identifier) SENSITIVE = [] include Aws::Structure end |