Interface CfnAIAgent.IKnowledgeBaseAssociationConfigurationDataProperty
The data of the configuration for a KNOWLEDGE_BASE
type Amazon Q in Connect Assistant Association.
Namespace: Amazon.CDK.AWS.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IKnowledgeBaseAssociationConfigurationDataProperty
Syntax (vb)
Public Interface IKnowledgeBaseAssociationConfigurationDataProperty
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 knowledgeBaseAssociationConfigurationDataProperty = new KnowledgeBaseAssociationConfigurationDataProperty {
ContentTagFilter = new TagFilterProperty {
AndConditions = new [] { new TagConditionProperty {
Key = "key",
// the properties below are optional
Value = "value"
} },
OrConditions = new [] { new OrConditionProperty {
AndConditions = new [] { new TagConditionProperty {
Key = "key",
// the properties below are optional
Value = "value"
} },
TagCondition = new TagConditionProperty {
Key = "key",
// the properties below are optional
Value = "value"
}
} },
TagCondition = new TagConditionProperty {
Key = "key",
// the properties below are optional
Value = "value"
}
},
MaxResults = 123,
OverrideKnowledgeBaseSearchType = "overrideKnowledgeBaseSearchType"
};
Synopsis
Properties
Content |
An object that can be used to specify Tag conditions. |
Max |
The maximum number of results to return per page. |
Override |
Properties
ContentTagFilter
An object that can be used to specify Tag conditions.
virtual object ContentTagFilter { get; }
Property Value
System.
Remarks
MaxResults
The maximum number of results to return per page.
virtual Nullable<double> MaxResults { get; }
Property Value
System.
Remarks
OverrideKnowledgeBaseSearchType
virtual string OverrideKnowledgeBaseSearchType { get; }
Property Value
System.