Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Name. This field contains the name of the node (if given).

  • Skill. This field will be populated with the current project name automatically. You cannot edit this property.

  • NLP Type. Choose Google from the dropdown.

  • Access Token. Not needed with V2.

  • Enable Transcript Capturing (Chat). You can enable this checkbox if you want to save the transcript of the chatbot conversation.
    You can view the chatbot conversation in the content schema named “Transcriptdata“.

    Image Added
  • Raw NLP result output. If you enable this checkbox is checked, the output from the node will be Raw you can get the raw response payload from the NLP that you have chosen.

  • Bot In Parser. Process the input data object
    Query string example: /oeapi/bot/float?type=survey?id=423
    After NLP processes the input, msg.req will change. Need to store anything you will need to process an intent or launch to msg.payload.originalRequest

...