You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gimana caranya call api dalam 1 state lebih dri 1x dan result dri api sebanyak (n)x di push dalem 1 variable misal context.
dan result dalem context itu di display sekali aja
tapi klo action getDataAPI sya tambah dan commandnya jga, trus saya masukan ke context. result Call api yg pertama di context ga kesimpen
context itu cuma available buat 1x state run ya? klo state looping context reset ya?
ada contoh ga,
thanks
The text was updated successfully, but these errors were encountered:
gimana caranya call api dalam 1 state lebih dri 1x dan result dri api sebanyak (n)x di push dalem 1 variable misal context.
dan result dalem context itu di display sekali aja
saya cobain 1x berhasil
callAPI: enter: createParamAPI action: - name: removeTimeOut - name: getDataAPI - name: command options: command: finishAPI payload: result: $(result) transitions: showResult: conditon: intent == 'intentAPI' && payload.result mapping: context.rateLists: payload.result.forExRateList context.status: payload.result.statusCode handlingErrorAPI: fallback: true
tapi klo action getDataAPI sya tambah dan commandnya jga, trus saya masukan ke context. result Call api yg pertama di context ga kesimpen
context itu cuma available buat 1x state run ya? klo state looping context reset ya?
ada contoh ga,
thanks
The text was updated successfully, but these errors were encountered: