Package com.sap.ai.sdk.core.model
Interface RTAExecutable.Builder2
- Enclosing class:
RTAExecutable
public static interface RTAExecutable.Builder2
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionscenarioId(String scenarioId) Set the scenarioId of thisRTAExecutableinstance.
-
Method Details
-
scenarioId
Set the scenarioId of thisRTAExecutableinstance.- Parameters:
scenarioId- ID of the scenario- Returns:
- The RTAExecutable builder.
-