Package com.sap.ai.sdk.core.model
Interface AiScenarioList.Builder1
- Enclosing class:
AiScenarioList
public static interface AiScenarioList.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault AiScenarioListresources(AiScenario... resources) Set the resources of thisAiScenarioListinstance.resources(List<AiScenario> resources) Set the resources of thisAiScenarioListinstance.
-
Method Details
-
resources
Set the resources of thisAiScenarioListinstance.- Parameters:
resources- The resources of thisAiScenarioList- Returns:
- The AiScenarioList instance.
-
resources
Set the resources of thisAiScenarioListinstance.- Parameters:
resources- The resources of thisAiScenarioList- Returns:
- The AiScenarioList instance.
-