Class AgentCollaboratorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.alpha.AgentCollaboratorProps.Jsii$Proxy
- All Implemented Interfaces:
AgentCollaboratorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AgentCollaboratorProps
@Stability(Experimental)
@Internal
public static final class AgentCollaboratorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AgentCollaboratorProps
An implementation for
AgentCollaboratorProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.alpha.AgentCollaboratorProps
AgentCollaboratorProps.Builder, AgentCollaboratorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AgentCollaboratorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAgentCollaboratorProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal IAgentAlias(experimental) Descriptor for the collaborating agent.final String(experimental) Instructions on how this agent should collaborate with the main agent.final String(experimental) A friendly name for the collaborator.final Boolean(experimental) Whether to relay conversation history to this collaborator.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAgentCollaboratorProps.Builder.
-
-
Method Details
-
getAgentAlias
Description copied from interface:AgentCollaboratorProps(experimental) Descriptor for the collaborating agent.This cannot be the TSTALIASID (
agent.testAlias).- Specified by:
getAgentAliasin interfaceAgentCollaboratorProps
-
getCollaborationInstruction
Description copied from interface:AgentCollaboratorProps(experimental) Instructions on how this agent should collaborate with the main agent.- Specified by:
getCollaborationInstructionin interfaceAgentCollaboratorProps
-
getCollaboratorName
Description copied from interface:AgentCollaboratorProps(experimental) A friendly name for the collaborator.- Specified by:
getCollaboratorNamein interfaceAgentCollaboratorProps
-
getRelayConversationHistory
Description copied from interface:AgentCollaboratorProps(experimental) Whether to relay conversation history to this collaborator.Default: - undefined (uses service default)
- Specified by:
getRelayConversationHistoryin interfaceAgentCollaboratorProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-