public class AiItemAsk extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiItemAsk.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
content
The content of the item, often the text representation.
|
protected String |
id
The ID of the file.
|
protected EnumWrapper<AiItemAskTypeField> |
type
The type of the item.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
AiItemAsk(AiItemAsk.Builder builder) |
|
AiItemAsk(String id,
AiItemAskTypeField type) |
|
AiItemAsk(String id,
EnumWrapper<AiItemAskTypeField> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContent() |
String |
getId() |
EnumWrapper<AiItemAskTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final EnumWrapper<AiItemAskTypeField> type
public AiItemAsk(String id, AiItemAskTypeField type)
public AiItemAsk(String id, EnumWrapper<AiItemAskTypeField> type)
protected AiItemAsk(AiItemAsk.Builder builder)
public EnumWrapper<AiItemAskTypeField> getType()
public String getContent()