You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Instant App Error

edited Jun 6, 2018 12:29PM in Digital Assistant & Mobile 3 comments

Summary

When i try to call my instant app in the chatbot i receive a error message which is "javaException:Schema specific part is opaque."

Content

this is my YAML code :

#########################

startInterview:
    component: "System.SetVariable"
    properties:
      variable: "interviewInfo"
      value: "${iResult.value.entityMatches['NUMBER'][0]}"
  interactive:
    component: "System.Interactive"
    properties:
      sourceVariableList: "interviewInfo"
      variable: "outputMessage"
      id: "InstantAPP"
      prompt: "can you please authenticate"
    transitions: {}
  askInterviewInfo:
    component: "System.Text"
    properties:
      variable: "interviewInfo"
      prompt: "Please provide your interview informations"
    transitions: {}

########################

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!