Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

 {{docApp.currentResultsSearchText}}  in {{docApp.searchFilterBySpecificBookTitle}}
Found {{docApp.searchResponse.totalResultsAvailable}} matches. Showing the top {{docApp.searchResponse.results ? docApp.searchResponse.results.length : 0}} - try a more specific search to see the rest.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

Complex Types - haiListOutputType

Description

Defines a set of instruction prompts.

Properties

Name Type Occurrence Description
id xs:string Optional The id of the instruction prompt for internal use.
icon xs:string Optional The icon of the instruction prompt.
type xs:string Optional The type of this item, is either ‘query’ or ‘folder’.
group xs:string Optional The group of the instruction prompt.
name xs:string Optional The display name of the instruction prompt.
description xs:string Optional A description of the instruction prompt.
isCore xs:boolean Optional If set to true, this is instruction prompt is defined by the Core app.
items Array<haiListOutputType> Optional If this item is a group, then this will contain one or more of the child instruction prompt this group contains
In This Document