public class AiAgentReference extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiAgentReference.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The ID of an Agent.
|
protected EnumWrapper<AiAgentReferenceTypeField> |
type
The type of AI agent used to handle queries.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiAgentReference() |
protected |
AiAgentReference(AiAgentReference.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
EnumWrapper<AiAgentReferenceTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AiAgentReferenceTypeField> type
protected String id
public AiAgentReference()
protected AiAgentReference(AiAgentReference.Builder builder)
public EnumWrapper<AiAgentReferenceTypeField> getType()