@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsDisplayBlockAnnotatedInteractionItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ANNOTATIONS |
static String |
JSON_PROPERTY_CONTENT_ID |
static String |
JSON_PROPERTY_DISPLAY_BLOCK |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsDisplayBlockAnnotatedInteractionItem() |
LLMObsDisplayBlockAnnotatedInteractionItem(List<LLMObsAnnotationItem> annotations,
String contentId,
List<LLMObsContentBlock> displayBlock,
String id,
LLMObsDisplayBlockInteractionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ANNOTATIONS
public static final String JSON_PROPERTY_CONTENT_ID
public static final String JSON_PROPERTY_DISPLAY_BLOCK
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public LLMObsDisplayBlockAnnotatedInteractionItem()
public LLMObsDisplayBlockAnnotatedInteractionItem(List<LLMObsAnnotationItem> annotations, String contentId, List<LLMObsContentBlock> displayBlock, String id, LLMObsDisplayBlockInteractionType type)
public LLMObsDisplayBlockAnnotatedInteractionItem annotations(List<LLMObsAnnotationItem> annotations)
public LLMObsDisplayBlockAnnotatedInteractionItem addAnnotationsItem(LLMObsAnnotationItem annotationsItem)
public List<LLMObsAnnotationItem> getAnnotations()
public void setAnnotations(List<LLMObsAnnotationItem> annotations)
public LLMObsDisplayBlockAnnotatedInteractionItem contentId(String contentId)
public String getContentId()
public void setContentId(String contentId)
public LLMObsDisplayBlockAnnotatedInteractionItem displayBlock(List<LLMObsContentBlock> displayBlock)
public LLMObsDisplayBlockAnnotatedInteractionItem addDisplayBlockItem(LLMObsContentBlock displayBlockItem)
public List<LLMObsContentBlock> getDisplayBlock()
display_block interaction. Must contain at
least one block.public void setDisplayBlock(List<LLMObsContentBlock> displayBlock)
public LLMObsDisplayBlockAnnotatedInteractionItem id(String id)
public String getId()
public void setId(String id)
public LLMObsDisplayBlockAnnotatedInteractionItem type(LLMObsDisplayBlockInteractionType type)
public LLMObsDisplayBlockInteractionType getType()
display_block interaction.public void setType(LLMObsDisplayBlockInteractionType type)
public LLMObsDisplayBlockAnnotatedInteractionItem putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.