public class AiTextGenAgent extends OneOfTwo<AiAgentReference,AiAgentTextGen>
OneOfTwo.OneOfTwoSerializer| Modifier and Type | Field and Description |
|---|---|
protected String |
type |
OBJECT_MAPPER, value0, value1explicitlySetNullableFields| Constructor and Description |
|---|
AiTextGenAgent(AiAgentReference aiAgentReference) |
AiTextGenAgent(AiAgentTextGen aiAgentTextGen) |
| Modifier and Type | Method and Description |
|---|---|
AiAgentReference |
getAiAgentReference() |
AiAgentTextGen |
getAiAgentTextGen() |
String |
getType() |
boolean |
isAiAgentReference() |
boolean |
isAiAgentTextGen() |
hasAnyNonNullValuegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic AiTextGenAgent(AiAgentReference aiAgentReference)
public AiTextGenAgent(AiAgentTextGen aiAgentTextGen)
public boolean isAiAgentReference()
public AiAgentReference getAiAgentReference()
public boolean isAiAgentTextGen()
public AiAgentTextGen getAiAgentTextGen()