Class: DatadogAPIClient::V2::LLMObsAnnotatedInteractionDataAttributesResponse

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_data_attributes_response.rb

Overview

Attributes containing an annotated interaction and its related events.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_data_attributes_response.rb', line 36

def additional_properties
  @additional_properties
end

#annotated_interactionObject

An interaction with its associated annotations.



25
26
27
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_data_attributes_response.rb', line 25

def annotated_interaction
  @annotated_interaction
end

#eventsObject

Page of events associated with the annotated interaction.



28
29
30
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_data_attributes_response.rb', line 28

def events
  @events
end

#interaction_typeObject

Type of an annotated interaction.



31
32
33
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_data_attributes_response.rb', line 31

def interaction_type
  @interaction_type
end

#next_cursorObject

Cursor to retrieve the next page of events. Absent when there are no more events.



34
35
36
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_data_attributes_response.rb', line 34

def next_cursor
  @next_cursor
end