Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Anna Sokolova / avito-test-dev

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • avito-test-dev
  • app
  • app.dashaapp
  • Anna Sokolova's avatar
    first commit · a80ef648
    Anna Sokolova committed Sep 05, 2023
    a80ef648 Browse Files
app.dashaapp 394 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
  "formatVersion": "2",
  "dialogue": {
    "file": "main.dsl"
  },
  "nlu": {
    "language": "ru-RU",
    "skills": [
      "sentiment",
      "common_phrases",
      "common-numbers"
    ],
    "customIntents": {
      "file": "intents.json"
    }
  },
  "nlg": {
    "type": "phrases",
    "file": "phrasemap.json",
    "signatureFile": "phrasemap.json"
  },
  "name": "avito-test-dev"
}