public static class AiAgentTextGen.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected AiAgentBasicGenTool |
basicGen |
protected EnumWrapper<AiAgentTextGenTypeField> |
type |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AiAgentTextGen.Builder |
basicGen(AiAgentBasicGenTool basicGen) |
AiAgentTextGen |
build() |
AiAgentTextGen.Builder |
type(AiAgentTextGenTypeField type) |
AiAgentTextGen.Builder |
type(EnumWrapper<AiAgentTextGenTypeField> type) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AiAgentTextGenTypeField> type
protected AiAgentBasicGenTool basicGen
public Builder()
public AiAgentTextGen.Builder type(AiAgentTextGenTypeField type)
public AiAgentTextGen.Builder type(EnumWrapper<AiAgentTextGenTypeField> type)
public AiAgentTextGen.Builder basicGen(AiAgentBasicGenTool basicGen)
public AiAgentTextGen build()