Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,10 @@ Once you've added the SDK library, follow these steps:
* **android.permission.RECORD_AUDIO**

2. Create a class that implements the AIListener interface. This class will process responses from API.AI. (AIRequest, AIResponse are not a part of "ai.api:sdk:2.0.7@aar", they are a part of "ai.api:libai:1.6.12", if you haven't added it until now add
```

compile 'ai.api:libai:1.6.12'
```

to yor app level gradle file.


)
```
compile 'ai.api:libai:1.6.12'
```
to your app level gradle file.

```java
public interface AIListener {
Expand Down