public class AiAgentTextGen extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiAgentTextGen.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected AiAgentBasicGenTool |
basicGen |
protected EnumWrapper<AiAgentTextGenTypeField> |
type
The type of AI agent used for generating text.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiAgentTextGen() |
protected |
AiAgentTextGen(AiAgentTextGen.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AiAgentBasicGenTool |
getBasicGen() |
EnumWrapper<AiAgentTextGenTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AiAgentTextGenTypeField> type
protected AiAgentBasicGenTool basicGen
public AiAgentTextGen()
protected AiAgentTextGen(AiAgentTextGen.Builder builder)
public EnumWrapper<AiAgentTextGenTypeField> getType()
public AiAgentBasicGenTool getBasicGen()