public class AiSingleAgentResponseFull extends AiSingleAgentResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
AiSingleAgentResponseFull.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected AiStudioAgentAskResponse |
ask |
protected AiStudioAgentExtractResponse |
extract |
protected AiStudioAgentTextGenResponse |
textGen |
accessState, allowedEntities, createdAt, createdBy, iconReference, id, modifiedAt, modifiedBy, name, origin, typeexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
AiSingleAgentResponseFull(AiSingleAgentResponseFull.Builder builder) |
|
AiSingleAgentResponseFull(String id,
String origin,
String name,
String accessState) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AiStudioAgentAskResponse |
getAsk() |
AiStudioAgentExtractResponse |
getExtract() |
AiStudioAgentTextGenResponse |
getTextGen() |
int |
hashCode() |
String |
toString() |
getAccessState, getAllowedEntities, getCreatedAt, getCreatedBy, getIconReference, getId, getModifiedAt, getModifiedBy, getName, getOrigin, getTypegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected AiStudioAgentAskResponse ask
protected AiStudioAgentTextGenResponse textGen
protected AiStudioAgentExtractResponse extract
public AiSingleAgentResponseFull(String id, String origin, String name, String accessState)
protected AiSingleAgentResponseFull(AiSingleAgentResponseFull.Builder builder)
public AiStudioAgentAskResponse getAsk()
public AiStudioAgentTextGenResponse getTextGen()
public AiStudioAgentExtractResponse getExtract()
public boolean equals(Object o)
equals in class AiSingleAgentResponsepublic int hashCode()
hashCode in class AiSingleAgentResponsepublic String toString()
toString in class AiSingleAgentResponse