ConversationTurn constructor

ConversationTurn({
  1. List<Message>? messages,
  2. String? resolvedDeveloperInstruction,
  3. Span? rootSpan,
  4. Map<String, Object?>? templateAttributes,
  5. String? userIntendedText,
})

Implementation

ConversationTurn({
  this.messages,
  this.resolvedDeveloperInstruction,
  this.rootSpan,
  this.templateAttributes,
  this.userIntendedText,
});