Intent

Intents can be trained using the Intent type. It’s format is Intent-. In the text column you can specify the examples (new line separated) to be trained within the intent. The goto column can be used to specify an ID which is called when the intent matches the user response at any point in conversation. Intent can also be used with the Response-intent_match type. When Response-intent_match is specified, the flow of conversation goes to it’s goto instead of the goto specified in Intent- type.

Example:

ID Type Text Goto
Intent-greeting

hi

hello

hey

heya

1
Intent-end

bye

later

bye bye

talk later

see you

see ya

not interested

10
Request Demo