Show / Hide Table of Contents

Class CfnAIAgentPropsMixin.SelfServiceAIAgentConfigurationProperty

The configuration of the self-service AI agent.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-selfserviceaiagentconfiguration.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.CfnPropertyMixins.AWS.Wisdom;

             var selfServiceAIAgentConfigurationProperty = new SelfServiceAIAgentConfigurationProperty {
                 AssociationConfigurations = new [] { new AssociationConfigurationProperty {
                     AssociationConfigurationData = new AssociationConfigurationDataProperty {
                         KnowledgeBaseAssociationConfigurationData = new KnowledgeBaseAssociationConfigurationDataProperty {
                             ContentTagFilter = new TagFilterProperty {
                                 AndConditions = new [] { new TagConditionProperty {
                                     Key = "key",
                                     Value = "value"
                                 } },
                                 OrConditions = new [] { new OrConditionProperty {
                                     AndConditions = new [] { new TagConditionProperty {
                                         Key = "key",
                                         Value = "value"
                                     } },
                                     TagCondition = new TagConditionProperty {
                                         Key = "key",
                                         Value = "value"
                                     }
                                 } },
                                 TagCondition = new TagConditionProperty {
                                     Key = "key",
                                     Value = "value"
                                 }
                             },
                             MaxResults = 123,
                             OverrideKnowledgeBaseSearchType = "overrideKnowledgeBaseSearchType"
                         }
                     },
                     AssociationId = "associationId",
                     AssociationType = "associationType"
                 } },
                 SelfServiceAiGuardrailId = "selfServiceAiGuardrailId",
                 SelfServiceAnswerGenerationAiPromptId = "selfServiceAnswerGenerationAiPromptId",
                 SelfServicePreProcessingAiPromptId = "selfServicePreProcessingAiPromptId"
             };

Synopsis

Constructors

SelfServiceAIAgentConfigurationProperty()

The configuration of the self-service AI agent.

Properties

AssociationConfigurations

The association configuration of the self-service AI agent.

SelfServiceAiGuardrailId

The ID of the self-service AI guardrail.

SelfServiceAnswerGenerationAiPromptId

The ID of the self-service answer generation AI prompt.

SelfServicePreProcessingAiPromptId

The ID of the self-service preprocessing AI prompt.

Constructors

SelfServiceAIAgentConfigurationProperty()

The configuration of the self-service AI agent.

public SelfServiceAIAgentConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-selfserviceaiagentconfiguration.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.CfnPropertyMixins.AWS.Wisdom;

             var selfServiceAIAgentConfigurationProperty = new SelfServiceAIAgentConfigurationProperty {
                 AssociationConfigurations = new [] { new AssociationConfigurationProperty {
                     AssociationConfigurationData = new AssociationConfigurationDataProperty {
                         KnowledgeBaseAssociationConfigurationData = new KnowledgeBaseAssociationConfigurationDataProperty {
                             ContentTagFilter = new TagFilterProperty {
                                 AndConditions = new [] { new TagConditionProperty {
                                     Key = "key",
                                     Value = "value"
                                 } },
                                 OrConditions = new [] { new OrConditionProperty {
                                     AndConditions = new [] { new TagConditionProperty {
                                         Key = "key",
                                         Value = "value"
                                     } },
                                     TagCondition = new TagConditionProperty {
                                         Key = "key",
                                         Value = "value"
                                     }
                                 } },
                                 TagCondition = new TagConditionProperty {
                                     Key = "key",
                                     Value = "value"
                                 }
                             },
                             MaxResults = 123,
                             OverrideKnowledgeBaseSearchType = "overrideKnowledgeBaseSearchType"
                         }
                     },
                     AssociationId = "associationId",
                     AssociationType = "associationType"
                 } },
                 SelfServiceAiGuardrailId = "selfServiceAiGuardrailId",
                 SelfServiceAnswerGenerationAiPromptId = "selfServiceAnswerGenerationAiPromptId",
                 SelfServicePreProcessingAiPromptId = "selfServicePreProcessingAiPromptId"
             };

Properties

AssociationConfigurations

The association configuration of the self-service AI agent.

public object? AssociationConfigurations { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-selfserviceaiagentconfiguration.html#cfn-wisdom-aiagent-selfserviceaiagentconfiguration-associationconfigurations

Type union: either IResolvable or (either IResolvable or CfnAIAgentPropsMixin.IAssociationConfigurationProperty)[]

SelfServiceAiGuardrailId

The ID of the self-service AI guardrail.

public string? SelfServiceAiGuardrailId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-selfserviceaiagentconfiguration.html#cfn-wisdom-aiagent-selfserviceaiagentconfiguration-selfserviceaiguardrailid

SelfServiceAnswerGenerationAiPromptId

The ID of the self-service answer generation AI prompt.

public string? SelfServiceAnswerGenerationAiPromptId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-selfserviceaiagentconfiguration.html#cfn-wisdom-aiagent-selfserviceaiagentconfiguration-selfserviceanswergenerationaipromptid

SelfServicePreProcessingAiPromptId

The ID of the self-service preprocessing AI prompt.

public string? SelfServicePreProcessingAiPromptId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-selfserviceaiagentconfiguration.html#cfn-wisdom-aiagent-selfserviceaiagentconfiguration-selfservicepreprocessingaipromptid

Implements

CfnAIAgentPropsMixin.ISelfServiceAIAgentConfigurationProperty
Back to top Generated by DocFX