Glific v0.3.1 Glific.Dialogflow View Source

Module to communicate with DialogFlow v2. This module was taken directly from: https://github.com/resuelve/flowex/

I pulled it into our repository since the comments were in Spanish and it did not seem to be maintained, that we could not use as is. The dependency list was quite old etc.

Link to this section Summary

Functions

The request controller which sends and parses requests. We should move this to Tesla

Link to this section Functions

Link to this function

request(method, path, body)

View Source

Specs

request(atom(), String.t(), String.t() | map()) :: tuple()

The request controller which sends and parses requests. We should move this to Tesla