Class CfnAIAgentVersionProps
Properties for defining a CfnAIAgentVersion
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAIAgentVersionProps : Object, ICfnAIAgentVersionProps
Syntax (vb)
Public Class CfnAIAgentVersionProps
Inherits Object
Implements ICfnAIAgentVersionProps
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.Wisdom;
var cfnAIAgentVersionProps = new CfnAIAgentVersionProps {
AiAgentId = "aiAgentId",
AssistantId = "assistantId",
// the properties below are optional
ModifiedTimeSeconds = 123
};
Synopsis
Constructors
Cfn |
Properties
Ai |
The identifier of the AI Agent. |
Assistant |
|
Modified |
The time the AI Agent version was last modified in seconds. |
Constructors
CfnAIAgentVersionProps()
public CfnAIAgentVersionProps()
Properties
AiAgentId
The identifier of the AI Agent.
public string AiAgentId { get; set; }
Property Value
System.
Remarks
AssistantId
public string AssistantId { get; set; }
Property Value
System.
Remarks
ModifiedTimeSeconds
The time the AI Agent version was last modified in seconds.
public Nullable<double> ModifiedTimeSeconds { get; set; }
Property Value
System.