AnalyzeQueryInfo
is a
datatype for the result of analyzing a query.
Table: AnalyzeQueryInfo
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 23, 2024 | |||||
suggestedAlertType | SuggestedAlertTypeInfo | Short-Term | Suggested type of alert to use for a given query. Returns null if no suitable alert type could be suggested. The given query isn't guaranteed to be valid for the suggested alert type. See SuggestedAlertTypeInfo . | ||
validateQuery | QueryValidationInfo | yes | Short-Term | Check if the given query contains any errors or warnings when used in a standard search context. See QueryValidationInfo . |