#-------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.