Intent

I want to give two different intents for two different statements which have few words in common.

For example:

  1. Input text= " I want to deactivate my credit card" Intent: “Deactivate”
  2. Input text= " Fetch me details of my credit card" Intent: “Details”

But when I use above any statement containing “credit card” is giving intent as “Deactivate”

Please help me to resolve this and Any reference how to write intents in JSON file would be helpful

Thanks.