Commit 1c32e6a8 authored by ruiyue's avatar ruiyue Committed by sunse
Browse files

Update file TS28312_IntentNrm.yaml

parent c9655020
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -471,6 +471,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
@@ -483,10 +485,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----------------#