Table of Contents | ||||
---|---|---|---|---|
|
The Patterns and Responses sections dictate how the conversations between the bot and the user will go. Patterns are a simplified representation of how you think a certain conversation will go, a conversation pattern. The patterns are encoded with a Prolog predicate pattern/1 : pattern([Insert Pattern Here]). Agent responses are encoded using the predicate text/2 : text(ResponseName, “Response Text”).
...