QueryCreate
Properties
| Name | Description | Type | 
|---|---|---|
| text | 
			 The sentence that will be parsed.  | 
	String | 
| lang | 
			 The language to assume when parsing, specified as an ISO-639-1 code. Defaults to 'en' (English).  | 
	String | 
| app | String | |
| disableNarrative | 
			 Flag that specifies whether the narratives should be generated for the user query or not.  | 
	Boolean | 
| disableConversationContext | 
			 Flag that specifies either to enable converastion context.  | 
	Boolean | 
| disableFollowups | 
			 The flag specifies whether to disable follow-up recommendations.  | 
	Boolean | 
| clearEntityContext | 
			 Flag that clears the entity context.  | 
	Boolean | 
| recommendationId | 
			 property that contains the Id of the recommendation for which the response should be generated.  | 
	String | 
| enableVisualizations | 
			 Flag that specifies whether visualization object should be provided or not.  | 
	Boolean | 
| visualizationTypes | 
			 Specify visualizationTypes for only which visualization object should be provided if enableVisualizations is set to true. For eg. ['linechart', 'barchart']  | 
	Array of String |