public class AiAgentAsk extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiAgentAsk.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected AiAgentBasicTextTool |
basicImage |
protected AiAgentBasicTextTool |
basicImageMulti |
protected AiAgentBasicTextTool |
basicText |
protected AiAgentBasicTextTool |
basicTextMulti |
protected AiAgentLongTextTool |
longText |
protected AiAgentLongTextTool |
longTextMulti |
protected AiAgentSpreadsheetTool |
spreadsheet |
protected EnumWrapper<AiAgentAskTypeField> |
type
The type of AI agent used to handle queries.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiAgentAsk() |
protected |
AiAgentAsk(AiAgentAsk.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AiAgentBasicTextTool |
getBasicImage() |
AiAgentBasicTextTool |
getBasicImageMulti() |
AiAgentBasicTextTool |
getBasicText() |
AiAgentBasicTextTool |
getBasicTextMulti() |
AiAgentLongTextTool |
getLongText() |
AiAgentLongTextTool |
getLongTextMulti() |
AiAgentSpreadsheetTool |
getSpreadsheet() |
EnumWrapper<AiAgentAskTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AiAgentAskTypeField> type
protected AiAgentLongTextTool longText
protected AiAgentBasicTextTool basicText
protected AiAgentSpreadsheetTool spreadsheet
protected AiAgentLongTextTool longTextMulti
protected AiAgentBasicTextTool basicTextMulti
protected AiAgentBasicTextTool basicImage
protected AiAgentBasicTextTool basicImageMulti
public AiAgentAsk()
protected AiAgentAsk(AiAgentAsk.Builder builder)
public EnumWrapper<AiAgentAskTypeField> getType()
public AiAgentLongTextTool getLongText()
public AiAgentBasicTextTool getBasicText()
public AiAgentSpreadsheetTool getSpreadsheet()
public AiAgentLongTextTool getLongTextMulti()
public AiAgentBasicTextTool getBasicTextMulti()
public AiAgentBasicTextTool getBasicImage()
public AiAgentBasicTextTool getBasicImageMulti()