MDAA TS Docs
    Preparing search index...

    Named knowledge base configuration for policy creation. Associates a knowledge base name with its configuration.

    interface NamedKbConfig {
        kbConfig: BedrockKnowledgeBaseProps;
        kbName: string;
    }
    Index

    Properties

    Properties

    The knowledge base configuration

    kbName: string

    The name of the knowledge base