listCategories

Lists the categories of a Amazon Q Business application environment instance. For more information, see Custom labels for Amazon Q Apps.

Samples


fun main() { 
   //sampleStart 
   // List categories available for the library items in this instance
val resp = qAppsClient.listCategories {
    instanceId = "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f"
} 
   //sampleEnd
}