AIML – Tag

  • Post author:
  • Post category:AIML
  • Post comments:0 Comments

<condition> Tag is similar to switch statements in programming language. It helps ALICE to respond to the matching input. Syntax <condition name = "variable-name" value = "variable-value"/> For example, consider the…

Continue ReadingAIML – Tag

AIML – Tag

  • Post author:
  • Post category:AIML
  • Post comments:0 Comments

<think> Tag is used in AIML to store a variable without notifying the user. Syntax Store a value using <think> tag <think> <set name = "variable-name"> variable-value </set> </think> For example,…

Continue ReadingAIML – Tag