Class CfnAgent.AgentCollaboratorProperty
An agent collaborator.
Inheritance
Implements
Namespace: Amazon.CDK.AwsBedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AgentCollaboratorProperty : Object, CfnAgent.IAgentCollaboratorProperty
Syntax (vb)
Public Class AgentCollaboratorProperty
Inherits Object
Implements CfnAgent.IAgentCollaboratorProperty
Remarks
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.Aws_bedrock;
var agentCollaboratorProperty = new AgentCollaboratorProperty {
AgentDescriptor = new AgentDescriptorProperty {
AliasArn = "aliasArn"
},
CollaborationInstruction = "collaborationInstruction",
CollaboratorName = "collaboratorName",
// the properties below are optional
RelayConversationHistory = "relayConversationHistory"
};
Synopsis
Constructors
Agent |
Properties
Agent |
The collaborator's agent descriptor. |
Collaboration |
The collaborator's instructions. |
Collaborator |
The collaborator's collaborator name. |
Relay |
The collaborator's relay conversation history. |
Constructors
AgentCollaboratorProperty()
public AgentCollaboratorProperty()
Properties
AgentDescriptor
The collaborator's agent descriptor.
public object AgentDescriptor { get; set; }
Property Value
System.
Remarks
CollaborationInstruction
The collaborator's instructions.
public string CollaborationInstruction { get; set; }
Property Value
System.
Remarks
CollaboratorName
The collaborator's collaborator name.
public string CollaboratorName { get; set; }
Property Value
System.
Remarks
RelayConversationHistory
The collaborator's relay conversation history.
public string RelayConversationHistory { get; set; }
Property Value
System.