Interface PredictionResourceFormat.UpdateStages.WithInvolvedInteractionTypes

All Known Subinterfaces:
PredictionResourceFormat.Update
Enclosing interface:
PredictionResourceFormat.UpdateStages

public static interface PredictionResourceFormat.UpdateStages.WithInvolvedInteractionTypes
The stage of the PredictionResourceFormat update allowing to specify involvedInteractionTypes.
  • Method Details

    • withInvolvedInteractionTypes

      PredictionResourceFormat.Update withInvolvedInteractionTypes(List<String> involvedInteractionTypes)
      Specifies the involvedInteractionTypes property: Interaction types involved in the prediction..
      Parameters:
      involvedInteractionTypes - Interaction types involved in the prediction.
      Returns:
      the next definition stage.