Uses of Class
software.amazon.awscdk.services.bedrock.alpha.ParentActionGroupSignature
Packages that use ParentActionGroupSignature
-
Uses of ParentActionGroupSignature in software.amazon.awscdk.services.bedrock.alpha
Fields in software.amazon.awscdk.services.bedrock.alpha declared as ParentActionGroupSignatureModifier and TypeFieldDescriptionstatic final ParentActionGroupSignatureParentActionGroupSignature.CODE_INTERPRETER(experimental) Signature that allows your agent to generate, run, and troubleshoot code when trying to complete a task.static final ParentActionGroupSignatureParentActionGroupSignature.USER_INPUT(experimental) Signature that allows your agent to request the user for additional information when trying to complete a task.Methods in software.amazon.awscdk.services.bedrock.alpha that return ParentActionGroupSignatureModifier and TypeMethodDescriptionAgentActionGroup.getParentActionGroupSignature()(experimental) The AWS Defined signature (if defined).default ParentActionGroupSignatureAgentActionGroupProps.getParentActionGroupSignature()(experimental) The AWS Defined signature for enabling certain capabilities in your agent.AgentActionGroupProps.Jsii$Proxy.getParentActionGroupSignature()Methods in software.amazon.awscdk.services.bedrock.alpha with parameters of type ParentActionGroupSignatureModifier and TypeMethodDescriptionAgentActionGroup.Builder.parentActionGroupSignature(ParentActionGroupSignature parentActionGroupSignature) (experimental) The AWS Defined signature for enabling certain capabilities in your agent.AgentActionGroupProps.Builder.parentActionGroupSignature(ParentActionGroupSignature parentActionGroupSignature) Sets the value ofAgentActionGroupProps.getParentActionGroupSignature()