Commit 1a38d6f6 authored by ruiyue's avatar ruiyue
Browse files

Update file TS28312_IntentNrm.yaml

parent 2e95980a
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -458,6 +458,8 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/ExpectationExplorationResult'
            uniqueItems: true
            minItems: 1
    ExpectationExplorationResult:
      description: >-
        It represents the expectation exploration result for a specific intent expectation
@@ -470,10 +472,14 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/ExpectationTarget'
            uniqueItems: true
            minItems: 1
        contextExplorationResults:
          type: array
          items:
            $ref: '#/components/schemas/Context'
            uniqueItems: true
            minItems: 1
   #-------Definition of the generic IntentExplorationReport dataType----------------#