<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@friendlycaptcha/sdk](./sdk.md) &gt; [RiskIntelligenceHandle](./sdk.riskintelligencehandle.md)

## RiskIntelligenceHandle class

This provides a handle for configuring and managing a Risk Intelligence request via an HTML element.

This class is only instantiated by the SDK - do not create a handle yourself.

**Signature:**

```typescript
export declare class RiskIntelligenceHandle 
```

## Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `RiskIntelligenceHandle` class.

## Methods

<table><thead><tr><th>

Method


</th><th>

Modifiers


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[addEventListener(type, listener, options)](./sdk.riskintelligencehandle.addeventlistener.md)


</td><td>


</td><td>

Shorthand for `this.getElement().addEventListener` (that is strictly typed in Typescript)


</td></tr>
<tr><td>

[getData()](./sdk.riskintelligencehandle.getdata.md)


</td><td>


</td><td>


</td></tr>
<tr><td>

[getElement()](./sdk.riskintelligencehandle.getelement.md)


</td><td>


</td><td>


</td></tr>
<tr><td>

[removeEventListener(type, listener, options)](./sdk.riskintelligencehandle.removeeventlistener.md)


</td><td>


</td><td>

Shorthand for `this.getElement().removeEventListener` (that is strictly typed in Typescript)


</td></tr>
</tbody></table>

