Loading OpenAPI/TS28312_IntentNrm.yaml +34 −1 Original line number Diff line number Diff line Loading @@ -90,6 +90,8 @@ components: $ref: '#/components/schemas/IntentConflictReport' intentFeasibilityCheckReport: $ref: '#/components/schemas/IntentFeasibilityCheckReport' intentExplorationReport: $ref: '#/components/schemas/IntentExplorationReport' lastUpdatedTime: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo' intentReference: Loading Loading @@ -444,6 +446,37 @@ components: description: An attribute which is used when feasibilityCheckResult is INFEASIBLE #-------Definition of the concrete IntentFeasibilityCheckReport dataType----------------# #-------Definition of the generic IntentExplorationReport dataType----------------# IntentExplorationReport: description: >- It represents the intent exploration information This attribute shall be supported when intent exploration information is supported by IntentReport type: object properties: expectationExporationResults: type: array items: $ref: '#/components/schemas/ExpectationExplorationResult' ExpectationExplorationResult: description: >- It represents the expectation exploration result for a specific intent expectation type: object properties: expectationId: type: string readOnly: true targetExplorationResults: type: array items: $ref: '#/components/schemas/ExpectationTarget' contextExplorationResults: type: array items: $ref: '#/components/schemas/Context' #-------Definition of the generic IntentExplorationReport dataType----------------# #-------Definition of the generic IntentHandlingCapability dataType----------------# IntentHandlingCapability: description: >- Loading Loading
OpenAPI/TS28312_IntentNrm.yaml +34 −1 Original line number Diff line number Diff line Loading @@ -90,6 +90,8 @@ components: $ref: '#/components/schemas/IntentConflictReport' intentFeasibilityCheckReport: $ref: '#/components/schemas/IntentFeasibilityCheckReport' intentExplorationReport: $ref: '#/components/schemas/IntentExplorationReport' lastUpdatedTime: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo' intentReference: Loading Loading @@ -444,6 +446,37 @@ components: description: An attribute which is used when feasibilityCheckResult is INFEASIBLE #-------Definition of the concrete IntentFeasibilityCheckReport dataType----------------# #-------Definition of the generic IntentExplorationReport dataType----------------# IntentExplorationReport: description: >- It represents the intent exploration information This attribute shall be supported when intent exploration information is supported by IntentReport type: object properties: expectationExporationResults: type: array items: $ref: '#/components/schemas/ExpectationExplorationResult' ExpectationExplorationResult: description: >- It represents the expectation exploration result for a specific intent expectation type: object properties: expectationId: type: string readOnly: true targetExplorationResults: type: array items: $ref: '#/components/schemas/ExpectationTarget' contextExplorationResults: type: array items: $ref: '#/components/schemas/Context' #-------Definition of the generic IntentExplorationReport dataType----------------# #-------Definition of the generic IntentHandlingCapability dataType----------------# IntentHandlingCapability: description: >- Loading