Interface CfnAIAgentPropsMixin.IAssociationConfigurationProperty
The configuration for an Amazon Q in Connect Assistant Association.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Wisdom.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAIAgentPropsMixin.IAssociationConfigurationProperty
Syntax (vb)
Public Interface CfnAIAgentPropsMixin.IAssociationConfigurationProperty
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.Mixins.Preview.AWS.Wisdom.Mixins;
var associationConfigurationProperty = 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"
};
Synopsis
Properties
| AssociationConfigurationData | A typed union of the data of the configuration for an Amazon Q in Connect Assistant Association. |
| AssociationId | The identifier of the association for this Association Configuration. |
| AssociationType | The type of the association for this Association Configuration. |
Properties
AssociationConfigurationData
A typed union of the data of the configuration for an Amazon Q in Connect Assistant Association.
object? AssociationConfigurationData { get; }
Property Value
Remarks
AssociationId
The identifier of the association for this Association Configuration.
string? AssociationId { get; }
Property Value
Remarks
AssociationType
The type of the association for this Association Configuration.
string? AssociationType { get; }