ConversationHistoryMetadataCommonModel constructor

const ConversationHistoryMetadataCommonModel({
  1. required int startTimeUnixSecs,
  2. dynamic acceptedTimeUnixSecs,
  3. required int callDurationSecs,
  4. dynamic cost,
  5. ConversationDeletionSettings? deletionSettings,
  6. ConversationHistoryFeedbackCommonModel? feedback,
  7. AuthorizationMethod? authorizationMethod,
  8. ConversationChargingCommonModel? charging,
  9. dynamic phoneCall,
  10. dynamic batchCall,
  11. String? terminationReason,
  12. dynamic error,
  13. dynamic mainLanguage,
  14. dynamic ragUsage,
  15. bool? textOnly,
})

Implementation

const ConversationHistoryMetadataCommonModel({
  required this.startTimeUnixSecs,
  this.acceptedTimeUnixSecs,
  required this.callDurationSecs,
  this.cost,
  this.deletionSettings,
  this.feedback,
  this.authorizationMethod,
  this.charging,
  this.phoneCall,
  this.batchCall,
  this.terminationReason,
  this.error,
  this.mainLanguage,
  this.ragUsage,
  this.textOnly,
});