public class AiAgentInfo extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiAgentInfo.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<AiAgentInfoModelsField> |
models
The models used for the request.
|
protected String |
processor
The processor used for the request.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiAgentInfo() |
protected |
AiAgentInfo(AiAgentInfo.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AiAgentInfoModelsField> |
getModels() |
String |
getProcessor() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected List<AiAgentInfoModelsField> models
public AiAgentInfo()
protected AiAgentInfo(AiAgentInfo.Builder builder)
public List<AiAgentInfoModelsField> getModels()
public String getProcessor()