Update chapter-05-gbdialog-reference.md
This commit is contained in:
parent
8c1b2df7d4
commit
ca5cae6ee2
1 changed files with 7 additions and 1 deletions
|
@ -128,7 +128,12 @@ SEND FILE img
|
|||
SAVE img as "folder/filename.jpg"
|
||||
```
|
||||
|
||||
### Using complete General Bots Data Analytics
|
||||
### Using complete General Bots Conversational Data Analytics
|
||||
|
||||
```
|
||||
TALK "General Bots Labs presents FISCAL DATA SHOW BY BASIC"
|
||||
|
||||
TALK "Gift Contributions to Reduce the Public Debt API (https://fiscaldata.treasury.gov/datasets/gift-contributions-reduce-debt-held-by-public/gift-contributions-to-reduce-the-public-debt)"
|
||||
|
||||
result = GET "https://api.fiscaldata.treasury.gov/services/api/fiscal_service/v2/accounting/od/gift_contributions?page[size]=500"
|
||||
data = result.data
|
||||
|
@ -143,6 +148,7 @@ DELAY 5
|
|||
TALK " Demonstration of Gift Contributions CHART keyword"
|
||||
img = CHART "bar", data
|
||||
SEND FILE img
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue