ai.aiAssistant.views.typeString

The type of the view. Available options: "prompt", "output", "commands", "custom".

Example

<div id="grid"></div>
<script>
$("#grid").kendoGrid({
  columns: [
    { field: "productName" },
    { field: "category" }
  ],
  dataSource: [
    { productName: "Tea", category: "Beverages" },
    { productName: "Coffee", category: "Beverages" }
  ],
  ai: {
    aiAssistant: {
      views: [
        {
          type: "commands",
          name: "customCommands",
          buttonText: "Commands"
        }
      ]
    }
  }
});
</script>
In this article
ai.aiAssistant.views.type
Not finding the help you need?
Contact Support