Description
Returns a result from the responseUsage
In HTML Template Binding
{{ result_expression | result[:index] }}
In JavaScript
$filter('result')(response[, index])
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{{ result_expression | result[:index] }}
$filter('result')(response[, index])
| Param | Type | Details |
|---|---|---|
| response | string | The response object to get the result from. |
| index (optional) | number | The index of the result to retrieve, index starts at 0. (Defaults to 0). |
Was this page helpful?