#-------Definition of the concrete IntentHandlingCapability dataType----------------#
@@ -918,6 +1209,36 @@ components:
uniqueItems:true
#-------Definition of the concrete UtilityDefinition dataType----------------#
#-------Definition of the generic IntentDecompositionReport dataType----------------#
IntentDecompositionReport:
description:>-
It includes the intentDecompositionResults. This attribute shall be supported when intent decomposition result information is supported by intent Report
#-------Definition of the concrete IntentInterpretationAssistanceInformation dataType----------------#
#-------Definition of the common scenario specific IntentExpectation dataType----------------#
DecompositionAssistingContext:
description:>-
This data type is the "ExpectationContext" data type with specialisations for DecompositionAssistingContext. It describes the list of DNs of authorized intent handling functions to which intent decomposition is not recommended
type:object
properties:
contextAttribute:
type:string
enum:
-DecompositionAssisting
contextCondition:
type:string
enum:
-IS_ALL_OF
contextValueRange:
type:array
items:
type:string
SchedulingTimeContext:
description:>-
This data type is the "ExpectationContext" data type with specialisations for SchedulingTimeContext.It describes
the scheduled times (including one-time interval, daily periodicity, weekly periodicity or monthly periodicity)
for the IntentObject that the intent expectation is applied.