Versions Compared

Key

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

...

Below is an example of startSpeaking command message.

Code Block
languagejs
{
  "category": "scene",
  "kind":     "request",
  "name":     "startSpeaking",
  "transaction": null | <int>,
  "body": {
    "personaId": 1,
    "text" : ”Yes, I can help you apply for your credit card. Please tell me which type of card you are after, Visa or Mastercard?"
  }
}

...