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