Class CfnAIAgentVersionProps
Properties for defining a CfnAIAgentVersion
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAIAgentVersionProps : ICfnAIAgentVersionProps
Syntax (vb)
Public Class CfnAIAgentVersionProps 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
CfnAIAgentVersionProps() | Properties for defining a |
Properties
AiAgentId | The identifier of the AI Agent. |
AssistantId | Properties for defining a |
ModifiedTimeSeconds | The time the AI Agent version was last modified in seconds. |
Constructors
CfnAIAgentVersionProps()
Properties for defining a CfnAIAgentVersion
.
public CfnAIAgentVersionProps()
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
};
Properties
AiAgentId
The identifier of the AI Agent.
public string AiAgentId { get; set; }
Property Value
Remarks
AssistantId
Properties for defining a CfnAIAgentVersion
.
public string AssistantId { get; set; }
Property Value
Remarks
ModifiedTimeSeconds
The time the AI Agent version was last modified in seconds.
public double? ModifiedTimeSeconds { get; set; }