Glific v0.3.1 Glific.Dialogflow.Intents View Source
The main intents module which stiches it all together
Link to this section Summary
Functions
Add a training phrase to an intent.
Create an intent
Get an intent for a specific id
List all the intents of the agent per pageToken.
List an agent's intents by pageToken and defining page size.
Update an intent view full.
Link to this section Functions
Specs
Add a training phrase to an intent.
Specs
Create an intent
Specs
Get an intent for a specific id
Link to this function
list(language \\ "en", view \\ "INTENT_VIEW_UNSPECIFIED", token \\ nil, acc \\ [])
View SourceSpecs
List all the intents of the agent per pageToken.
Link to this function
list_by_page(language \\ "en", view \\ "INTENT_VIEW_UNSPECIFIED", page_size \\ 100, token \\ nil)
View SourceSpecs
List an agent's intents by pageToken and defining page size.
Specs
Update an intent view full.