Skip to content

Comments

Intents that come from alexa look like the below, the paths to check …#89

Open
DarrenBro wants to merge 1 commit intoalexa-samples:en-USfrom
DarrenBro:answerSlotValidXPathUpdate
Open

Intents that come from alexa look like the below, the paths to check …#89
DarrenBro wants to merge 1 commit intoalexa-samples:en-USfrom
DarrenBro:answerSlotValidXPathUpdate

Conversation

@DarrenBro
Copy link

…the values needs updated

"intent": {
  "name": "AnswerIntent",
  "confirmationStatus": "NONE",
  "value": "1",
  "slots": {
    "item": {
      "name": "item",
      "value": "1",
      "confirmationStatus": "NONE",
      "source": "USER"
    }
  }
}

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…the values needs updated

    "intent": {
      "name": "AnswerIntent",
      "confirmationStatus": "NONE",
      "value": "1",
      "slots": {
        "item": {
          "name": "item",
          "value": "1",
          "confirmationStatus": "NONE",
          "source": "USER"
        }
      }
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants