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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.alpha.AgentCollaboratorProps
AgentCollaboratorProps.Builder, AgentCollaboratorProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(AgentCollaboratorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAgentCollaboratorProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final 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 int
hashCode()
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:
getAgentAlias
in interfaceAgentCollaboratorProps
-
getCollaborationInstruction
Description copied from interface:AgentCollaboratorProps
(experimental) Instructions on how this agent should collaborate with the main agent.- Specified by:
getCollaborationInstruction
in interfaceAgentCollaboratorProps
-
getCollaboratorName
Description copied from interface:AgentCollaboratorProps
(experimental) A friendly name for the collaborator.- Specified by:
getCollaboratorName
in interfaceAgentCollaboratorProps
-
getRelayConversationHistory
Description copied from interface:AgentCollaboratorProps
(experimental) Whether to relay conversation history to this collaborator.Default: - undefined (uses service default)
- Specified by:
getRelayConversationHistory
in interfaceAgentCollaboratorProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-