Skip to content
Snippets Groups Projects
Commit 0622123c authored by Chukwuemeka Michael Muonagor's avatar Chukwuemeka Michael Muonagor
Browse files

Upload New File

parent 5b3ff53c
No related branches found
No related tags found
No related merge requests found
import requests
#the function that sends the intents to the stored intents api
def store_intent_fun(stored_intents_url, intent):
requests.post(stored_intents_url, json=intent)
#print(response.json())
print('stored intent: ', intent)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment