Wasm Directoryalpha
Record

item-response-model

No description available.

record item-response-model {
  character-count-change-from: s32,
  character-count-change-to: s32,
  content-type: string,
  date-unix: s32,
  feedback: feedback-response-model,
  history-item-id: string,
  request-id: string,
  settings: item-response-model-settings,
  state: item-response-model-state-enum,
  text: string,
  voice-id: string,
  voice-name: string,
}

Fields

NameTypeDescription
character-count-change-froms32
character-count-change-tos32
content-typestring
date-unixs32
feedbackfeedback-response-model
history-item-idstring
request-idstring
settingsitem-response-model-settings
stateitem-response-model-state-enum
textstring
voice-idstring
voice-namestring