This will be present if the value of conflictType is EXPECTATION_CONFLICT. It describes the expectationId of the conflicting IntentExpectation with an Intent
type:string
readOnly:true
conflictingTarget:
description:>-
This will be present if the value of conflictType is TARGET_CONFLICT. It describes the targetName of the conflicting ExpectationTarget with an IntentExpectation
type:string
readOnly:true
recommendedSolutions:
type:string
readOnly:true
enum:
-MODIFY
-DELETE
@@ -407,11 +415,13 @@ components:
properties:
feasibilityCheckResult:
type:string
readOnly:true
enum:
-FEASIBLE
-INFEASIBLE
infeasibilityReason:
type:string
readOOnly:true
description:An attribute which is used when feasibilityCheckResult is INFEASIBLE
#-------Definition of the concrete IntentFeasibilityCheckReport dataType----------------#
@@ -424,6 +434,7 @@ components:
properties:
intentHandlingCapabilityId:
type:string
readOnly:true
supportedExpectationObjectType:
type:string
enum:
@@ -431,11 +442,13 @@ components:
-EDGE_SERVICE_SUPPORT
-5GC_SUBNETWORK
-Radio_Service
readOnly:true
description:It describes the expectation object type which can be supported by a specific intent handling function of MnS producer.
supportedExpectationTargetNames:
type:array
items:
type:string
readOnly:true
description:It describes the supported expectation targets for the supported expectation object type.
#-------Definition of the concrete IntentHandlingCapability dataType----------------#