Show / Hide Table of Contents

Class CfnAIAgentVersionProps

Properties for defining a CfnAIAgentVersion.

Inheritance
object
CfnAIAgentVersionProps
Implements
ICfnAIAgentVersionProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAIAgentVersionProps : ICfnAIAgentVersionProps
Syntax (vb)
Public Class CfnAIAgentVersionProps Implements ICfnAIAgentVersionProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiagentversion.html

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 CfnAIAgentVersion.

Properties

AiAgentId

The identifier of the AI Agent.

AssistantId

Properties for defining a CfnAIAgentVersion.

ModifiedTimeSeconds

The time the AI Agent version was last modified in seconds.

Constructors

CfnAIAgentVersionProps()

Properties for defining a CfnAIAgentVersion.

public CfnAIAgentVersionProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiagentversion.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiagentversion.html#cfn-wisdom-aiagentversion-aiagentid

AssistantId

Properties for defining a CfnAIAgentVersion.

public string AssistantId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiagentversion.html#cfn-wisdom-aiagentversion-assistantid

ModifiedTimeSeconds

The time the AI Agent version was last modified in seconds.

public double? ModifiedTimeSeconds { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiagentversion.html#cfn-wisdom-aiagentversion-modifiedtimeseconds

Implements

ICfnAIAgentVersionProps
Back to top Generated by DocFX