Class HumanInputConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiagent.model.HumanInputConfig.Builder
-
- Enclosing class:
- HumanInputConfig
public static class HumanInputConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HumanInputConfig
build()
HumanInputConfig.Builder
copy(HumanInputConfig model)
HumanInputConfig.Builder
shouldEnableHumanInput(Boolean shouldEnableHumanInput)
The Agent will request for human input for disambiguation or additional information gathering if this is enabled.
-
-
-
Method Detail
-
shouldEnableHumanInput
public HumanInputConfig.Builder shouldEnableHumanInput(Boolean shouldEnableHumanInput)
The Agent will request for human input for disambiguation or additional information gathering if this is enabled.- Parameters:
shouldEnableHumanInput
- the value to set- Returns:
- this builder
-
build
public HumanInputConfig build()
-
copy
public HumanInputConfig.Builder copy(HumanInputConfig model)
-
-