hume 0.8.6 → 0.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3131) hide show
  1. package/.mock/definition/api.yml +6 -6
  2. package/.mock/definition/empathic-voice/__package__.yml +2468 -2241
  3. package/.mock/definition/empathic-voice/chat-groups.yml +444 -0
  4. package/.mock/definition/empathic-voice/chat.yml +143 -139
  5. package/.mock/definition/empathic-voice/chats.yml +443 -441
  6. package/.mock/definition/empathic-voice/configs.yml +669 -667
  7. package/.mock/definition/empathic-voice/prompts.yml +417 -415
  8. package/.mock/definition/empathic-voice/tools.yml +475 -473
  9. package/.mock/definition/expression-measurement/__package__.yml +1 -1268
  10. package/.mock/definition/expression-measurement/batch.yml +1764 -364
  11. package/.mock/definition/expression-measurement/stream.yml +457 -326
  12. package/.mock/fern.config.json +2 -2
  13. package/Client.d.ts +4 -4
  14. package/README.md +34 -36
  15. package/api/index.d.ts +1 -1
  16. package/api/resources/empathicVoice/client/Client.d.ts +8 -8
  17. package/api/resources/empathicVoice/index.d.ts +3 -3
  18. package/api/resources/empathicVoice/resources/chat/client/Client.d.ts +3 -3
  19. package/api/resources/empathicVoice/resources/chat/client/Client.js +6 -6
  20. package/api/resources/empathicVoice/resources/chat/client/Socket.d.ts +9 -9
  21. package/api/resources/empathicVoice/resources/chat/client/Socket.js +28 -28
  22. package/api/resources/empathicVoice/resources/chat/client/index.d.ts +2 -2
  23. package/api/resources/empathicVoice/resources/chat/index.d.ts +2 -2
  24. package/api/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +1 -1
  25. package/api/resources/empathicVoice/resources/chat/types/SubscribeEvent.d.ts +1 -1
  26. package/api/resources/empathicVoice/resources/chat/types/index.d.ts +2 -2
  27. package/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +4 -4
  28. package/api/resources/empathicVoice/resources/chatGroups/client/Client.js +31 -33
  29. package/api/resources/empathicVoice/resources/chatGroups/client/index.d.ts +1 -1
  30. package/api/resources/empathicVoice/resources/chatGroups/client/requests/index.d.ts +2 -2
  31. package/api/resources/empathicVoice/resources/chatGroups/index.d.ts +1 -1
  32. package/api/resources/empathicVoice/resources/chats/client/Client.d.ts +4 -4
  33. package/api/resources/empathicVoice/resources/chats/client/Client.js +34 -36
  34. package/api/resources/empathicVoice/resources/chats/client/index.d.ts +1 -1
  35. package/api/resources/empathicVoice/resources/chats/client/requests/index.d.ts +2 -2
  36. package/api/resources/empathicVoice/resources/chats/index.d.ts +1 -1
  37. package/api/resources/empathicVoice/resources/configs/client/Client.d.ts +4 -4
  38. package/api/resources/empathicVoice/resources/configs/client/Client.js +108 -121
  39. package/api/resources/empathicVoice/resources/configs/client/index.d.ts +1 -1
  40. package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +1 -1
  41. package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +1 -1
  42. package/api/resources/empathicVoice/resources/configs/client/requests/index.d.ts +6 -6
  43. package/api/resources/empathicVoice/resources/configs/index.d.ts +1 -1
  44. package/api/resources/empathicVoice/resources/index.d.ts +12 -12
  45. package/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +4 -4
  46. package/api/resources/empathicVoice/resources/prompts/client/Client.js +110 -124
  47. package/api/resources/empathicVoice/resources/prompts/client/index.d.ts +1 -1
  48. package/api/resources/empathicVoice/resources/prompts/client/requests/index.d.ts +6 -6
  49. package/api/resources/empathicVoice/resources/prompts/index.d.ts +1 -1
  50. package/api/resources/empathicVoice/resources/tools/client/Client.d.ts +4 -4
  51. package/api/resources/empathicVoice/resources/tools/client/Client.js +110 -120
  52. package/api/resources/empathicVoice/resources/tools/client/index.d.ts +1 -1
  53. package/api/resources/empathicVoice/resources/tools/client/requests/index.d.ts +6 -6
  54. package/api/resources/empathicVoice/resources/tools/index.d.ts +1 -1
  55. package/api/resources/empathicVoice/types/AssistantEnd.d.ts +1 -1
  56. package/api/resources/empathicVoice/types/AssistantInput.d.ts +1 -1
  57. package/api/resources/empathicVoice/types/AssistantMessage.d.ts +2 -2
  58. package/api/resources/empathicVoice/types/AudioConfiguration.d.ts +1 -1
  59. package/api/resources/empathicVoice/types/AudioInput.d.ts +1 -1
  60. package/api/resources/empathicVoice/types/AudioOutput.d.ts +1 -1
  61. package/api/resources/empathicVoice/types/BuiltInTool.d.ts +1 -1
  62. package/api/resources/empathicVoice/types/BuiltinToolConfig.d.ts +1 -1
  63. package/api/resources/empathicVoice/types/ChatMessage.d.ts +1 -1
  64. package/api/resources/empathicVoice/types/ChatMessageToolResult.d.ts +1 -1
  65. package/api/resources/empathicVoice/types/ChatMetadata.d.ts +1 -1
  66. package/api/resources/empathicVoice/types/Context.d.ts +3 -1
  67. package/api/resources/empathicVoice/types/ContextType.d.ts +1 -1
  68. package/api/resources/empathicVoice/types/ContextType.js +3 -3
  69. package/api/resources/empathicVoice/types/Encoding.d.ts +1 -1
  70. package/api/resources/empathicVoice/types/ErrorLevel.d.ts +1 -1
  71. package/api/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +1 -1
  72. package/api/resources/empathicVoice/types/FunctionCallResponseInput.d.ts +1 -1
  73. package/api/resources/empathicVoice/types/HttpValidationError.d.ts +1 -1
  74. package/api/resources/empathicVoice/types/Inference.d.ts +1 -1
  75. package/api/resources/empathicVoice/types/JsonMessage.d.ts +1 -1
  76. package/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +1 -1
  77. package/api/resources/empathicVoice/types/PostedBuiltinTool.d.ts +10 -2
  78. package/api/resources/empathicVoice/types/PostedBuiltinToolName.d.ts +16 -0
  79. package/api/resources/empathicVoice/types/PostedBuiltinToolName.js +10 -0
  80. package/api/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +1 -1
  81. package/api/resources/empathicVoice/types/PostedLanguageModel.d.ts +1 -1
  82. package/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +1 -1
  83. package/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +6 -6
  84. package/api/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +1 -1
  85. package/api/resources/empathicVoice/types/PostedVoice.d.ts +2 -2
  86. package/api/resources/empathicVoice/types/PostedVoiceName.d.ts +1 -1
  87. package/api/resources/empathicVoice/types/PostedVoiceName.js +3 -3
  88. package/api/resources/empathicVoice/types/ProsodyInference.d.ts +1 -1
  89. package/api/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +1 -1
  90. package/api/resources/empathicVoice/types/ReturnActiveChatCount.d.ts +1 -1
  91. package/api/resources/empathicVoice/types/ReturnBuiltinTool.d.ts +1 -1
  92. package/api/resources/empathicVoice/types/ReturnBuiltinToolToolType.d.ts +1 -1
  93. package/api/resources/empathicVoice/types/ReturnBuiltinToolToolType.js +2 -2
  94. package/api/resources/empathicVoice/types/ReturnChat.d.ts +1 -1
  95. package/api/resources/empathicVoice/types/ReturnChatEvent.d.ts +1 -1
  96. package/api/resources/empathicVoice/types/ReturnChatEventRole.d.ts +1 -1
  97. package/api/resources/empathicVoice/types/ReturnChatEventRole.js +4 -4
  98. package/api/resources/empathicVoice/types/ReturnChatEventType.d.ts +1 -1
  99. package/api/resources/empathicVoice/types/ReturnChatEventType.js +6 -6
  100. package/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +1 -1
  101. package/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +1 -1
  102. package/api/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.d.ts +1 -1
  103. package/api/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.js +2 -2
  104. package/api/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +1 -1
  105. package/api/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.d.ts +1 -1
  106. package/api/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.js +2 -2
  107. package/api/resources/empathicVoice/types/ReturnChatPagedEventsStatus.d.ts +1 -1
  108. package/api/resources/empathicVoice/types/ReturnChatPagedEventsStatus.js +6 -6
  109. package/api/resources/empathicVoice/types/ReturnChatStatus.d.ts +1 -1
  110. package/api/resources/empathicVoice/types/ReturnChatStatus.js +6 -6
  111. package/api/resources/empathicVoice/types/ReturnConfig.d.ts +1 -1
  112. package/api/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +1 -1
  113. package/api/resources/empathicVoice/types/ReturnLanguageModel.d.ts +1 -1
  114. package/api/resources/empathicVoice/types/ReturnLanguageModelModelProvider.d.ts +1 -1
  115. package/api/resources/empathicVoice/types/ReturnLanguageModelModelProvider.js +6 -6
  116. package/api/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +1 -1
  117. package/api/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.d.ts +1 -1
  118. package/api/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.js +2 -2
  119. package/api/resources/empathicVoice/types/ReturnPagedChats.d.ts +1 -1
  120. package/api/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.d.ts +1 -1
  121. package/api/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.js +2 -2
  122. package/api/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +1 -1
  123. package/api/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +1 -1
  124. package/api/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +1 -1
  125. package/api/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +1 -1
  126. package/api/resources/empathicVoice/types/ReturnPrompt.d.ts +1 -1
  127. package/api/resources/empathicVoice/types/ReturnPromptVersionType.d.ts +1 -1
  128. package/api/resources/empathicVoice/types/ReturnPromptVersionType.js +2 -2
  129. package/api/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +1 -1
  130. package/api/resources/empathicVoice/types/ReturnUserDefinedTool.d.ts +1 -1
  131. package/api/resources/empathicVoice/types/ReturnUserDefinedToolToolType.d.ts +1 -1
  132. package/api/resources/empathicVoice/types/ReturnUserDefinedToolToolType.js +2 -2
  133. package/api/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.d.ts +1 -1
  134. package/api/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.js +2 -2
  135. package/api/resources/empathicVoice/types/ReturnVoice.d.ts +2 -2
  136. package/api/resources/empathicVoice/types/ReturnVoiceName.d.ts +1 -1
  137. package/api/resources/empathicVoice/types/ReturnVoiceName.js +3 -3
  138. package/api/resources/empathicVoice/types/Role.d.ts +1 -1
  139. package/api/resources/empathicVoice/types/Role.js +5 -5
  140. package/api/resources/empathicVoice/types/SessionSettings.d.ts +2 -2
  141. package/api/resources/empathicVoice/types/TextInput.d.ts +1 -1
  142. package/api/resources/empathicVoice/types/Tool.d.ts +1 -1
  143. package/api/resources/empathicVoice/types/ToolCallMessage.d.ts +2 -2
  144. package/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +2 -2
  145. package/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +2 -2
  146. package/api/resources/empathicVoice/types/ToolType.d.ts +1 -1
  147. package/api/resources/empathicVoice/types/ToolType.js +2 -2
  148. package/api/resources/empathicVoice/types/TtsInput.d.ts +1 -1
  149. package/api/resources/empathicVoice/types/UserInput.d.ts +1 -1
  150. package/api/resources/empathicVoice/types/UserInterruption.d.ts +1 -1
  151. package/api/resources/empathicVoice/types/UserMessage.d.ts +2 -2
  152. package/api/resources/empathicVoice/types/ValidationError.d.ts +1 -1
  153. package/api/resources/empathicVoice/types/VoiceArgs.d.ts +1 -1
  154. package/api/resources/empathicVoice/types/VoiceNameEnum.d.ts +1 -1
  155. package/api/resources/empathicVoice/types/VoiceNameEnum.js +3 -3
  156. package/api/resources/empathicVoice/types/WebSocketError.d.ts +1 -1
  157. package/api/resources/empathicVoice/types/index.d.ts +100 -99
  158. package/api/resources/empathicVoice/types/index.js +1 -0
  159. package/api/resources/expressionMeasurement/client/Client.d.ts +3 -3
  160. package/api/resources/expressionMeasurement/index.d.ts +2 -3
  161. package/api/resources/expressionMeasurement/index.js +0 -1
  162. package/api/resources/expressionMeasurement/resources/batch/client/Client.d.ts +9 -8
  163. package/api/resources/expressionMeasurement/resources/batch/client/Client.js +83 -88
  164. package/api/resources/expressionMeasurement/resources/batch/client/index.d.ts +1 -1
  165. package/api/resources/expressionMeasurement/resources/batch/client/requests/BatchListJobsRequest.d.ts +1 -1
  166. package/api/resources/expressionMeasurement/resources/batch/client/requests/BatchStartInferenceJobFromLocalFileRequest.d.ts +1 -1
  167. package/api/resources/expressionMeasurement/resources/batch/client/requests/index.d.ts +2 -2
  168. package/api/resources/expressionMeasurement/resources/batch/index.d.ts +2 -1
  169. package/api/resources/expressionMeasurement/resources/batch/index.js +1 -0
  170. package/api/resources/expressionMeasurement/resources/batch/types/Alternative.d.ts +4 -0
  171. package/api/resources/expressionMeasurement/resources/batch/types/Bcp47Tag.d.ts +35 -0
  172. package/api/resources/expressionMeasurement/resources/batch/types/Bcp47Tag.js +37 -0
  173. package/api/resources/expressionMeasurement/resources/batch/types/BoundingBox.d.ts +16 -0
  174. package/api/resources/expressionMeasurement/resources/batch/types/BurstPrediction.d.ts +11 -0
  175. package/api/resources/expressionMeasurement/resources/batch/types/CompletedTraining.d.ts +14 -0
  176. package/api/resources/expressionMeasurement/resources/batch/types/CustomModel.d.ts +5 -0
  177. package/api/resources/expressionMeasurement/resources/batch/types/CustomModelRequest.d.ts +9 -0
  178. package/api/resources/expressionMeasurement/resources/batch/types/CustomModelsInferenceJob.d.ts +7 -0
  179. package/api/resources/expressionMeasurement/resources/batch/types/CustomModelsTrainingJob.d.ts +7 -0
  180. package/api/resources/expressionMeasurement/resources/batch/types/Dataset.d.ts +5 -0
  181. package/api/resources/expressionMeasurement/resources/batch/types/Direction.d.ts +8 -0
  182. package/api/resources/expressionMeasurement/resources/batch/types/Direction.js +10 -0
  183. package/api/resources/expressionMeasurement/resources/batch/types/EmbeddingGenerationBaseRequest.d.ts +8 -0
  184. package/api/resources/expressionMeasurement/resources/batch/types/EmbeddingGenerationJob.d.ts +7 -0
  185. package/api/resources/expressionMeasurement/resources/batch/types/EvaluationArgs.d.ts +7 -0
  186. package/api/resources/expressionMeasurement/resources/batch/types/Face.d.ts +23 -0
  187. package/api/resources/expressionMeasurement/resources/batch/types/FacePrediction.d.ts +19 -0
  188. package/api/resources/expressionMeasurement/resources/batch/types/FacemeshPrediction.d.ts +8 -0
  189. package/api/resources/expressionMeasurement/resources/batch/types/Granularity.d.ts +21 -0
  190. package/api/resources/expressionMeasurement/resources/batch/types/Granularity.js +12 -0
  191. package/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsBurstPrediction.d.ts +9 -0
  192. package/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsFacePrediction.d.ts +9 -0
  193. package/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsFacemeshPrediction.d.ts +9 -0
  194. package/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsLanguagePrediction.d.ts +9 -0
  195. package/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsNerPrediction.d.ts +9 -0
  196. package/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsProsodyPrediction.d.ts +9 -0
  197. package/api/resources/expressionMeasurement/resources/batch/types/InferenceBaseRequest.d.ts +25 -0
  198. package/api/resources/expressionMeasurement/resources/batch/types/InferenceJob.d.ts +12 -0
  199. package/api/resources/expressionMeasurement/resources/batch/types/InferencePrediction.d.ts +9 -0
  200. package/api/resources/expressionMeasurement/resources/batch/types/InferenceRequest.d.ts +23 -0
  201. package/api/resources/expressionMeasurement/resources/batch/types/InferenceResults.d.ts +8 -0
  202. package/api/resources/expressionMeasurement/resources/batch/types/InferenceSourcePredictResult.d.ts +10 -0
  203. package/api/resources/expressionMeasurement/resources/batch/types/JobEmbeddingGeneration.d.ts +11 -0
  204. package/api/resources/expressionMeasurement/resources/batch/types/JobInference.d.ts +12 -0
  205. package/api/resources/expressionMeasurement/resources/batch/types/JobTlInference.d.ts +11 -0
  206. package/api/resources/expressionMeasurement/resources/batch/types/JobTraining.d.ts +11 -0
  207. package/api/resources/expressionMeasurement/resources/batch/types/Language.d.ts +16 -0
  208. package/api/resources/expressionMeasurement/resources/batch/types/LanguagePrediction.d.ts +24 -0
  209. package/api/resources/expressionMeasurement/resources/batch/types/Models.d.ts +15 -0
  210. package/api/resources/expressionMeasurement/resources/batch/types/ModelsPredictions.d.ts +12 -0
  211. package/api/resources/expressionMeasurement/resources/batch/types/NerPrediction.d.ts +24 -0
  212. package/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullBurstPrediction.d.ts +8 -0
  213. package/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullFacePrediction.d.ts +8 -0
  214. package/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullFacemeshPrediction.d.ts +8 -0
  215. package/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +8 -0
  216. package/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +8 -0
  217. package/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +8 -0
  218. package/api/resources/expressionMeasurement/resources/batch/types/Prosody.d.ts +15 -0
  219. package/api/resources/expressionMeasurement/resources/batch/types/ProsodyPrediction.d.ts +15 -0
  220. package/api/resources/expressionMeasurement/resources/batch/types/SortBy.d.ts +9 -0
  221. package/api/resources/expressionMeasurement/resources/batch/types/SortBy.js +11 -0
  222. package/api/resources/expressionMeasurement/resources/batch/types/Source.d.ts +16 -0
  223. package/api/resources/expressionMeasurement/resources/batch/types/SourceFile.d.ts +6 -0
  224. package/api/resources/expressionMeasurement/resources/batch/types/SourceUrl.d.ts +6 -0
  225. package/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGeneration.d.ts +19 -0
  226. package/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +6 -0
  227. package/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationFailed.d.ts +6 -0
  228. package/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationInProgress.d.ts +6 -0
  229. package/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationQueued.d.ts +6 -0
  230. package/api/resources/expressionMeasurement/resources/batch/types/StateInference.d.ts +19 -0
  231. package/api/resources/expressionMeasurement/resources/batch/types/StateInferenceCompletedInference.d.ts +6 -0
  232. package/api/resources/expressionMeasurement/resources/batch/types/StateInferenceFailed.d.ts +6 -0
  233. package/api/resources/expressionMeasurement/resources/batch/types/StateInferenceInProgress.d.ts +6 -0
  234. package/api/resources/expressionMeasurement/resources/batch/types/StateInferenceQueued.d.ts +6 -0
  235. package/api/resources/expressionMeasurement/resources/batch/types/StateTlInference.d.ts +19 -0
  236. package/api/resources/expressionMeasurement/resources/batch/types/StateTlInferenceCompletedTlInference.d.ts +6 -0
  237. package/api/resources/expressionMeasurement/resources/batch/types/StateTlInferenceFailed.d.ts +6 -0
  238. package/api/resources/expressionMeasurement/resources/batch/types/StateTlInferenceInProgress.d.ts +6 -0
  239. package/api/resources/expressionMeasurement/resources/batch/types/StateTlInferenceQueued.d.ts +6 -0
  240. package/api/resources/expressionMeasurement/resources/batch/types/StateTraining.d.ts +19 -0
  241. package/api/resources/expressionMeasurement/resources/batch/types/StateTrainingCompletedTraining.d.ts +6 -0
  242. package/api/resources/expressionMeasurement/resources/batch/types/StateTrainingFailed.d.ts +6 -0
  243. package/api/resources/expressionMeasurement/resources/batch/types/StateTrainingInProgress.d.ts +6 -0
  244. package/api/resources/expressionMeasurement/resources/batch/types/StateTrainingQueued.d.ts +6 -0
  245. package/api/resources/expressionMeasurement/resources/batch/types/Status.d.ts +10 -0
  246. package/api/resources/expressionMeasurement/resources/batch/types/Status.js +12 -0
  247. package/api/resources/expressionMeasurement/resources/batch/types/Task.d.ts +13 -0
  248. package/api/resources/expressionMeasurement/resources/batch/types/TlInferenceBaseRequest.d.ts +19 -0
  249. package/api/resources/expressionMeasurement/resources/batch/types/TlInferencePrediction.d.ts +10 -0
  250. package/api/resources/expressionMeasurement/resources/batch/types/TlInferenceResults.d.ts +8 -0
  251. package/api/resources/expressionMeasurement/resources/batch/types/TlInferenceSourcePredictResult.d.ts +10 -0
  252. package/api/resources/expressionMeasurement/resources/batch/types/TrainingBaseRequest.d.ts +14 -0
  253. package/api/resources/expressionMeasurement/resources/batch/types/Transcription.d.ts +51 -0
  254. package/api/resources/expressionMeasurement/resources/batch/types/TranscriptionMetadata.d.ts +12 -0
  255. package/api/resources/expressionMeasurement/resources/batch/types/Type.d.ts +10 -0
  256. package/api/resources/expressionMeasurement/resources/batch/types/Type.js +12 -0
  257. package/api/resources/expressionMeasurement/resources/batch/types/UnionJob.d.ts +5 -0
  258. package/api/resources/expressionMeasurement/resources/batch/types/UnionPredictResult.d.ts +5 -0
  259. package/api/resources/expressionMeasurement/resources/batch/types/ValidationArgs.d.ts +7 -0
  260. package/api/resources/expressionMeasurement/resources/batch/types/When.d.ts +8 -0
  261. package/api/resources/expressionMeasurement/resources/batch/types/When.js +10 -0
  262. package/api/resources/expressionMeasurement/resources/batch/types/index.d.ts +121 -0
  263. package/api/resources/expressionMeasurement/resources/batch/types/index.js +137 -0
  264. package/api/resources/expressionMeasurement/resources/index.d.ts +5 -4
  265. package/api/resources/expressionMeasurement/resources/index.js +3 -2
  266. package/api/resources/expressionMeasurement/resources/stream/index.d.ts +1 -1
  267. package/api/resources/expressionMeasurement/resources/stream/types/Config.d.ts +41 -0
  268. package/api/resources/expressionMeasurement/resources/stream/types/EmotionEmbedding.d.ts +8 -0
  269. package/api/resources/expressionMeasurement/resources/stream/types/Sentiment.d.ts +10 -0
  270. package/api/resources/expressionMeasurement/resources/stream/types/StreamBoundingBox.d.ts +16 -0
  271. package/api/resources/expressionMeasurement/resources/stream/types/StreamErrorMessage.d.ts +17 -0
  272. package/api/resources/expressionMeasurement/resources/stream/types/StreamErrorMessageJobDetails.d.ts +10 -0
  273. package/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsBurst.d.ts +10 -0
  274. package/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsBurstPredictionsItem.d.ts +8 -0
  275. package/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFace.d.ts +10 -0
  276. package/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacePredictionsItem.d.ts +18 -0
  277. package/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacemesh.d.ts +10 -0
  278. package/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacemeshPredictionsItem.d.ts +7 -0
  279. package/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsJobDetails.d.ts +10 -0
  280. package/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsLanguage.d.ts +10 -0
  281. package/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.d.ts +12 -0
  282. package/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsProsody.d.ts +10 -0
  283. package/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsProsodyPredictionsItem.d.ts +8 -0
  284. package/api/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayload.d.ts +51 -0
  285. package/api/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayloadModelsFace.d.ts +22 -0
  286. package/api/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayloadModelsLanguage.d.ts +14 -0
  287. package/api/resources/expressionMeasurement/resources/stream/types/StreamWarningMessage.d.ts +17 -0
  288. package/api/resources/expressionMeasurement/resources/stream/types/StreamWarningMessageJobDetails.d.ts +10 -0
  289. package/api/resources/expressionMeasurement/resources/stream/types/SubscribeEvent.d.ts +11 -2
  290. package/api/resources/expressionMeasurement/resources/stream/types/Toxicity.d.ts +8 -0
  291. package/api/resources/expressionMeasurement/resources/stream/types/index.d.ts +29 -21
  292. package/api/resources/expressionMeasurement/resources/stream/types/index.js +28 -20
  293. package/api/resources/index.d.ts +2 -2
  294. package/core/fetcher/Fetcher.d.ts +9 -6
  295. package/core/fetcher/Fetcher.js +27 -187
  296. package/core/fetcher/Supplier.js +1 -1
  297. package/core/fetcher/createRequestUrl.d.ts +1 -0
  298. package/core/fetcher/createRequestUrl.js +13 -0
  299. package/core/fetcher/getFetchFn.d.ts +4 -0
  300. package/core/fetcher/getFetchFn.js +59 -0
  301. package/core/fetcher/getRequestBody.d.ts +7 -0
  302. package/core/fetcher/getRequestBody.js +23 -0
  303. package/core/fetcher/getResponseBody.d.ts +1 -0
  304. package/core/fetcher/getResponseBody.js +52 -0
  305. package/core/fetcher/index.d.ts +5 -5
  306. package/core/fetcher/makeRequest.d.ts +1 -0
  307. package/core/fetcher/makeRequest.js +42 -0
  308. package/core/fetcher/requestWithRetries.d.ts +1 -0
  309. package/core/fetcher/requestWithRetries.js +32 -0
  310. package/core/fetcher/signals.d.ts +12 -0
  311. package/core/fetcher/signals.js +37 -0
  312. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
  313. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
  314. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +22 -0
  315. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +124 -0
  316. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
  317. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
  318. package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
  319. package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +50 -0
  320. package/core/form-data-utils/FormDataWrapper.d.ts +52 -16
  321. package/core/form-data-utils/FormDataWrapper.js +113 -43
  322. package/core/form-data-utils/index.d.ts +1 -1
  323. package/core/index.d.ts +7 -6
  324. package/core/index.js +1 -0
  325. package/core/pagination/Pageable.d.ts +1 -1
  326. package/core/pagination/index.d.ts +2 -2
  327. package/core/runtime/index.d.ts +1 -1
  328. package/core/runtime/runtime.d.ts +2 -1
  329. package/core/runtime/runtime.js +20 -22
  330. package/core/schemas/Schema.d.ts +7 -3
  331. package/core/schemas/Schema.js +16 -16
  332. package/core/schemas/builders/date/date.d.ts +1 -1
  333. package/core/schemas/builders/date/date.js +4 -4
  334. package/core/schemas/builders/date/index.d.ts +1 -1
  335. package/core/schemas/builders/enum/enum.d.ts +1 -1
  336. package/core/schemas/builders/enum/enum.js +3 -3
  337. package/core/schemas/builders/enum/index.d.ts +1 -1
  338. package/core/schemas/builders/index.d.ts +13 -13
  339. package/core/schemas/builders/lazy/index.d.ts +3 -3
  340. package/core/schemas/builders/lazy/lazy.d.ts +1 -1
  341. package/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
  342. package/core/schemas/builders/list/index.d.ts +1 -1
  343. package/core/schemas/builders/list/list.d.ts +1 -1
  344. package/core/schemas/builders/list/list.js +1 -1
  345. package/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
  346. package/core/schemas/builders/literals/index.d.ts +2 -2
  347. package/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
  348. package/core/schemas/builders/object/index.d.ts +6 -6
  349. package/core/schemas/builders/object/object.d.ts +1 -1
  350. package/core/schemas/builders/object/object.js +12 -24
  351. package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
  352. package/core/schemas/builders/object/property.d.ts +1 -1
  353. package/core/schemas/builders/object/types.d.ts +5 -5
  354. package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
  355. package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
  356. package/core/schemas/builders/object-like/index.d.ts +2 -2
  357. package/core/schemas/builders/object-like/types.d.ts +1 -1
  358. package/core/schemas/builders/primitives/boolean.js +2 -2
  359. package/core/schemas/builders/primitives/index.d.ts +5 -5
  360. package/core/schemas/builders/primitives/number.js +2 -2
  361. package/core/schemas/builders/primitives/string.js +2 -2
  362. package/core/schemas/builders/record/index.d.ts +2 -2
  363. package/core/schemas/builders/record/record.d.ts +2 -2
  364. package/core/schemas/builders/record/record.js +3 -9
  365. package/core/schemas/builders/record/types.d.ts +2 -2
  366. package/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
  367. package/core/schemas/builders/schema-utils/JsonError.js +1 -1
  368. package/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
  369. package/core/schemas/builders/schema-utils/ParseError.js +1 -1
  370. package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
  371. package/core/schemas/builders/schema-utils/getSchemaUtils.js +6 -0
  372. package/core/schemas/builders/schema-utils/index.d.ts +4 -4
  373. package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
  374. package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -1
  375. package/core/schemas/builders/set/index.d.ts +1 -1
  376. package/core/schemas/builders/set/set.d.ts +1 -1
  377. package/core/schemas/builders/set/set.js +1 -1
  378. package/core/schemas/builders/undiscriminated-union/index.d.ts +2 -2
  379. package/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
  380. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
  381. package/core/schemas/builders/union/index.d.ts +4 -4
  382. package/core/schemas/builders/union/types.d.ts +2 -2
  383. package/core/schemas/builders/union/union.d.ts +3 -3
  384. package/core/schemas/builders/union/union.js +6 -14
  385. package/core/schemas/index.d.ts +2 -2
  386. package/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
  387. package/core/schemas/utils/getErrorMessageForIncorrectType.js +6 -6
  388. package/core/schemas/utils/isPlainObject.js +1 -1
  389. package/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
  390. package/core/schemas/utils/maybeSkipValidation.js +4 -6
  391. package/core/utils/index.d.ts +1 -0
  392. package/core/utils/index.js +5 -0
  393. package/core/utils/setObjectProperty.d.ts +11 -0
  394. package/core/utils/setObjectProperty.js +43 -0
  395. package/core/websocket/events.js +3 -3
  396. package/core/websocket/index.d.ts +1 -1
  397. package/core/websocket/ws.d.ts +5 -5
  398. package/core/websocket/ws.js +45 -51
  399. package/dist/Client.d.ts +4 -4
  400. package/dist/api/index.d.ts +1 -1
  401. package/dist/api/resources/empathicVoice/client/Client.d.ts +8 -8
  402. package/dist/api/resources/empathicVoice/index.d.ts +3 -3
  403. package/dist/api/resources/empathicVoice/resources/chat/client/Client.d.ts +3 -3
  404. package/dist/api/resources/empathicVoice/resources/chat/client/Client.js +6 -6
  405. package/dist/api/resources/empathicVoice/resources/chat/client/Socket.d.ts +9 -9
  406. package/dist/api/resources/empathicVoice/resources/chat/client/Socket.js +28 -28
  407. package/dist/api/resources/empathicVoice/resources/chat/client/index.d.ts +2 -2
  408. package/dist/api/resources/empathicVoice/resources/chat/index.d.ts +2 -2
  409. package/dist/api/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +1 -1
  410. package/dist/api/resources/empathicVoice/resources/chat/types/SubscribeEvent.d.ts +1 -1
  411. package/dist/api/resources/empathicVoice/resources/chat/types/index.d.ts +2 -2
  412. package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +4 -4
  413. package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.js +31 -33
  414. package/dist/api/resources/empathicVoice/resources/chatGroups/client/index.d.ts +1 -1
  415. package/dist/api/resources/empathicVoice/resources/chatGroups/client/requests/index.d.ts +2 -2
  416. package/dist/api/resources/empathicVoice/resources/chatGroups/index.d.ts +1 -1
  417. package/dist/api/resources/empathicVoice/resources/chats/client/Client.d.ts +4 -4
  418. package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +34 -36
  419. package/dist/api/resources/empathicVoice/resources/chats/client/index.d.ts +1 -1
  420. package/dist/api/resources/empathicVoice/resources/chats/client/requests/index.d.ts +2 -2
  421. package/dist/api/resources/empathicVoice/resources/chats/index.d.ts +1 -1
  422. package/dist/api/resources/empathicVoice/resources/configs/client/Client.d.ts +4 -4
  423. package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +108 -121
  424. package/dist/api/resources/empathicVoice/resources/configs/client/index.d.ts +1 -1
  425. package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +1 -1
  426. package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +1 -1
  427. package/dist/api/resources/empathicVoice/resources/configs/client/requests/index.d.ts +6 -6
  428. package/dist/api/resources/empathicVoice/resources/configs/index.d.ts +1 -1
  429. package/dist/api/resources/empathicVoice/resources/index.d.ts +12 -12
  430. package/dist/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +4 -4
  431. package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +110 -124
  432. package/dist/api/resources/empathicVoice/resources/prompts/client/index.d.ts +1 -1
  433. package/dist/api/resources/empathicVoice/resources/prompts/client/requests/index.d.ts +6 -6
  434. package/dist/api/resources/empathicVoice/resources/prompts/index.d.ts +1 -1
  435. package/dist/api/resources/empathicVoice/resources/tools/client/Client.d.ts +4 -4
  436. package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +110 -120
  437. package/dist/api/resources/empathicVoice/resources/tools/client/index.d.ts +1 -1
  438. package/dist/api/resources/empathicVoice/resources/tools/client/requests/index.d.ts +6 -6
  439. package/dist/api/resources/empathicVoice/resources/tools/index.d.ts +1 -1
  440. package/dist/api/resources/empathicVoice/types/AssistantEnd.d.ts +1 -1
  441. package/dist/api/resources/empathicVoice/types/AssistantInput.d.ts +1 -1
  442. package/dist/api/resources/empathicVoice/types/AssistantMessage.d.ts +2 -2
  443. package/dist/api/resources/empathicVoice/types/AudioConfiguration.d.ts +1 -1
  444. package/dist/api/resources/empathicVoice/types/AudioInput.d.ts +1 -1
  445. package/dist/api/resources/empathicVoice/types/AudioOutput.d.ts +1 -1
  446. package/dist/api/resources/empathicVoice/types/BuiltInTool.d.ts +1 -1
  447. package/dist/api/resources/empathicVoice/types/BuiltinToolConfig.d.ts +1 -1
  448. package/dist/api/resources/empathicVoice/types/ChatMessage.d.ts +1 -1
  449. package/dist/api/resources/empathicVoice/types/ChatMessageToolResult.d.ts +1 -1
  450. package/dist/api/resources/empathicVoice/types/ChatMetadata.d.ts +1 -1
  451. package/dist/api/resources/empathicVoice/types/Context.d.ts +3 -1
  452. package/dist/api/resources/empathicVoice/types/ContextType.d.ts +1 -1
  453. package/dist/api/resources/empathicVoice/types/ContextType.js +3 -3
  454. package/dist/api/resources/empathicVoice/types/Encoding.d.ts +1 -1
  455. package/dist/api/resources/empathicVoice/types/ErrorLevel.d.ts +1 -1
  456. package/dist/api/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +1 -1
  457. package/dist/api/resources/empathicVoice/types/FunctionCallResponseInput.d.ts +1 -1
  458. package/dist/api/resources/empathicVoice/types/HttpValidationError.d.ts +1 -1
  459. package/dist/api/resources/empathicVoice/types/Inference.d.ts +1 -1
  460. package/dist/api/resources/empathicVoice/types/JsonMessage.d.ts +1 -1
  461. package/dist/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +1 -1
  462. package/dist/api/resources/empathicVoice/types/PostedBuiltinTool.d.ts +10 -2
  463. package/dist/api/resources/empathicVoice/types/PostedBuiltinToolName.d.ts +16 -0
  464. package/dist/api/resources/empathicVoice/types/PostedBuiltinToolName.js +10 -0
  465. package/dist/api/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +1 -1
  466. package/dist/api/resources/empathicVoice/types/PostedLanguageModel.d.ts +1 -1
  467. package/dist/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +1 -1
  468. package/dist/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +6 -6
  469. package/dist/api/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +1 -1
  470. package/dist/api/resources/empathicVoice/types/PostedVoice.d.ts +2 -2
  471. package/dist/api/resources/empathicVoice/types/PostedVoiceName.d.ts +1 -1
  472. package/dist/api/resources/empathicVoice/types/PostedVoiceName.js +3 -3
  473. package/dist/api/resources/empathicVoice/types/ProsodyInference.d.ts +1 -1
  474. package/dist/api/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +1 -1
  475. package/dist/api/resources/empathicVoice/types/ReturnActiveChatCount.d.ts +1 -1
  476. package/dist/api/resources/empathicVoice/types/ReturnBuiltinTool.d.ts +1 -1
  477. package/dist/api/resources/empathicVoice/types/ReturnBuiltinToolToolType.d.ts +1 -1
  478. package/dist/api/resources/empathicVoice/types/ReturnBuiltinToolToolType.js +2 -2
  479. package/dist/api/resources/empathicVoice/types/ReturnChat.d.ts +1 -1
  480. package/dist/api/resources/empathicVoice/types/ReturnChatEvent.d.ts +1 -1
  481. package/dist/api/resources/empathicVoice/types/ReturnChatEventRole.d.ts +1 -1
  482. package/dist/api/resources/empathicVoice/types/ReturnChatEventRole.js +4 -4
  483. package/dist/api/resources/empathicVoice/types/ReturnChatEventType.d.ts +1 -1
  484. package/dist/api/resources/empathicVoice/types/ReturnChatEventType.js +6 -6
  485. package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +1 -1
  486. package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +1 -1
  487. package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.d.ts +1 -1
  488. package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.js +2 -2
  489. package/dist/api/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +1 -1
  490. package/dist/api/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.d.ts +1 -1
  491. package/dist/api/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.js +2 -2
  492. package/dist/api/resources/empathicVoice/types/ReturnChatPagedEventsStatus.d.ts +1 -1
  493. package/dist/api/resources/empathicVoice/types/ReturnChatPagedEventsStatus.js +6 -6
  494. package/dist/api/resources/empathicVoice/types/ReturnChatStatus.d.ts +1 -1
  495. package/dist/api/resources/empathicVoice/types/ReturnChatStatus.js +6 -6
  496. package/dist/api/resources/empathicVoice/types/ReturnConfig.d.ts +1 -1
  497. package/dist/api/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +1 -1
  498. package/dist/api/resources/empathicVoice/types/ReturnLanguageModel.d.ts +1 -1
  499. package/dist/api/resources/empathicVoice/types/ReturnLanguageModelModelProvider.d.ts +1 -1
  500. package/dist/api/resources/empathicVoice/types/ReturnLanguageModelModelProvider.js +6 -6
  501. package/dist/api/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +1 -1
  502. package/dist/api/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.d.ts +1 -1
  503. package/dist/api/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.js +2 -2
  504. package/dist/api/resources/empathicVoice/types/ReturnPagedChats.d.ts +1 -1
  505. package/dist/api/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.d.ts +1 -1
  506. package/dist/api/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.js +2 -2
  507. package/dist/api/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +1 -1
  508. package/dist/api/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +1 -1
  509. package/dist/api/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +1 -1
  510. package/dist/api/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +1 -1
  511. package/dist/api/resources/empathicVoice/types/ReturnPrompt.d.ts +1 -1
  512. package/dist/api/resources/empathicVoice/types/ReturnPromptVersionType.d.ts +1 -1
  513. package/dist/api/resources/empathicVoice/types/ReturnPromptVersionType.js +2 -2
  514. package/dist/api/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +1 -1
  515. package/dist/api/resources/empathicVoice/types/ReturnUserDefinedTool.d.ts +1 -1
  516. package/dist/api/resources/empathicVoice/types/ReturnUserDefinedToolToolType.d.ts +1 -1
  517. package/dist/api/resources/empathicVoice/types/ReturnUserDefinedToolToolType.js +2 -2
  518. package/dist/api/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.d.ts +1 -1
  519. package/dist/api/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.js +2 -2
  520. package/dist/api/resources/empathicVoice/types/ReturnVoice.d.ts +2 -2
  521. package/dist/api/resources/empathicVoice/types/ReturnVoiceName.d.ts +1 -1
  522. package/dist/api/resources/empathicVoice/types/ReturnVoiceName.js +3 -3
  523. package/dist/api/resources/empathicVoice/types/Role.d.ts +1 -1
  524. package/dist/api/resources/empathicVoice/types/Role.js +5 -5
  525. package/dist/api/resources/empathicVoice/types/SessionSettings.d.ts +2 -2
  526. package/dist/api/resources/empathicVoice/types/TextInput.d.ts +1 -1
  527. package/dist/api/resources/empathicVoice/types/Tool.d.ts +1 -1
  528. package/dist/api/resources/empathicVoice/types/ToolCallMessage.d.ts +2 -2
  529. package/dist/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +2 -2
  530. package/dist/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +2 -2
  531. package/dist/api/resources/empathicVoice/types/ToolType.d.ts +1 -1
  532. package/dist/api/resources/empathicVoice/types/ToolType.js +2 -2
  533. package/dist/api/resources/empathicVoice/types/TtsInput.d.ts +1 -1
  534. package/dist/api/resources/empathicVoice/types/UserInput.d.ts +1 -1
  535. package/dist/api/resources/empathicVoice/types/UserInterruption.d.ts +1 -1
  536. package/dist/api/resources/empathicVoice/types/UserMessage.d.ts +2 -2
  537. package/dist/api/resources/empathicVoice/types/ValidationError.d.ts +1 -1
  538. package/dist/api/resources/empathicVoice/types/VoiceArgs.d.ts +1 -1
  539. package/dist/api/resources/empathicVoice/types/VoiceNameEnum.d.ts +1 -1
  540. package/dist/api/resources/empathicVoice/types/VoiceNameEnum.js +3 -3
  541. package/dist/api/resources/empathicVoice/types/WebSocketError.d.ts +1 -1
  542. package/dist/api/resources/empathicVoice/types/index.d.ts +100 -99
  543. package/dist/api/resources/empathicVoice/types/index.js +1 -0
  544. package/dist/api/resources/expressionMeasurement/client/Client.d.ts +3 -3
  545. package/dist/api/resources/expressionMeasurement/index.d.ts +2 -3
  546. package/dist/api/resources/expressionMeasurement/index.js +0 -1
  547. package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.d.ts +9 -8
  548. package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.js +83 -88
  549. package/dist/api/resources/expressionMeasurement/resources/batch/client/index.d.ts +1 -1
  550. package/dist/api/resources/expressionMeasurement/resources/batch/client/requests/BatchListJobsRequest.d.ts +1 -1
  551. package/dist/api/resources/expressionMeasurement/resources/batch/client/requests/BatchStartInferenceJobFromLocalFileRequest.d.ts +1 -1
  552. package/dist/api/resources/expressionMeasurement/resources/batch/client/requests/index.d.ts +2 -2
  553. package/dist/api/resources/expressionMeasurement/resources/batch/index.d.ts +2 -1
  554. package/dist/api/resources/expressionMeasurement/resources/batch/index.js +1 -0
  555. package/dist/api/resources/expressionMeasurement/resources/batch/types/Alternative.d.ts +4 -0
  556. package/dist/api/resources/expressionMeasurement/resources/batch/types/Bcp47Tag.d.ts +35 -0
  557. package/dist/api/resources/expressionMeasurement/resources/batch/types/Bcp47Tag.js +37 -0
  558. package/dist/api/resources/expressionMeasurement/resources/batch/types/BoundingBox.d.ts +16 -0
  559. package/dist/api/resources/expressionMeasurement/resources/batch/types/BurstPrediction.d.ts +11 -0
  560. package/dist/api/resources/expressionMeasurement/resources/batch/types/CompletedTraining.d.ts +14 -0
  561. package/dist/api/resources/expressionMeasurement/resources/batch/types/CustomModel.d.ts +5 -0
  562. package/dist/api/resources/expressionMeasurement/resources/batch/types/CustomModelRequest.d.ts +9 -0
  563. package/dist/api/resources/expressionMeasurement/resources/batch/types/CustomModelsInferenceJob.d.ts +7 -0
  564. package/dist/api/resources/expressionMeasurement/resources/batch/types/CustomModelsTrainingJob.d.ts +7 -0
  565. package/dist/api/resources/expressionMeasurement/resources/batch/types/Dataset.d.ts +5 -0
  566. package/dist/api/resources/expressionMeasurement/resources/batch/types/Direction.d.ts +8 -0
  567. package/dist/api/resources/expressionMeasurement/resources/batch/types/Direction.js +10 -0
  568. package/dist/api/resources/expressionMeasurement/resources/batch/types/EmbeddingGenerationBaseRequest.d.ts +8 -0
  569. package/dist/api/resources/expressionMeasurement/resources/batch/types/EmbeddingGenerationJob.d.ts +7 -0
  570. package/dist/api/resources/expressionMeasurement/resources/batch/types/EvaluationArgs.d.ts +7 -0
  571. package/dist/api/resources/expressionMeasurement/resources/batch/types/Face.d.ts +23 -0
  572. package/dist/api/resources/expressionMeasurement/resources/batch/types/FacePrediction.d.ts +19 -0
  573. package/dist/api/resources/expressionMeasurement/resources/batch/types/FacemeshPrediction.d.ts +8 -0
  574. package/dist/api/resources/expressionMeasurement/resources/batch/types/Granularity.d.ts +21 -0
  575. package/dist/api/resources/expressionMeasurement/resources/batch/types/Granularity.js +12 -0
  576. package/dist/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsBurstPrediction.d.ts +9 -0
  577. package/dist/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsFacePrediction.d.ts +9 -0
  578. package/dist/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsFacemeshPrediction.d.ts +9 -0
  579. package/dist/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsLanguagePrediction.d.ts +9 -0
  580. package/dist/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsNerPrediction.d.ts +9 -0
  581. package/dist/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsProsodyPrediction.d.ts +9 -0
  582. package/dist/api/resources/expressionMeasurement/resources/batch/types/InferenceBaseRequest.d.ts +25 -0
  583. package/dist/api/resources/expressionMeasurement/resources/batch/types/InferenceJob.d.ts +12 -0
  584. package/dist/api/resources/expressionMeasurement/resources/batch/types/InferencePrediction.d.ts +9 -0
  585. package/dist/api/resources/expressionMeasurement/resources/batch/types/InferenceRequest.d.ts +23 -0
  586. package/dist/api/resources/expressionMeasurement/resources/batch/types/InferenceResults.d.ts +8 -0
  587. package/dist/api/resources/expressionMeasurement/resources/batch/types/InferenceSourcePredictResult.d.ts +10 -0
  588. package/dist/api/resources/expressionMeasurement/resources/batch/types/JobEmbeddingGeneration.d.ts +11 -0
  589. package/dist/api/resources/expressionMeasurement/resources/batch/types/JobInference.d.ts +12 -0
  590. package/dist/api/resources/expressionMeasurement/resources/batch/types/JobTlInference.d.ts +11 -0
  591. package/dist/api/resources/expressionMeasurement/resources/batch/types/JobTraining.d.ts +11 -0
  592. package/dist/api/resources/expressionMeasurement/resources/batch/types/Language.d.ts +16 -0
  593. package/dist/api/resources/expressionMeasurement/resources/batch/types/LanguagePrediction.d.ts +24 -0
  594. package/dist/api/resources/expressionMeasurement/resources/batch/types/Models.d.ts +15 -0
  595. package/dist/api/resources/expressionMeasurement/resources/batch/types/ModelsPredictions.d.ts +12 -0
  596. package/dist/api/resources/expressionMeasurement/resources/batch/types/NerPrediction.d.ts +24 -0
  597. package/dist/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullBurstPrediction.d.ts +8 -0
  598. package/dist/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullFacePrediction.d.ts +8 -0
  599. package/dist/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullFacemeshPrediction.d.ts +8 -0
  600. package/dist/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +8 -0
  601. package/dist/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +8 -0
  602. package/dist/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +8 -0
  603. package/dist/api/resources/expressionMeasurement/resources/batch/types/Prosody.d.ts +15 -0
  604. package/dist/api/resources/expressionMeasurement/resources/batch/types/ProsodyPrediction.d.ts +15 -0
  605. package/dist/api/resources/expressionMeasurement/resources/batch/types/SortBy.d.ts +9 -0
  606. package/dist/api/resources/expressionMeasurement/resources/batch/types/SortBy.js +11 -0
  607. package/dist/api/resources/expressionMeasurement/resources/batch/types/Source.d.ts +16 -0
  608. package/dist/api/resources/expressionMeasurement/resources/batch/types/SourceFile.d.ts +6 -0
  609. package/dist/api/resources/expressionMeasurement/resources/batch/types/SourceUrl.d.ts +6 -0
  610. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGeneration.d.ts +19 -0
  611. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +6 -0
  612. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationFailed.d.ts +6 -0
  613. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationInProgress.d.ts +6 -0
  614. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationQueued.d.ts +6 -0
  615. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateInference.d.ts +19 -0
  616. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateInferenceCompletedInference.d.ts +6 -0
  617. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateInferenceFailed.d.ts +6 -0
  618. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateInferenceInProgress.d.ts +6 -0
  619. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateInferenceQueued.d.ts +6 -0
  620. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateTlInference.d.ts +19 -0
  621. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateTlInferenceCompletedTlInference.d.ts +6 -0
  622. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateTlInferenceFailed.d.ts +6 -0
  623. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateTlInferenceInProgress.d.ts +6 -0
  624. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateTlInferenceQueued.d.ts +6 -0
  625. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateTraining.d.ts +19 -0
  626. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateTrainingCompletedTraining.d.ts +6 -0
  627. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateTrainingFailed.d.ts +6 -0
  628. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateTrainingInProgress.d.ts +6 -0
  629. package/dist/api/resources/expressionMeasurement/resources/batch/types/StateTrainingQueued.d.ts +6 -0
  630. package/dist/api/resources/expressionMeasurement/resources/batch/types/Status.d.ts +10 -0
  631. package/dist/api/resources/expressionMeasurement/resources/batch/types/Status.js +12 -0
  632. package/dist/api/resources/expressionMeasurement/resources/batch/types/Task.d.ts +13 -0
  633. package/dist/api/resources/expressionMeasurement/resources/batch/types/TlInferenceBaseRequest.d.ts +19 -0
  634. package/dist/api/resources/expressionMeasurement/resources/batch/types/TlInferencePrediction.d.ts +10 -0
  635. package/dist/api/resources/expressionMeasurement/resources/batch/types/TlInferenceResults.d.ts +8 -0
  636. package/dist/api/resources/expressionMeasurement/resources/batch/types/TlInferenceSourcePredictResult.d.ts +10 -0
  637. package/dist/api/resources/expressionMeasurement/resources/batch/types/TrainingBaseRequest.d.ts +14 -0
  638. package/dist/api/resources/expressionMeasurement/resources/batch/types/Transcription.d.ts +51 -0
  639. package/dist/api/resources/expressionMeasurement/resources/batch/types/TranscriptionMetadata.d.ts +12 -0
  640. package/dist/api/resources/expressionMeasurement/resources/batch/types/Type.d.ts +10 -0
  641. package/dist/api/resources/expressionMeasurement/resources/batch/types/Type.js +12 -0
  642. package/dist/api/resources/expressionMeasurement/resources/batch/types/UnionJob.d.ts +5 -0
  643. package/dist/api/resources/expressionMeasurement/resources/batch/types/UnionPredictResult.d.ts +5 -0
  644. package/dist/api/resources/expressionMeasurement/resources/batch/types/ValidationArgs.d.ts +7 -0
  645. package/dist/api/resources/expressionMeasurement/resources/batch/types/When.d.ts +8 -0
  646. package/dist/api/resources/expressionMeasurement/resources/batch/types/When.js +10 -0
  647. package/dist/api/resources/expressionMeasurement/resources/batch/types/index.d.ts +121 -0
  648. package/dist/api/resources/expressionMeasurement/resources/batch/types/index.js +137 -0
  649. package/dist/api/resources/expressionMeasurement/resources/index.d.ts +5 -4
  650. package/dist/api/resources/expressionMeasurement/resources/index.js +3 -2
  651. package/dist/api/resources/expressionMeasurement/resources/stream/index.d.ts +1 -1
  652. package/dist/api/resources/expressionMeasurement/resources/stream/types/Config.d.ts +41 -0
  653. package/dist/api/resources/expressionMeasurement/resources/stream/types/EmotionEmbedding.d.ts +8 -0
  654. package/dist/api/resources/expressionMeasurement/resources/stream/types/Sentiment.d.ts +10 -0
  655. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBoundingBox.d.ts +16 -0
  656. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamErrorMessage.d.ts +17 -0
  657. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamErrorMessageJobDetails.d.ts +10 -0
  658. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsBurst.d.ts +10 -0
  659. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsBurstPredictionsItem.d.ts +8 -0
  660. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFace.d.ts +10 -0
  661. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacePredictionsItem.d.ts +18 -0
  662. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacemesh.d.ts +10 -0
  663. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacemeshPredictionsItem.d.ts +7 -0
  664. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsJobDetails.d.ts +10 -0
  665. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsLanguage.d.ts +10 -0
  666. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.d.ts +12 -0
  667. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsProsody.d.ts +10 -0
  668. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsProsodyPredictionsItem.d.ts +8 -0
  669. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayload.d.ts +51 -0
  670. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayloadModelsFace.d.ts +22 -0
  671. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayloadModelsLanguage.d.ts +14 -0
  672. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamWarningMessage.d.ts +17 -0
  673. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamWarningMessageJobDetails.d.ts +10 -0
  674. package/dist/api/resources/expressionMeasurement/resources/stream/types/SubscribeEvent.d.ts +11 -2
  675. package/dist/api/resources/expressionMeasurement/resources/stream/types/Toxicity.d.ts +8 -0
  676. package/dist/api/resources/expressionMeasurement/resources/stream/types/index.d.ts +29 -21
  677. package/dist/api/resources/expressionMeasurement/resources/stream/types/index.js +28 -20
  678. package/dist/api/resources/index.d.ts +2 -2
  679. package/dist/core/fetcher/Fetcher.d.ts +9 -6
  680. package/dist/core/fetcher/Fetcher.js +27 -187
  681. package/dist/core/fetcher/Supplier.js +1 -1
  682. package/dist/core/fetcher/createRequestUrl.d.ts +1 -0
  683. package/dist/core/fetcher/createRequestUrl.js +13 -0
  684. package/dist/core/fetcher/getFetchFn.d.ts +4 -0
  685. package/dist/core/fetcher/getFetchFn.js +59 -0
  686. package/dist/core/fetcher/getRequestBody.d.ts +7 -0
  687. package/dist/core/fetcher/getRequestBody.js +23 -0
  688. package/dist/core/fetcher/getResponseBody.d.ts +1 -0
  689. package/dist/core/fetcher/getResponseBody.js +52 -0
  690. package/dist/core/fetcher/index.d.ts +5 -5
  691. package/dist/core/fetcher/makeRequest.d.ts +1 -0
  692. package/dist/core/fetcher/makeRequest.js +42 -0
  693. package/dist/core/fetcher/requestWithRetries.d.ts +1 -0
  694. package/dist/core/fetcher/requestWithRetries.js +32 -0
  695. package/dist/core/fetcher/signals.d.ts +12 -0
  696. package/dist/core/fetcher/signals.js +37 -0
  697. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
  698. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
  699. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +22 -0
  700. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +124 -0
  701. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
  702. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
  703. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
  704. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +50 -0
  705. package/dist/core/form-data-utils/FormDataWrapper.d.ts +52 -16
  706. package/dist/core/form-data-utils/FormDataWrapper.js +113 -43
  707. package/dist/core/form-data-utils/index.d.ts +1 -1
  708. package/dist/core/index.d.ts +7 -6
  709. package/dist/core/index.js +1 -0
  710. package/dist/core/pagination/Pageable.d.ts +1 -1
  711. package/dist/core/pagination/index.d.ts +2 -2
  712. package/dist/core/runtime/index.d.ts +1 -1
  713. package/dist/core/runtime/runtime.d.ts +2 -1
  714. package/dist/core/runtime/runtime.js +20 -22
  715. package/dist/core/schemas/Schema.d.ts +7 -3
  716. package/dist/core/schemas/Schema.js +16 -16
  717. package/dist/core/schemas/builders/date/date.d.ts +1 -1
  718. package/dist/core/schemas/builders/date/date.js +4 -4
  719. package/dist/core/schemas/builders/date/index.d.ts +1 -1
  720. package/dist/core/schemas/builders/enum/enum.d.ts +1 -1
  721. package/dist/core/schemas/builders/enum/enum.js +3 -3
  722. package/dist/core/schemas/builders/enum/index.d.ts +1 -1
  723. package/dist/core/schemas/builders/index.d.ts +13 -13
  724. package/dist/core/schemas/builders/lazy/index.d.ts +3 -3
  725. package/dist/core/schemas/builders/lazy/lazy.d.ts +1 -1
  726. package/dist/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
  727. package/dist/core/schemas/builders/list/index.d.ts +1 -1
  728. package/dist/core/schemas/builders/list/list.d.ts +1 -1
  729. package/dist/core/schemas/builders/list/list.js +1 -1
  730. package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
  731. package/dist/core/schemas/builders/literals/index.d.ts +2 -2
  732. package/dist/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
  733. package/dist/core/schemas/builders/object/index.d.ts +6 -6
  734. package/dist/core/schemas/builders/object/object.d.ts +1 -1
  735. package/dist/core/schemas/builders/object/object.js +12 -24
  736. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
  737. package/dist/core/schemas/builders/object/property.d.ts +1 -1
  738. package/dist/core/schemas/builders/object/types.d.ts +5 -5
  739. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
  740. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
  741. package/dist/core/schemas/builders/object-like/index.d.ts +2 -2
  742. package/dist/core/schemas/builders/object-like/types.d.ts +1 -1
  743. package/dist/core/schemas/builders/primitives/boolean.js +2 -2
  744. package/dist/core/schemas/builders/primitives/index.d.ts +5 -5
  745. package/dist/core/schemas/builders/primitives/number.js +2 -2
  746. package/dist/core/schemas/builders/primitives/string.js +2 -2
  747. package/dist/core/schemas/builders/record/index.d.ts +2 -2
  748. package/dist/core/schemas/builders/record/record.d.ts +2 -2
  749. package/dist/core/schemas/builders/record/record.js +3 -9
  750. package/dist/core/schemas/builders/record/types.d.ts +2 -2
  751. package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
  752. package/dist/core/schemas/builders/schema-utils/JsonError.js +1 -1
  753. package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
  754. package/dist/core/schemas/builders/schema-utils/ParseError.js +1 -1
  755. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
  756. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.js +6 -0
  757. package/dist/core/schemas/builders/schema-utils/index.d.ts +4 -4
  758. package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
  759. package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -1
  760. package/dist/core/schemas/builders/set/index.d.ts +1 -1
  761. package/dist/core/schemas/builders/set/set.d.ts +1 -1
  762. package/dist/core/schemas/builders/set/set.js +1 -1
  763. package/dist/core/schemas/builders/undiscriminated-union/index.d.ts +2 -2
  764. package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
  765. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
  766. package/dist/core/schemas/builders/union/index.d.ts +4 -4
  767. package/dist/core/schemas/builders/union/types.d.ts +2 -2
  768. package/dist/core/schemas/builders/union/union.d.ts +3 -3
  769. package/dist/core/schemas/builders/union/union.js +6 -14
  770. package/dist/core/schemas/index.d.ts +2 -2
  771. package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
  772. package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +6 -6
  773. package/dist/core/schemas/utils/isPlainObject.js +1 -1
  774. package/dist/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
  775. package/dist/core/schemas/utils/maybeSkipValidation.js +4 -6
  776. package/dist/core/utils/index.d.ts +1 -0
  777. package/dist/core/utils/index.js +5 -0
  778. package/dist/core/utils/setObjectProperty.d.ts +11 -0
  779. package/dist/core/utils/setObjectProperty.js +43 -0
  780. package/dist/core/websocket/events.js +3 -3
  781. package/dist/core/websocket/index.d.ts +1 -1
  782. package/dist/core/websocket/ws.d.ts +5 -5
  783. package/dist/core/websocket/ws.js +45 -51
  784. package/dist/environments.js +1 -1
  785. package/dist/errors/HumeError.d.ts +1 -1
  786. package/dist/errors/HumeError.js +2 -2
  787. package/dist/errors/HumeTimeoutError.js +1 -1
  788. package/dist/errors/index.d.ts +2 -2
  789. package/dist/index.d.ts +4 -4
  790. package/dist/serialization/index.d.ts +1 -1
  791. package/dist/serialization/resources/empathicVoice/index.d.ts +2 -2
  792. package/dist/serialization/resources/empathicVoice/resources/chat/index.d.ts +1 -1
  793. package/dist/serialization/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +11 -11
  794. package/dist/serialization/resources/empathicVoice/resources/chat/types/SubscribeEvent.d.ts +13 -13
  795. package/dist/serialization/resources/empathicVoice/resources/chat/types/index.d.ts +2 -2
  796. package/dist/serialization/resources/empathicVoice/resources/configs/client/index.d.ts +1 -1
  797. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +11 -11
  798. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +6 -8
  799. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigName.d.ts +3 -3
  800. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +11 -11
  801. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +6 -8
  802. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersionDescription.d.ts +3 -3
  803. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersionDescription.js +1 -1
  804. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/index.d.ts +4 -4
  805. package/dist/serialization/resources/empathicVoice/resources/configs/index.d.ts +1 -1
  806. package/dist/serialization/resources/empathicVoice/resources/index.d.ts +8 -8
  807. package/dist/serialization/resources/empathicVoice/resources/prompts/client/createPrompt.d.ts +4 -4
  808. package/dist/serialization/resources/empathicVoice/resources/prompts/client/createPromptVerison.d.ts +4 -4
  809. package/dist/serialization/resources/empathicVoice/resources/prompts/client/getPromptVersion.d.ts +4 -4
  810. package/dist/serialization/resources/empathicVoice/resources/prompts/client/index.d.ts +5 -5
  811. package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +3 -3
  812. package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.js +1 -1
  813. package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptName.d.ts +3 -3
  814. package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +3 -3
  815. package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.js +1 -1
  816. package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersionDescription.d.ts +3 -3
  817. package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersionDescription.js +1 -1
  818. package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/index.d.ts +4 -4
  819. package/dist/serialization/resources/empathicVoice/resources/prompts/client/updatePromptDescription.d.ts +4 -4
  820. package/dist/serialization/resources/empathicVoice/resources/prompts/index.d.ts +1 -1
  821. package/dist/serialization/resources/empathicVoice/resources/tools/client/createTool.d.ts +4 -4
  822. package/dist/serialization/resources/empathicVoice/resources/tools/client/createToolVersion.d.ts +4 -4
  823. package/dist/serialization/resources/empathicVoice/resources/tools/client/getToolVersion.d.ts +4 -4
  824. package/dist/serialization/resources/empathicVoice/resources/tools/client/index.d.ts +5 -5
  825. package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.d.ts +3 -3
  826. package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.js +2 -2
  827. package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolName.d.ts +3 -3
  828. package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.d.ts +3 -3
  829. package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.js +2 -2
  830. package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersionDescription.d.ts +3 -3
  831. package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersionDescription.js +1 -1
  832. package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/index.d.ts +4 -4
  833. package/dist/serialization/resources/empathicVoice/resources/tools/client/updateToolDescription.d.ts +4 -4
  834. package/dist/serialization/resources/empathicVoice/resources/tools/index.d.ts +1 -1
  835. package/dist/serialization/resources/empathicVoice/types/AssistantEnd.d.ts +4 -4
  836. package/dist/serialization/resources/empathicVoice/types/AssistantEnd.js +2 -2
  837. package/dist/serialization/resources/empathicVoice/types/AssistantInput.d.ts +4 -4
  838. package/dist/serialization/resources/empathicVoice/types/AssistantInput.js +2 -2
  839. package/dist/serialization/resources/empathicVoice/types/AssistantMessage.d.ts +6 -6
  840. package/dist/serialization/resources/empathicVoice/types/AssistantMessage.js +3 -3
  841. package/dist/serialization/resources/empathicVoice/types/AudioConfiguration.d.ts +4 -4
  842. package/dist/serialization/resources/empathicVoice/types/AudioConfiguration.js +1 -1
  843. package/dist/serialization/resources/empathicVoice/types/AudioInput.d.ts +4 -4
  844. package/dist/serialization/resources/empathicVoice/types/AudioInput.js +2 -2
  845. package/dist/serialization/resources/empathicVoice/types/AudioOutput.d.ts +4 -4
  846. package/dist/serialization/resources/empathicVoice/types/AudioOutput.js +2 -2
  847. package/dist/serialization/resources/empathicVoice/types/BuiltInTool.d.ts +4 -4
  848. package/dist/serialization/resources/empathicVoice/types/BuiltInTool.js +1 -1
  849. package/dist/serialization/resources/empathicVoice/types/BuiltinToolConfig.d.ts +4 -4
  850. package/dist/serialization/resources/empathicVoice/types/BuiltinToolConfig.js +1 -1
  851. package/dist/serialization/resources/empathicVoice/types/ChatMessage.d.ts +6 -6
  852. package/dist/serialization/resources/empathicVoice/types/ChatMessage.js +2 -2
  853. package/dist/serialization/resources/empathicVoice/types/ChatMessageToolResult.d.ts +5 -5
  854. package/dist/serialization/resources/empathicVoice/types/ChatMessageToolResult.js +1 -4
  855. package/dist/serialization/resources/empathicVoice/types/ChatMetadata.d.ts +4 -4
  856. package/dist/serialization/resources/empathicVoice/types/ChatMetadata.js +5 -5
  857. package/dist/serialization/resources/empathicVoice/types/Context.d.ts +4 -4
  858. package/dist/serialization/resources/empathicVoice/types/ContextType.d.ts +4 -4
  859. package/dist/serialization/resources/empathicVoice/types/ContextType.js +1 -1
  860. package/dist/serialization/resources/empathicVoice/types/EmotionScores.d.ts +7 -7
  861. package/dist/serialization/resources/empathicVoice/types/EmotionScores.js +48 -48
  862. package/dist/serialization/resources/empathicVoice/types/Encoding.d.ts +4 -4
  863. package/dist/serialization/resources/empathicVoice/types/Encoding.js +1 -1
  864. package/dist/serialization/resources/empathicVoice/types/ErrorLevel.d.ts +4 -4
  865. package/dist/serialization/resources/empathicVoice/types/ErrorLevel.js +1 -1
  866. package/dist/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +4 -4
  867. package/dist/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.js +1 -1
  868. package/dist/serialization/resources/empathicVoice/types/FunctionCallResponseInput.d.ts +4 -4
  869. package/dist/serialization/resources/empathicVoice/types/FunctionCallResponseInput.js +1 -1
  870. package/dist/serialization/resources/empathicVoice/types/HttpValidationError.d.ts +4 -4
  871. package/dist/serialization/resources/empathicVoice/types/Inference.d.ts +4 -4
  872. package/dist/serialization/resources/empathicVoice/types/JsonMessage.d.ts +12 -12
  873. package/dist/serialization/resources/empathicVoice/types/MillisecondInterval.d.ts +3 -3
  874. package/dist/serialization/resources/empathicVoice/types/PauseAssistantMessage.d.ts +4 -4
  875. package/dist/serialization/resources/empathicVoice/types/PauseAssistantMessage.js +2 -2
  876. package/dist/serialization/resources/empathicVoice/types/PostedBuiltinTool.d.ts +5 -4
  877. package/dist/serialization/resources/empathicVoice/types/PostedBuiltinTool.js +3 -2
  878. package/dist/serialization/resources/empathicVoice/types/PostedBuiltinToolName.d.ts +10 -0
  879. package/dist/serialization/resources/empathicVoice/types/PostedBuiltinToolName.js +31 -0
  880. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoice.d.ts +3 -3
  881. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoice.js +3 -3
  882. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceName.d.ts +3 -3
  883. package/dist/serialization/resources/empathicVoice/types/PostedEllmModel.d.ts +3 -3
  884. package/dist/serialization/resources/empathicVoice/types/PostedEllmModel.js +1 -1
  885. package/dist/serialization/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +3 -3
  886. package/dist/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +4 -4
  887. package/dist/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.js +3 -3
  888. package/dist/serialization/resources/empathicVoice/types/PostedLanguageModel.d.ts +4 -4
  889. package/dist/serialization/resources/empathicVoice/types/PostedLanguageModel.js +2 -2
  890. package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +4 -4
  891. package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -8
  892. package/dist/serialization/resources/empathicVoice/types/PostedPromptSpec.d.ts +3 -3
  893. package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +3 -3
  894. package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpec.js +1 -1
  895. package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +5 -5
  896. package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.js +1 -1
  897. package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecsInactivity.d.ts +3 -3
  898. package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecsInactivity.js +1 -1
  899. package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecsMaxDuration.d.ts +3 -3
  900. package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecsMaxDuration.js +1 -1
  901. package/dist/serialization/resources/empathicVoice/types/PostedUserDefinedToolSpec.d.ts +3 -3
  902. package/dist/serialization/resources/empathicVoice/types/PostedVoice.d.ts +5 -5
  903. package/dist/serialization/resources/empathicVoice/types/PostedVoice.js +1 -1
  904. package/dist/serialization/resources/empathicVoice/types/PostedVoiceName.d.ts +4 -4
  905. package/dist/serialization/resources/empathicVoice/types/PostedVoiceName.js +1 -1
  906. package/dist/serialization/resources/empathicVoice/types/ProsodyInference.d.ts +4 -4
  907. package/dist/serialization/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +4 -4
  908. package/dist/serialization/resources/empathicVoice/types/ResumeAssistantMessage.js +2 -2
  909. package/dist/serialization/resources/empathicVoice/types/ReturnActiveChatCount.d.ts +4 -4
  910. package/dist/serialization/resources/empathicVoice/types/ReturnActiveChatCount.js +4 -4
  911. package/dist/serialization/resources/empathicVoice/types/ReturnActiveChatCountPerTag.d.ts +3 -3
  912. package/dist/serialization/resources/empathicVoice/types/ReturnActiveChatCountPerTag.js +1 -1
  913. package/dist/serialization/resources/empathicVoice/types/ReturnBuiltinTool.d.ts +4 -4
  914. package/dist/serialization/resources/empathicVoice/types/ReturnBuiltinTool.js +2 -2
  915. package/dist/serialization/resources/empathicVoice/types/ReturnBuiltinToolToolType.d.ts +4 -4
  916. package/dist/serialization/resources/empathicVoice/types/ReturnBuiltinToolToolType.js +1 -1
  917. package/dist/serialization/resources/empathicVoice/types/ReturnChat.d.ts +5 -5
  918. package/dist/serialization/resources/empathicVoice/types/ReturnChat.js +4 -4
  919. package/dist/serialization/resources/empathicVoice/types/ReturnChatEvent.d.ts +5 -5
  920. package/dist/serialization/resources/empathicVoice/types/ReturnChatEvent.js +3 -3
  921. package/dist/serialization/resources/empathicVoice/types/ReturnChatEventRole.d.ts +4 -4
  922. package/dist/serialization/resources/empathicVoice/types/ReturnChatEventRole.js +1 -1
  923. package/dist/serialization/resources/empathicVoice/types/ReturnChatEventType.d.ts +4 -4
  924. package/dist/serialization/resources/empathicVoice/types/ReturnChatEventType.js +6 -6
  925. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroup.d.ts +3 -3
  926. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroup.js +4 -4
  927. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +4 -4
  928. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.js +8 -8
  929. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +5 -5
  930. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.js +5 -5
  931. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.d.ts +4 -4
  932. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.js +1 -1
  933. package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +7 -7
  934. package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.js +8 -8
  935. package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.d.ts +4 -4
  936. package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.js +1 -1
  937. package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEventsStatus.d.ts +4 -4
  938. package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEventsStatus.js +6 -6
  939. package/dist/serialization/resources/empathicVoice/types/ReturnChatStatus.d.ts +4 -4
  940. package/dist/serialization/resources/empathicVoice/types/ReturnChatStatus.js +6 -6
  941. package/dist/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +11 -11
  942. package/dist/serialization/resources/empathicVoice/types/ReturnConfig.js +7 -7
  943. package/dist/serialization/resources/empathicVoice/types/ReturnConfigSpec.d.ts +3 -3
  944. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoice.d.ts +3 -3
  945. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoice.js +5 -5
  946. package/dist/serialization/resources/empathicVoice/types/ReturnEllmModel.d.ts +3 -3
  947. package/dist/serialization/resources/empathicVoice/types/ReturnEllmModel.js +1 -1
  948. package/dist/serialization/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +3 -3
  949. package/dist/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +4 -4
  950. package/dist/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.js +3 -3
  951. package/dist/serialization/resources/empathicVoice/types/ReturnLanguageModel.d.ts +4 -4
  952. package/dist/serialization/resources/empathicVoice/types/ReturnLanguageModel.js +2 -2
  953. package/dist/serialization/resources/empathicVoice/types/ReturnLanguageModelModelProvider.d.ts +4 -4
  954. package/dist/serialization/resources/empathicVoice/types/ReturnLanguageModelModelProvider.js +1 -8
  955. package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +5 -5
  956. package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.js +5 -5
  957. package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.d.ts +4 -4
  958. package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.js +1 -1
  959. package/dist/serialization/resources/empathicVoice/types/ReturnPagedChats.d.ts +5 -5
  960. package/dist/serialization/resources/empathicVoice/types/ReturnPagedChats.js +5 -5
  961. package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.d.ts +4 -4
  962. package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.js +1 -1
  963. package/dist/serialization/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +4 -4
  964. package/dist/serialization/resources/empathicVoice/types/ReturnPagedConfigs.js +4 -4
  965. package/dist/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +4 -4
  966. package/dist/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.js +4 -4
  967. package/dist/serialization/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +4 -4
  968. package/dist/serialization/resources/empathicVoice/types/ReturnPagedPrompts.js +4 -4
  969. package/dist/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +4 -4
  970. package/dist/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.js +4 -4
  971. package/dist/serialization/resources/empathicVoice/types/ReturnPrompt.d.ts +4 -4
  972. package/dist/serialization/resources/empathicVoice/types/ReturnPrompt.js +4 -4
  973. package/dist/serialization/resources/empathicVoice/types/ReturnPromptVersionType.d.ts +4 -4
  974. package/dist/serialization/resources/empathicVoice/types/ReturnPromptVersionType.js +1 -1
  975. package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +3 -3
  976. package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.js +1 -1
  977. package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +4 -4
  978. package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.js +1 -1
  979. package/dist/serialization/resources/empathicVoice/types/ReturnUserDefinedTool.d.ts +5 -5
  980. package/dist/serialization/resources/empathicVoice/types/ReturnUserDefinedTool.js +6 -6
  981. package/dist/serialization/resources/empathicVoice/types/ReturnUserDefinedToolToolType.d.ts +4 -4
  982. package/dist/serialization/resources/empathicVoice/types/ReturnUserDefinedToolToolType.js +1 -1
  983. package/dist/serialization/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.d.ts +4 -4
  984. package/dist/serialization/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.js +1 -1
  985. package/dist/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +5 -5
  986. package/dist/serialization/resources/empathicVoice/types/ReturnVoice.js +1 -1
  987. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceName.d.ts +4 -4
  988. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceName.js +1 -1
  989. package/dist/serialization/resources/empathicVoice/types/Role.d.ts +4 -4
  990. package/dist/serialization/resources/empathicVoice/types/Role.js +1 -1
  991. package/dist/serialization/resources/empathicVoice/types/SessionSettings.d.ts +8 -8
  992. package/dist/serialization/resources/empathicVoice/types/SessionSettings.js +7 -11
  993. package/dist/serialization/resources/empathicVoice/types/TextInput.d.ts +4 -4
  994. package/dist/serialization/resources/empathicVoice/types/TextInput.js +1 -1
  995. package/dist/serialization/resources/empathicVoice/types/Tool.d.ts +4 -4
  996. package/dist/serialization/resources/empathicVoice/types/Tool.js +1 -1
  997. package/dist/serialization/resources/empathicVoice/types/ToolCallMessage.d.ts +5 -5
  998. package/dist/serialization/resources/empathicVoice/types/ToolCallMessage.js +5 -5
  999. package/dist/serialization/resources/empathicVoice/types/ToolErrorMessage.d.ts +6 -6
  1000. package/dist/serialization/resources/empathicVoice/types/ToolErrorMessage.js +4 -4
  1001. package/dist/serialization/resources/empathicVoice/types/ToolResponseMessage.d.ts +5 -5
  1002. package/dist/serialization/resources/empathicVoice/types/ToolResponseMessage.js +5 -5
  1003. package/dist/serialization/resources/empathicVoice/types/ToolType.d.ts +4 -4
  1004. package/dist/serialization/resources/empathicVoice/types/ToolType.js +1 -1
  1005. package/dist/serialization/resources/empathicVoice/types/TtsInput.d.ts +4 -4
  1006. package/dist/serialization/resources/empathicVoice/types/TtsInput.js +1 -1
  1007. package/dist/serialization/resources/empathicVoice/types/UserInput.d.ts +4 -4
  1008. package/dist/serialization/resources/empathicVoice/types/UserInput.js +2 -2
  1009. package/dist/serialization/resources/empathicVoice/types/UserInterruption.d.ts +4 -4
  1010. package/dist/serialization/resources/empathicVoice/types/UserInterruption.js +2 -2
  1011. package/dist/serialization/resources/empathicVoice/types/UserMessage.d.ts +7 -7
  1012. package/dist/serialization/resources/empathicVoice/types/UserMessage.js +3 -3
  1013. package/dist/serialization/resources/empathicVoice/types/ValidationError.d.ts +4 -4
  1014. package/dist/serialization/resources/empathicVoice/types/ValidationErrorLocItem.d.ts +3 -3
  1015. package/dist/serialization/resources/empathicVoice/types/ValidationErrorLocItem.js +1 -4
  1016. package/dist/serialization/resources/empathicVoice/types/VoiceArgs.d.ts +4 -4
  1017. package/dist/serialization/resources/empathicVoice/types/VoiceNameEnum.d.ts +4 -4
  1018. package/dist/serialization/resources/empathicVoice/types/VoiceNameEnum.js +1 -1
  1019. package/dist/serialization/resources/empathicVoice/types/WebSocketError.d.ts +4 -4
  1020. package/dist/serialization/resources/empathicVoice/types/WebSocketError.js +2 -2
  1021. package/dist/serialization/resources/empathicVoice/types/index.d.ts +100 -99
  1022. package/dist/serialization/resources/empathicVoice/types/index.js +1 -0
  1023. package/dist/serialization/resources/expressionMeasurement/index.d.ts +1 -2
  1024. package/dist/serialization/resources/expressionMeasurement/index.js +0 -1
  1025. package/dist/serialization/resources/expressionMeasurement/resources/batch/client/getJobPredictions.d.ts +4 -4
  1026. package/dist/serialization/resources/expressionMeasurement/resources/batch/client/getJobPredictions.js +1 -1
  1027. package/dist/serialization/resources/expressionMeasurement/resources/batch/client/index.d.ts +2 -2
  1028. package/dist/serialization/resources/expressionMeasurement/resources/batch/client/listJobs.d.ts +4 -4
  1029. package/dist/serialization/resources/expressionMeasurement/resources/batch/client/listJobs.js +1 -1
  1030. package/dist/serialization/resources/expressionMeasurement/resources/batch/index.d.ts +2 -1
  1031. package/dist/serialization/resources/expressionMeasurement/resources/batch/index.js +1 -0
  1032. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Alternative.d.ts +10 -0
  1033. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Alternative.js +31 -0
  1034. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Bcp47Tag.d.ts +10 -0
  1035. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Bcp47Tag.js +61 -0
  1036. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/BoundingBox.d.ts +15 -0
  1037. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/BoundingBox.js +36 -0
  1038. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/BurstPrediction.d.ts +17 -0
  1039. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/BurstPrediction.js +38 -0
  1040. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Classification.d.ts +10 -0
  1041. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Classification.js +31 -0
  1042. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CompletedEmbeddingGeneration.d.ts +14 -0
  1043. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CompletedEmbeddingGeneration.js +35 -0
  1044. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CompletedInference.d.ts +16 -0
  1045. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CompletedInference.js +37 -0
  1046. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CompletedTlInference.d.ts +16 -0
  1047. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CompletedTlInference.js +37 -0
  1048. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CompletedTraining.d.ts +17 -0
  1049. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CompletedTraining.js +38 -0
  1050. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CustomModel.d.ts +12 -0
  1051. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CustomModel.js +33 -0
  1052. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelId.d.ts +12 -0
  1053. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelId.js +33 -0
  1054. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelPrediction.d.ts +14 -0
  1055. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelPrediction.js +35 -0
  1056. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelRequest.d.ts +15 -0
  1057. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelRequest.js +36 -0
  1058. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelVersionId.d.ts +12 -0
  1059. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelVersionId.js +33 -0
  1060. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelsInferenceJob.d.ts +13 -0
  1061. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelsInferenceJob.js +36 -0
  1062. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelsTrainingJob.d.ts +13 -0
  1063. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelsTrainingJob.js +36 -0
  1064. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Dataset.d.ts +12 -0
  1065. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Dataset.js +33 -0
  1066. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/DatasetId.d.ts +12 -0
  1067. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/DatasetId.js +33 -0
  1068. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/DatasetVersionId.d.ts +12 -0
  1069. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/DatasetVersionId.js +33 -0
  1070. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/DescriptionsScore.d.ts +13 -0
  1071. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/DescriptionsScore.js +34 -0
  1072. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Direction.d.ts +10 -0
  1073. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Direction.js +31 -0
  1074. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/EmbeddingGenerationBaseRequest.d.ts +13 -0
  1075. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/EmbeddingGenerationBaseRequest.js +34 -0
  1076. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/EmbeddingGenerationJob.d.ts +13 -0
  1077. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/EmbeddingGenerationJob.js +36 -0
  1078. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/EmotionScore.d.ts +13 -0
  1079. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/EmotionScore.js +34 -0
  1080. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Error_.d.ts +13 -0
  1081. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Error_.js +34 -0
  1082. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/EvaluationArgs.d.ts +13 -0
  1083. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/EvaluationArgs.js +34 -0
  1084. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Face.d.ts +19 -0
  1085. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Face.js +40 -0
  1086. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/FacePrediction.d.ts +22 -0
  1087. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/FacePrediction.js +43 -0
  1088. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/FacemeshPrediction.d.ts +13 -0
  1089. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/FacemeshPrediction.js +34 -0
  1090. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/FacsScore.d.ts +13 -0
  1091. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/FacsScore.js +34 -0
  1092. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Failed.d.ts +15 -0
  1093. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Failed.js +36 -0
  1094. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/File_.d.ts +14 -0
  1095. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/File_.js +35 -0
  1096. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Granularity.d.ts +10 -0
  1097. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Granularity.js +31 -0
  1098. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsBurstPrediction.d.ts +14 -0
  1099. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsBurstPrediction.js +35 -0
  1100. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsFacePrediction.d.ts +14 -0
  1101. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsFacePrediction.js +35 -0
  1102. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsFacemeshPrediction.d.ts +14 -0
  1103. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsFacemeshPrediction.js +35 -0
  1104. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsLanguagePrediction.d.ts +14 -0
  1105. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsLanguagePrediction.js +35 -0
  1106. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsNerPrediction.d.ts +14 -0
  1107. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsNerPrediction.js +35 -0
  1108. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsProsodyPrediction.d.ts +14 -0
  1109. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsProsodyPrediction.js +35 -0
  1110. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/InProgress.d.ts +13 -0
  1111. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/InProgress.js +34 -0
  1112. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/InferenceBaseRequest.d.ts +19 -0
  1113. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/InferenceBaseRequest.js +40 -0
  1114. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/InferenceJob.d.ts +13 -0
  1115. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/InferenceJob.js +36 -0
  1116. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/InferencePrediction.d.ts +14 -0
  1117. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/InferencePrediction.js +35 -0
  1118. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/InferenceRequest.d.ts +22 -0
  1119. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/InferenceRequest.js +43 -0
  1120. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/InferenceResults.d.ts +15 -0
  1121. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/InferenceResults.js +36 -0
  1122. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/InferenceSourcePredictResult.d.ts +16 -0
  1123. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/InferenceSourcePredictResult.js +37 -0
  1124. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/JobEmbeddingGeneration.d.ts +17 -0
  1125. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/JobEmbeddingGeneration.js +38 -0
  1126. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/JobId.d.ts +12 -0
  1127. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/JobId.js +33 -0
  1128. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/JobInference.d.ts +16 -0
  1129. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/JobInference.js +37 -0
  1130. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/JobTlInference.d.ts +17 -0
  1131. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/JobTlInference.js +38 -0
  1132. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/JobTraining.d.ts +17 -0
  1133. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/JobTraining.js +38 -0
  1134. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Language.d.ts +17 -0
  1135. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Language.js +38 -0
  1136. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/LanguagePrediction.d.ts +24 -0
  1137. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/LanguagePrediction.js +45 -0
  1138. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Models.d.ts +22 -0
  1139. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Models.js +43 -0
  1140. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/ModelsPredictions.d.ts +23 -0
  1141. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/ModelsPredictions.js +44 -0
  1142. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Ner.d.ts +12 -0
  1143. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Ner.js +33 -0
  1144. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/NerPrediction.d.ts +24 -0
  1145. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/NerPrediction.js +45 -0
  1146. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Null.d.ts +10 -0
  1147. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Null.js +31 -0
  1148. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/PositionInterval.d.ts +13 -0
  1149. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/PositionInterval.js +34 -0
  1150. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullBurstPrediction.d.ts +15 -0
  1151. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullBurstPrediction.js +36 -0
  1152. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullFacePrediction.d.ts +15 -0
  1153. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullFacePrediction.js +36 -0
  1154. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullFacemeshPrediction.d.ts +15 -0
  1155. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullFacemeshPrediction.js +36 -0
  1156. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +15 -0
  1157. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +36 -0
  1158. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +15 -0
  1159. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataNerPrediction.js +36 -0
  1160. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +15 -0
  1161. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +36 -0
  1162. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Prosody.d.ts +16 -0
  1163. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Prosody.js +37 -0
  1164. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/ProsodyPrediction.d.ts +18 -0
  1165. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/ProsodyPrediction.js +39 -0
  1166. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Queued.d.ts +12 -0
  1167. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Queued.js +33 -0
  1168. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/RegistryFileDetail.d.ts +13 -0
  1169. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/RegistryFileDetail.js +34 -0
  1170. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Regression.d.ts +10 -0
  1171. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Regression.js +31 -0
  1172. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/SentimentScore.d.ts +13 -0
  1173. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/SentimentScore.js +34 -0
  1174. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/SortBy.d.ts +10 -0
  1175. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/SortBy.js +31 -0
  1176. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Source.d.ts +22 -0
  1177. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Source.js +43 -0
  1178. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/SourceFile.d.ts +12 -0
  1179. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/SourceFile.js +32 -0
  1180. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/SourceTextSource.d.ts +11 -0
  1181. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/SourceTextSource.js +31 -0
  1182. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/SourceUrl.d.ts +12 -0
  1183. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/SourceUrl.js +32 -0
  1184. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGeneration.d.ts +26 -0
  1185. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGeneration.js +45 -0
  1186. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +12 -0
  1187. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.js +32 -0
  1188. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationFailed.d.ts +12 -0
  1189. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationFailed.js +32 -0
  1190. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationInProgress.d.ts +12 -0
  1191. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationInProgress.js +32 -0
  1192. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationQueued.d.ts +12 -0
  1193. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationQueued.js +32 -0
  1194. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateInference.d.ts +26 -0
  1195. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateInference.js +45 -0
  1196. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceCompletedInference.d.ts +12 -0
  1197. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceCompletedInference.js +32 -0
  1198. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceFailed.d.ts +12 -0
  1199. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceFailed.js +32 -0
  1200. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceInProgress.d.ts +12 -0
  1201. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceInProgress.js +32 -0
  1202. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceQueued.d.ts +12 -0
  1203. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceQueued.js +32 -0
  1204. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInference.d.ts +26 -0
  1205. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInference.js +45 -0
  1206. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceCompletedTlInference.d.ts +12 -0
  1207. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceCompletedTlInference.js +32 -0
  1208. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceFailed.d.ts +12 -0
  1209. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceFailed.js +32 -0
  1210. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceInProgress.d.ts +12 -0
  1211. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceInProgress.js +32 -0
  1212. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceQueued.d.ts +12 -0
  1213. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceQueued.js +32 -0
  1214. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTraining.d.ts +26 -0
  1215. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTraining.js +45 -0
  1216. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingCompletedTraining.d.ts +12 -0
  1217. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingCompletedTraining.js +32 -0
  1218. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingFailed.d.ts +12 -0
  1219. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingFailed.js +32 -0
  1220. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingInProgress.d.ts +12 -0
  1221. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingInProgress.js +32 -0
  1222. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingQueued.d.ts +12 -0
  1223. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingQueued.js +32 -0
  1224. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Status.d.ts +10 -0
  1225. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Status.js +31 -0
  1226. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Tag.d.ts +13 -0
  1227. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Tag.js +34 -0
  1228. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Target.d.ts +10 -0
  1229. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Target.js +35 -0
  1230. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Task.d.ts +18 -0
  1231. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Task.js +41 -0
  1232. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TaskClassification.d.ts +11 -0
  1233. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TaskClassification.js +31 -0
  1234. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TaskRegression.d.ts +11 -0
  1235. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TaskRegression.js +31 -0
  1236. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TextSource.d.ts +10 -0
  1237. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TextSource.js +31 -0
  1238. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TimeInterval.d.ts +13 -0
  1239. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TimeInterval.js +34 -0
  1240. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TlInferenceBaseRequest.d.ts +17 -0
  1241. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TlInferenceBaseRequest.js +38 -0
  1242. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TlInferencePrediction.d.ts +15 -0
  1243. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TlInferencePrediction.js +36 -0
  1244. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TlInferenceResults.d.ts +15 -0
  1245. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TlInferenceResults.js +36 -0
  1246. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TlInferenceSourcePredictResult.d.ts +16 -0
  1247. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TlInferenceSourcePredictResult.js +37 -0
  1248. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/ToxicityScore.d.ts +13 -0
  1249. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/ToxicityScore.js +34 -0
  1250. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TrainingBaseRequest.d.ts +24 -0
  1251. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TrainingBaseRequest.js +45 -0
  1252. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TrainingCustomModel.d.ts +13 -0
  1253. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TrainingCustomModel.js +34 -0
  1254. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Transcription.d.ts +15 -0
  1255. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Transcription.js +36 -0
  1256. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TranscriptionMetadata.d.ts +14 -0
  1257. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/TranscriptionMetadata.js +35 -0
  1258. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Type.d.ts +10 -0
  1259. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Type.js +31 -0
  1260. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Unconfigurable.d.ts +10 -0
  1261. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Unconfigurable.js +31 -0
  1262. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/UnionJob.d.ts +11 -0
  1263. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/UnionPredictResult.d.ts +11 -0
  1264. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Url.d.ts +12 -0
  1265. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Url.js +33 -0
  1266. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/ValidationArgs.d.ts +13 -0
  1267. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/ValidationArgs.js +34 -0
  1268. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/When.d.ts +10 -0
  1269. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/When.js +31 -0
  1270. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Window.d.ts +13 -0
  1271. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/Window.js +34 -0
  1272. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/index.d.ts +121 -0
  1273. package/dist/serialization/resources/expressionMeasurement/resources/batch/types/index.js +137 -0
  1274. package/dist/serialization/resources/expressionMeasurement/resources/index.d.ts +4 -3
  1275. package/dist/serialization/resources/expressionMeasurement/resources/index.js +3 -2
  1276. package/dist/serialization/resources/expressionMeasurement/resources/stream/index.d.ts +1 -1
  1277. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/Config.d.ts +18 -0
  1278. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/Config.js +39 -0
  1279. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/EmotionEmbedding.d.ts +11 -0
  1280. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/EmotionEmbedding.js +32 -0
  1281. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/EmotionEmbeddingItem.d.ts +13 -0
  1282. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/EmotionEmbeddingItem.js +34 -0
  1283. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/Sentiment.d.ts +11 -0
  1284. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/Sentiment.js +32 -0
  1285. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/SentimentItem.d.ts +13 -0
  1286. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/SentimentItem.js +34 -0
  1287. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBoundingBox.d.ts +15 -0
  1288. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBoundingBox.js +36 -0
  1289. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorMessage.d.ts +16 -0
  1290. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorMessage.js +37 -0
  1291. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorMessageJobDetails.d.ts +12 -0
  1292. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorMessageJobDetails.js +33 -0
  1293. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsBurst.d.ts +13 -0
  1294. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsBurst.js +34 -0
  1295. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsBurstPredictionsItem.d.ts +15 -0
  1296. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsBurstPredictionsItem.js +36 -0
  1297. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFace.d.ts +13 -0
  1298. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFace.js +34 -0
  1299. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacePredictionsItem.d.ts +21 -0
  1300. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacePredictionsItem.js +42 -0
  1301. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacemesh.d.ts +13 -0
  1302. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacemesh.js +34 -0
  1303. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacemeshPredictionsItem.d.ts +13 -0
  1304. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacemeshPredictionsItem.js +34 -0
  1305. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsJobDetails.d.ts +12 -0
  1306. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsJobDetails.js +33 -0
  1307. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsLanguage.d.ts +13 -0
  1308. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsLanguage.js +34 -0
  1309. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.d.ts +20 -0
  1310. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.js +41 -0
  1311. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsProsody.d.ts +13 -0
  1312. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsProsody.js +34 -0
  1313. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsProsodyPredictionsItem.d.ts +15 -0
  1314. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsProsodyPredictionsItem.js +36 -0
  1315. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayload.d.ts +19 -0
  1316. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayload.js +40 -0
  1317. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayloadModelsFace.d.ts +17 -0
  1318. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayloadModelsFace.js +38 -0
  1319. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayloadModelsLanguage.d.ts +14 -0
  1320. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayloadModelsLanguage.js +35 -0
  1321. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamWarningMessage.d.ts +16 -0
  1322. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamWarningMessage.js +37 -0
  1323. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamWarningMessageJobDetails.d.ts +12 -0
  1324. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamWarningMessageJobDetails.js +33 -0
  1325. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/SubscribeEvent.d.ts +7 -7
  1326. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/SubscribeEvent.js +4 -8
  1327. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/TextPosition.d.ts +13 -0
  1328. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/TextPosition.js +34 -0
  1329. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/TimeRange.d.ts +13 -0
  1330. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/TimeRange.js +34 -0
  1331. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/Toxicity.d.ts +11 -0
  1332. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/Toxicity.js +32 -0
  1333. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/ToxicityItem.d.ts +13 -0
  1334. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/ToxicityItem.js +34 -0
  1335. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/index.d.ts +29 -21
  1336. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/index.js +28 -20
  1337. package/dist/serialization/resources/index.d.ts +2 -2
  1338. package/dist/wrapper/HumeClient.d.ts +2 -2
  1339. package/dist/wrapper/base64Decode.js +4 -4
  1340. package/dist/wrapper/base64Encode.js +4 -4
  1341. package/dist/wrapper/checkForAudioTracks.js +3 -3
  1342. package/dist/wrapper/convertBlobToBase64.js +4 -4
  1343. package/dist/wrapper/ensureSingleValidAudioTrack.js +3 -3
  1344. package/dist/wrapper/expressionMeasurement/ExpressionMeasurementClient.d.ts +3 -3
  1345. package/dist/wrapper/expressionMeasurement/batch/BatchClient.d.ts +3 -3
  1346. package/dist/wrapper/expressionMeasurement/batch/Job.d.ts +2 -2
  1347. package/dist/wrapper/expressionMeasurement/batch/Job.js +1 -2
  1348. package/dist/wrapper/expressionMeasurement/streaming/StreamSocket.d.ts +10 -10
  1349. package/dist/wrapper/expressionMeasurement/streaming/StreamSocket.js +7 -7
  1350. package/dist/wrapper/expressionMeasurement/streaming/StreamingClient.d.ts +10 -10
  1351. package/dist/wrapper/expressionMeasurement/streaming/StreamingClient.js +25 -27
  1352. package/dist/wrapper/fetchAccessToken.js +5 -5
  1353. package/dist/wrapper/getBrowserSupportedMimeType.js +3 -3
  1354. package/dist/wrapper/index.d.ts +10 -10
  1355. package/environments.js +1 -1
  1356. package/errors/HumeError.d.ts +1 -1
  1357. package/errors/HumeError.js +2 -2
  1358. package/errors/HumeTimeoutError.js +1 -1
  1359. package/errors/index.d.ts +2 -2
  1360. package/eslint.config.mjs +35 -35
  1361. package/index.d.ts +4 -4
  1362. package/jest.config.js +2 -2
  1363. package/package.json +47 -47
  1364. package/reference.md +294 -995
  1365. package/serialization/index.d.ts +1 -1
  1366. package/serialization/resources/empathicVoice/index.d.ts +2 -2
  1367. package/serialization/resources/empathicVoice/resources/chat/index.d.ts +1 -1
  1368. package/serialization/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +11 -11
  1369. package/serialization/resources/empathicVoice/resources/chat/types/SubscribeEvent.d.ts +13 -13
  1370. package/serialization/resources/empathicVoice/resources/chat/types/index.d.ts +2 -2
  1371. package/serialization/resources/empathicVoice/resources/configs/client/index.d.ts +1 -1
  1372. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +11 -11
  1373. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +6 -8
  1374. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigName.d.ts +3 -3
  1375. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +11 -11
  1376. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +6 -8
  1377. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersionDescription.d.ts +3 -3
  1378. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersionDescription.js +1 -1
  1379. package/serialization/resources/empathicVoice/resources/configs/client/requests/index.d.ts +4 -4
  1380. package/serialization/resources/empathicVoice/resources/configs/index.d.ts +1 -1
  1381. package/serialization/resources/empathicVoice/resources/index.d.ts +8 -8
  1382. package/serialization/resources/empathicVoice/resources/prompts/client/createPrompt.d.ts +4 -4
  1383. package/serialization/resources/empathicVoice/resources/prompts/client/createPromptVerison.d.ts +4 -4
  1384. package/serialization/resources/empathicVoice/resources/prompts/client/getPromptVersion.d.ts +4 -4
  1385. package/serialization/resources/empathicVoice/resources/prompts/client/index.d.ts +5 -5
  1386. package/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +3 -3
  1387. package/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.js +1 -1
  1388. package/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptName.d.ts +3 -3
  1389. package/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +3 -3
  1390. package/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.js +1 -1
  1391. package/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersionDescription.d.ts +3 -3
  1392. package/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersionDescription.js +1 -1
  1393. package/serialization/resources/empathicVoice/resources/prompts/client/requests/index.d.ts +4 -4
  1394. package/serialization/resources/empathicVoice/resources/prompts/client/updatePromptDescription.d.ts +4 -4
  1395. package/serialization/resources/empathicVoice/resources/prompts/index.d.ts +1 -1
  1396. package/serialization/resources/empathicVoice/resources/tools/client/createTool.d.ts +4 -4
  1397. package/serialization/resources/empathicVoice/resources/tools/client/createToolVersion.d.ts +4 -4
  1398. package/serialization/resources/empathicVoice/resources/tools/client/getToolVersion.d.ts +4 -4
  1399. package/serialization/resources/empathicVoice/resources/tools/client/index.d.ts +5 -5
  1400. package/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.d.ts +3 -3
  1401. package/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.js +2 -2
  1402. package/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolName.d.ts +3 -3
  1403. package/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.d.ts +3 -3
  1404. package/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.js +2 -2
  1405. package/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersionDescription.d.ts +3 -3
  1406. package/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersionDescription.js +1 -1
  1407. package/serialization/resources/empathicVoice/resources/tools/client/requests/index.d.ts +4 -4
  1408. package/serialization/resources/empathicVoice/resources/tools/client/updateToolDescription.d.ts +4 -4
  1409. package/serialization/resources/empathicVoice/resources/tools/index.d.ts +1 -1
  1410. package/serialization/resources/empathicVoice/types/AssistantEnd.d.ts +4 -4
  1411. package/serialization/resources/empathicVoice/types/AssistantEnd.js +2 -2
  1412. package/serialization/resources/empathicVoice/types/AssistantInput.d.ts +4 -4
  1413. package/serialization/resources/empathicVoice/types/AssistantInput.js +2 -2
  1414. package/serialization/resources/empathicVoice/types/AssistantMessage.d.ts +6 -6
  1415. package/serialization/resources/empathicVoice/types/AssistantMessage.js +3 -3
  1416. package/serialization/resources/empathicVoice/types/AudioConfiguration.d.ts +4 -4
  1417. package/serialization/resources/empathicVoice/types/AudioConfiguration.js +1 -1
  1418. package/serialization/resources/empathicVoice/types/AudioInput.d.ts +4 -4
  1419. package/serialization/resources/empathicVoice/types/AudioInput.js +2 -2
  1420. package/serialization/resources/empathicVoice/types/AudioOutput.d.ts +4 -4
  1421. package/serialization/resources/empathicVoice/types/AudioOutput.js +2 -2
  1422. package/serialization/resources/empathicVoice/types/BuiltInTool.d.ts +4 -4
  1423. package/serialization/resources/empathicVoice/types/BuiltInTool.js +1 -1
  1424. package/serialization/resources/empathicVoice/types/BuiltinToolConfig.d.ts +4 -4
  1425. package/serialization/resources/empathicVoice/types/BuiltinToolConfig.js +1 -1
  1426. package/serialization/resources/empathicVoice/types/ChatMessage.d.ts +6 -6
  1427. package/serialization/resources/empathicVoice/types/ChatMessage.js +2 -2
  1428. package/serialization/resources/empathicVoice/types/ChatMessageToolResult.d.ts +5 -5
  1429. package/serialization/resources/empathicVoice/types/ChatMessageToolResult.js +1 -4
  1430. package/serialization/resources/empathicVoice/types/ChatMetadata.d.ts +4 -4
  1431. package/serialization/resources/empathicVoice/types/ChatMetadata.js +5 -5
  1432. package/serialization/resources/empathicVoice/types/Context.d.ts +4 -4
  1433. package/serialization/resources/empathicVoice/types/ContextType.d.ts +4 -4
  1434. package/serialization/resources/empathicVoice/types/ContextType.js +1 -1
  1435. package/serialization/resources/empathicVoice/types/EmotionScores.d.ts +7 -7
  1436. package/serialization/resources/empathicVoice/types/EmotionScores.js +48 -48
  1437. package/serialization/resources/empathicVoice/types/Encoding.d.ts +4 -4
  1438. package/serialization/resources/empathicVoice/types/Encoding.js +1 -1
  1439. package/serialization/resources/empathicVoice/types/ErrorLevel.d.ts +4 -4
  1440. package/serialization/resources/empathicVoice/types/ErrorLevel.js +1 -1
  1441. package/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +4 -4
  1442. package/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.js +1 -1
  1443. package/serialization/resources/empathicVoice/types/FunctionCallResponseInput.d.ts +4 -4
  1444. package/serialization/resources/empathicVoice/types/FunctionCallResponseInput.js +1 -1
  1445. package/serialization/resources/empathicVoice/types/HttpValidationError.d.ts +4 -4
  1446. package/serialization/resources/empathicVoice/types/Inference.d.ts +4 -4
  1447. package/serialization/resources/empathicVoice/types/JsonMessage.d.ts +12 -12
  1448. package/serialization/resources/empathicVoice/types/MillisecondInterval.d.ts +3 -3
  1449. package/serialization/resources/empathicVoice/types/PauseAssistantMessage.d.ts +4 -4
  1450. package/serialization/resources/empathicVoice/types/PauseAssistantMessage.js +2 -2
  1451. package/serialization/resources/empathicVoice/types/PostedBuiltinTool.d.ts +5 -4
  1452. package/serialization/resources/empathicVoice/types/PostedBuiltinTool.js +3 -2
  1453. package/serialization/resources/empathicVoice/types/PostedBuiltinToolName.d.ts +10 -0
  1454. package/serialization/resources/empathicVoice/types/PostedBuiltinToolName.js +31 -0
  1455. package/serialization/resources/empathicVoice/types/PostedCustomVoice.d.ts +3 -3
  1456. package/serialization/resources/empathicVoice/types/PostedCustomVoice.js +3 -3
  1457. package/serialization/resources/empathicVoice/types/PostedCustomVoiceName.d.ts +3 -3
  1458. package/serialization/resources/empathicVoice/types/PostedEllmModel.d.ts +3 -3
  1459. package/serialization/resources/empathicVoice/types/PostedEllmModel.js +1 -1
  1460. package/serialization/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +3 -3
  1461. package/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +4 -4
  1462. package/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.js +3 -3
  1463. package/serialization/resources/empathicVoice/types/PostedLanguageModel.d.ts +4 -4
  1464. package/serialization/resources/empathicVoice/types/PostedLanguageModel.js +2 -2
  1465. package/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +4 -4
  1466. package/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -8
  1467. package/serialization/resources/empathicVoice/types/PostedPromptSpec.d.ts +3 -3
  1468. package/serialization/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +3 -3
  1469. package/serialization/resources/empathicVoice/types/PostedTimeoutSpec.js +1 -1
  1470. package/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +5 -5
  1471. package/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.js +1 -1
  1472. package/serialization/resources/empathicVoice/types/PostedTimeoutSpecsInactivity.d.ts +3 -3
  1473. package/serialization/resources/empathicVoice/types/PostedTimeoutSpecsInactivity.js +1 -1
  1474. package/serialization/resources/empathicVoice/types/PostedTimeoutSpecsMaxDuration.d.ts +3 -3
  1475. package/serialization/resources/empathicVoice/types/PostedTimeoutSpecsMaxDuration.js +1 -1
  1476. package/serialization/resources/empathicVoice/types/PostedUserDefinedToolSpec.d.ts +3 -3
  1477. package/serialization/resources/empathicVoice/types/PostedVoice.d.ts +5 -5
  1478. package/serialization/resources/empathicVoice/types/PostedVoice.js +1 -1
  1479. package/serialization/resources/empathicVoice/types/PostedVoiceName.d.ts +4 -4
  1480. package/serialization/resources/empathicVoice/types/PostedVoiceName.js +1 -1
  1481. package/serialization/resources/empathicVoice/types/ProsodyInference.d.ts +4 -4
  1482. package/serialization/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +4 -4
  1483. package/serialization/resources/empathicVoice/types/ResumeAssistantMessage.js +2 -2
  1484. package/serialization/resources/empathicVoice/types/ReturnActiveChatCount.d.ts +4 -4
  1485. package/serialization/resources/empathicVoice/types/ReturnActiveChatCount.js +4 -4
  1486. package/serialization/resources/empathicVoice/types/ReturnActiveChatCountPerTag.d.ts +3 -3
  1487. package/serialization/resources/empathicVoice/types/ReturnActiveChatCountPerTag.js +1 -1
  1488. package/serialization/resources/empathicVoice/types/ReturnBuiltinTool.d.ts +4 -4
  1489. package/serialization/resources/empathicVoice/types/ReturnBuiltinTool.js +2 -2
  1490. package/serialization/resources/empathicVoice/types/ReturnBuiltinToolToolType.d.ts +4 -4
  1491. package/serialization/resources/empathicVoice/types/ReturnBuiltinToolToolType.js +1 -1
  1492. package/serialization/resources/empathicVoice/types/ReturnChat.d.ts +5 -5
  1493. package/serialization/resources/empathicVoice/types/ReturnChat.js +4 -4
  1494. package/serialization/resources/empathicVoice/types/ReturnChatEvent.d.ts +5 -5
  1495. package/serialization/resources/empathicVoice/types/ReturnChatEvent.js +3 -3
  1496. package/serialization/resources/empathicVoice/types/ReturnChatEventRole.d.ts +4 -4
  1497. package/serialization/resources/empathicVoice/types/ReturnChatEventRole.js +1 -1
  1498. package/serialization/resources/empathicVoice/types/ReturnChatEventType.d.ts +4 -4
  1499. package/serialization/resources/empathicVoice/types/ReturnChatEventType.js +6 -6
  1500. package/serialization/resources/empathicVoice/types/ReturnChatGroup.d.ts +3 -3
  1501. package/serialization/resources/empathicVoice/types/ReturnChatGroup.js +4 -4
  1502. package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +4 -4
  1503. package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.js +8 -8
  1504. package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +5 -5
  1505. package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.js +5 -5
  1506. package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.d.ts +4 -4
  1507. package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.js +1 -1
  1508. package/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +7 -7
  1509. package/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.js +8 -8
  1510. package/serialization/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.d.ts +4 -4
  1511. package/serialization/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.js +1 -1
  1512. package/serialization/resources/empathicVoice/types/ReturnChatPagedEventsStatus.d.ts +4 -4
  1513. package/serialization/resources/empathicVoice/types/ReturnChatPagedEventsStatus.js +6 -6
  1514. package/serialization/resources/empathicVoice/types/ReturnChatStatus.d.ts +4 -4
  1515. package/serialization/resources/empathicVoice/types/ReturnChatStatus.js +6 -6
  1516. package/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +11 -11
  1517. package/serialization/resources/empathicVoice/types/ReturnConfig.js +7 -7
  1518. package/serialization/resources/empathicVoice/types/ReturnConfigSpec.d.ts +3 -3
  1519. package/serialization/resources/empathicVoice/types/ReturnCustomVoice.d.ts +3 -3
  1520. package/serialization/resources/empathicVoice/types/ReturnCustomVoice.js +5 -5
  1521. package/serialization/resources/empathicVoice/types/ReturnEllmModel.d.ts +3 -3
  1522. package/serialization/resources/empathicVoice/types/ReturnEllmModel.js +1 -1
  1523. package/serialization/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +3 -3
  1524. package/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +4 -4
  1525. package/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.js +3 -3
  1526. package/serialization/resources/empathicVoice/types/ReturnLanguageModel.d.ts +4 -4
  1527. package/serialization/resources/empathicVoice/types/ReturnLanguageModel.js +2 -2
  1528. package/serialization/resources/empathicVoice/types/ReturnLanguageModelModelProvider.d.ts +4 -4
  1529. package/serialization/resources/empathicVoice/types/ReturnLanguageModelModelProvider.js +1 -8
  1530. package/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +5 -5
  1531. package/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.js +5 -5
  1532. package/serialization/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.d.ts +4 -4
  1533. package/serialization/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.js +1 -1
  1534. package/serialization/resources/empathicVoice/types/ReturnPagedChats.d.ts +5 -5
  1535. package/serialization/resources/empathicVoice/types/ReturnPagedChats.js +5 -5
  1536. package/serialization/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.d.ts +4 -4
  1537. package/serialization/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.js +1 -1
  1538. package/serialization/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +4 -4
  1539. package/serialization/resources/empathicVoice/types/ReturnPagedConfigs.js +4 -4
  1540. package/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +4 -4
  1541. package/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.js +4 -4
  1542. package/serialization/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +4 -4
  1543. package/serialization/resources/empathicVoice/types/ReturnPagedPrompts.js +4 -4
  1544. package/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +4 -4
  1545. package/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.js +4 -4
  1546. package/serialization/resources/empathicVoice/types/ReturnPrompt.d.ts +4 -4
  1547. package/serialization/resources/empathicVoice/types/ReturnPrompt.js +4 -4
  1548. package/serialization/resources/empathicVoice/types/ReturnPromptVersionType.d.ts +4 -4
  1549. package/serialization/resources/empathicVoice/types/ReturnPromptVersionType.js +1 -1
  1550. package/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +3 -3
  1551. package/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.js +1 -1
  1552. package/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +4 -4
  1553. package/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.js +1 -1
  1554. package/serialization/resources/empathicVoice/types/ReturnUserDefinedTool.d.ts +5 -5
  1555. package/serialization/resources/empathicVoice/types/ReturnUserDefinedTool.js +6 -6
  1556. package/serialization/resources/empathicVoice/types/ReturnUserDefinedToolToolType.d.ts +4 -4
  1557. package/serialization/resources/empathicVoice/types/ReturnUserDefinedToolToolType.js +1 -1
  1558. package/serialization/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.d.ts +4 -4
  1559. package/serialization/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.js +1 -1
  1560. package/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +5 -5
  1561. package/serialization/resources/empathicVoice/types/ReturnVoice.js +1 -1
  1562. package/serialization/resources/empathicVoice/types/ReturnVoiceName.d.ts +4 -4
  1563. package/serialization/resources/empathicVoice/types/ReturnVoiceName.js +1 -1
  1564. package/serialization/resources/empathicVoice/types/Role.d.ts +4 -4
  1565. package/serialization/resources/empathicVoice/types/Role.js +1 -1
  1566. package/serialization/resources/empathicVoice/types/SessionSettings.d.ts +8 -8
  1567. package/serialization/resources/empathicVoice/types/SessionSettings.js +7 -11
  1568. package/serialization/resources/empathicVoice/types/TextInput.d.ts +4 -4
  1569. package/serialization/resources/empathicVoice/types/TextInput.js +1 -1
  1570. package/serialization/resources/empathicVoice/types/Tool.d.ts +4 -4
  1571. package/serialization/resources/empathicVoice/types/Tool.js +1 -1
  1572. package/serialization/resources/empathicVoice/types/ToolCallMessage.d.ts +5 -5
  1573. package/serialization/resources/empathicVoice/types/ToolCallMessage.js +5 -5
  1574. package/serialization/resources/empathicVoice/types/ToolErrorMessage.d.ts +6 -6
  1575. package/serialization/resources/empathicVoice/types/ToolErrorMessage.js +4 -4
  1576. package/serialization/resources/empathicVoice/types/ToolResponseMessage.d.ts +5 -5
  1577. package/serialization/resources/empathicVoice/types/ToolResponseMessage.js +5 -5
  1578. package/serialization/resources/empathicVoice/types/ToolType.d.ts +4 -4
  1579. package/serialization/resources/empathicVoice/types/ToolType.js +1 -1
  1580. package/serialization/resources/empathicVoice/types/TtsInput.d.ts +4 -4
  1581. package/serialization/resources/empathicVoice/types/TtsInput.js +1 -1
  1582. package/serialization/resources/empathicVoice/types/UserInput.d.ts +4 -4
  1583. package/serialization/resources/empathicVoice/types/UserInput.js +2 -2
  1584. package/serialization/resources/empathicVoice/types/UserInterruption.d.ts +4 -4
  1585. package/serialization/resources/empathicVoice/types/UserInterruption.js +2 -2
  1586. package/serialization/resources/empathicVoice/types/UserMessage.d.ts +7 -7
  1587. package/serialization/resources/empathicVoice/types/UserMessage.js +3 -3
  1588. package/serialization/resources/empathicVoice/types/ValidationError.d.ts +4 -4
  1589. package/serialization/resources/empathicVoice/types/ValidationErrorLocItem.d.ts +3 -3
  1590. package/serialization/resources/empathicVoice/types/ValidationErrorLocItem.js +1 -4
  1591. package/serialization/resources/empathicVoice/types/VoiceArgs.d.ts +4 -4
  1592. package/serialization/resources/empathicVoice/types/VoiceNameEnum.d.ts +4 -4
  1593. package/serialization/resources/empathicVoice/types/VoiceNameEnum.js +1 -1
  1594. package/serialization/resources/empathicVoice/types/WebSocketError.d.ts +4 -4
  1595. package/serialization/resources/empathicVoice/types/WebSocketError.js +2 -2
  1596. package/serialization/resources/empathicVoice/types/index.d.ts +100 -99
  1597. package/serialization/resources/empathicVoice/types/index.js +1 -0
  1598. package/serialization/resources/expressionMeasurement/index.d.ts +1 -2
  1599. package/serialization/resources/expressionMeasurement/index.js +0 -1
  1600. package/serialization/resources/expressionMeasurement/resources/batch/client/getJobPredictions.d.ts +4 -4
  1601. package/serialization/resources/expressionMeasurement/resources/batch/client/getJobPredictions.js +1 -1
  1602. package/serialization/resources/expressionMeasurement/resources/batch/client/index.d.ts +2 -2
  1603. package/serialization/resources/expressionMeasurement/resources/batch/client/listJobs.d.ts +4 -4
  1604. package/serialization/resources/expressionMeasurement/resources/batch/client/listJobs.js +1 -1
  1605. package/serialization/resources/expressionMeasurement/resources/batch/index.d.ts +2 -1
  1606. package/serialization/resources/expressionMeasurement/resources/batch/index.js +1 -0
  1607. package/serialization/resources/expressionMeasurement/resources/batch/types/Alternative.d.ts +10 -0
  1608. package/serialization/resources/expressionMeasurement/resources/batch/types/Alternative.js +31 -0
  1609. package/serialization/resources/expressionMeasurement/resources/batch/types/Bcp47Tag.d.ts +10 -0
  1610. package/serialization/resources/expressionMeasurement/resources/batch/types/Bcp47Tag.js +61 -0
  1611. package/serialization/resources/expressionMeasurement/resources/batch/types/BoundingBox.d.ts +15 -0
  1612. package/serialization/resources/expressionMeasurement/resources/batch/types/BoundingBox.js +36 -0
  1613. package/serialization/resources/expressionMeasurement/resources/batch/types/BurstPrediction.d.ts +17 -0
  1614. package/serialization/resources/expressionMeasurement/resources/batch/types/BurstPrediction.js +38 -0
  1615. package/serialization/resources/expressionMeasurement/resources/batch/types/Classification.d.ts +10 -0
  1616. package/serialization/resources/expressionMeasurement/resources/batch/types/Classification.js +31 -0
  1617. package/serialization/resources/expressionMeasurement/resources/batch/types/CompletedEmbeddingGeneration.d.ts +14 -0
  1618. package/serialization/resources/expressionMeasurement/resources/batch/types/CompletedEmbeddingGeneration.js +35 -0
  1619. package/serialization/resources/expressionMeasurement/resources/batch/types/CompletedInference.d.ts +16 -0
  1620. package/serialization/resources/expressionMeasurement/resources/batch/types/CompletedInference.js +37 -0
  1621. package/serialization/resources/expressionMeasurement/resources/batch/types/CompletedTlInference.d.ts +16 -0
  1622. package/serialization/resources/expressionMeasurement/resources/batch/types/CompletedTlInference.js +37 -0
  1623. package/serialization/resources/expressionMeasurement/resources/batch/types/CompletedTraining.d.ts +17 -0
  1624. package/serialization/resources/expressionMeasurement/resources/batch/types/CompletedTraining.js +38 -0
  1625. package/serialization/resources/expressionMeasurement/resources/batch/types/CustomModel.d.ts +12 -0
  1626. package/serialization/resources/expressionMeasurement/resources/batch/types/CustomModel.js +33 -0
  1627. package/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelId.d.ts +12 -0
  1628. package/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelId.js +33 -0
  1629. package/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelPrediction.d.ts +14 -0
  1630. package/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelPrediction.js +35 -0
  1631. package/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelRequest.d.ts +15 -0
  1632. package/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelRequest.js +36 -0
  1633. package/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelVersionId.d.ts +12 -0
  1634. package/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelVersionId.js +33 -0
  1635. package/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelsInferenceJob.d.ts +13 -0
  1636. package/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelsInferenceJob.js +36 -0
  1637. package/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelsTrainingJob.d.ts +13 -0
  1638. package/serialization/resources/expressionMeasurement/resources/batch/types/CustomModelsTrainingJob.js +36 -0
  1639. package/serialization/resources/expressionMeasurement/resources/batch/types/Dataset.d.ts +12 -0
  1640. package/serialization/resources/expressionMeasurement/resources/batch/types/Dataset.js +33 -0
  1641. package/serialization/resources/expressionMeasurement/resources/batch/types/DatasetId.d.ts +12 -0
  1642. package/serialization/resources/expressionMeasurement/resources/batch/types/DatasetId.js +33 -0
  1643. package/serialization/resources/expressionMeasurement/resources/batch/types/DatasetVersionId.d.ts +12 -0
  1644. package/serialization/resources/expressionMeasurement/resources/batch/types/DatasetVersionId.js +33 -0
  1645. package/serialization/resources/expressionMeasurement/resources/batch/types/DescriptionsScore.d.ts +13 -0
  1646. package/serialization/resources/expressionMeasurement/resources/batch/types/DescriptionsScore.js +34 -0
  1647. package/serialization/resources/expressionMeasurement/resources/batch/types/Direction.d.ts +10 -0
  1648. package/serialization/resources/expressionMeasurement/resources/batch/types/Direction.js +31 -0
  1649. package/serialization/resources/expressionMeasurement/resources/batch/types/EmbeddingGenerationBaseRequest.d.ts +13 -0
  1650. package/serialization/resources/expressionMeasurement/resources/batch/types/EmbeddingGenerationBaseRequest.js +34 -0
  1651. package/serialization/resources/expressionMeasurement/resources/batch/types/EmbeddingGenerationJob.d.ts +13 -0
  1652. package/serialization/resources/expressionMeasurement/resources/batch/types/EmbeddingGenerationJob.js +36 -0
  1653. package/serialization/resources/expressionMeasurement/resources/batch/types/EmotionScore.d.ts +13 -0
  1654. package/serialization/resources/expressionMeasurement/resources/batch/types/EmotionScore.js +34 -0
  1655. package/serialization/resources/expressionMeasurement/resources/batch/types/Error_.d.ts +13 -0
  1656. package/serialization/resources/expressionMeasurement/resources/batch/types/Error_.js +34 -0
  1657. package/serialization/resources/expressionMeasurement/resources/batch/types/EvaluationArgs.d.ts +13 -0
  1658. package/serialization/resources/expressionMeasurement/resources/batch/types/EvaluationArgs.js +34 -0
  1659. package/serialization/resources/expressionMeasurement/resources/batch/types/Face.d.ts +19 -0
  1660. package/serialization/resources/expressionMeasurement/resources/batch/types/Face.js +40 -0
  1661. package/serialization/resources/expressionMeasurement/resources/batch/types/FacePrediction.d.ts +22 -0
  1662. package/serialization/resources/expressionMeasurement/resources/batch/types/FacePrediction.js +43 -0
  1663. package/serialization/resources/expressionMeasurement/resources/batch/types/FacemeshPrediction.d.ts +13 -0
  1664. package/serialization/resources/expressionMeasurement/resources/batch/types/FacemeshPrediction.js +34 -0
  1665. package/serialization/resources/expressionMeasurement/resources/batch/types/FacsScore.d.ts +13 -0
  1666. package/serialization/resources/expressionMeasurement/resources/batch/types/FacsScore.js +34 -0
  1667. package/serialization/resources/expressionMeasurement/resources/batch/types/Failed.d.ts +15 -0
  1668. package/serialization/resources/expressionMeasurement/resources/batch/types/Failed.js +36 -0
  1669. package/serialization/resources/expressionMeasurement/resources/batch/types/File_.d.ts +14 -0
  1670. package/serialization/resources/expressionMeasurement/resources/batch/types/File_.js +35 -0
  1671. package/serialization/resources/expressionMeasurement/resources/batch/types/Granularity.d.ts +10 -0
  1672. package/serialization/resources/expressionMeasurement/resources/batch/types/Granularity.js +31 -0
  1673. package/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsBurstPrediction.d.ts +14 -0
  1674. package/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsBurstPrediction.js +35 -0
  1675. package/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsFacePrediction.d.ts +14 -0
  1676. package/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsFacePrediction.js +35 -0
  1677. package/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsFacemeshPrediction.d.ts +14 -0
  1678. package/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsFacemeshPrediction.js +35 -0
  1679. package/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsLanguagePrediction.d.ts +14 -0
  1680. package/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsLanguagePrediction.js +35 -0
  1681. package/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsNerPrediction.d.ts +14 -0
  1682. package/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsNerPrediction.js +35 -0
  1683. package/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsProsodyPrediction.d.ts +14 -0
  1684. package/serialization/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsProsodyPrediction.js +35 -0
  1685. package/serialization/resources/expressionMeasurement/resources/batch/types/InProgress.d.ts +13 -0
  1686. package/serialization/resources/expressionMeasurement/resources/batch/types/InProgress.js +34 -0
  1687. package/serialization/resources/expressionMeasurement/resources/batch/types/InferenceBaseRequest.d.ts +19 -0
  1688. package/serialization/resources/expressionMeasurement/resources/batch/types/InferenceBaseRequest.js +40 -0
  1689. package/serialization/resources/expressionMeasurement/resources/batch/types/InferenceJob.d.ts +13 -0
  1690. package/serialization/resources/expressionMeasurement/resources/batch/types/InferenceJob.js +36 -0
  1691. package/serialization/resources/expressionMeasurement/resources/batch/types/InferencePrediction.d.ts +14 -0
  1692. package/serialization/resources/expressionMeasurement/resources/batch/types/InferencePrediction.js +35 -0
  1693. package/serialization/resources/expressionMeasurement/resources/batch/types/InferenceRequest.d.ts +22 -0
  1694. package/serialization/resources/expressionMeasurement/resources/batch/types/InferenceRequest.js +43 -0
  1695. package/serialization/resources/expressionMeasurement/resources/batch/types/InferenceResults.d.ts +15 -0
  1696. package/serialization/resources/expressionMeasurement/resources/batch/types/InferenceResults.js +36 -0
  1697. package/serialization/resources/expressionMeasurement/resources/batch/types/InferenceSourcePredictResult.d.ts +16 -0
  1698. package/serialization/resources/expressionMeasurement/resources/batch/types/InferenceSourcePredictResult.js +37 -0
  1699. package/serialization/resources/expressionMeasurement/resources/batch/types/JobEmbeddingGeneration.d.ts +17 -0
  1700. package/serialization/resources/expressionMeasurement/resources/batch/types/JobEmbeddingGeneration.js +38 -0
  1701. package/serialization/resources/expressionMeasurement/resources/batch/types/JobId.d.ts +12 -0
  1702. package/serialization/resources/expressionMeasurement/resources/batch/types/JobId.js +33 -0
  1703. package/serialization/resources/expressionMeasurement/resources/batch/types/JobInference.d.ts +16 -0
  1704. package/serialization/resources/expressionMeasurement/resources/batch/types/JobInference.js +37 -0
  1705. package/serialization/resources/expressionMeasurement/resources/batch/types/JobTlInference.d.ts +17 -0
  1706. package/serialization/resources/expressionMeasurement/resources/batch/types/JobTlInference.js +38 -0
  1707. package/serialization/resources/expressionMeasurement/resources/batch/types/JobTraining.d.ts +17 -0
  1708. package/serialization/resources/expressionMeasurement/resources/batch/types/JobTraining.js +38 -0
  1709. package/serialization/resources/expressionMeasurement/resources/batch/types/Language.d.ts +17 -0
  1710. package/serialization/resources/expressionMeasurement/resources/batch/types/Language.js +38 -0
  1711. package/serialization/resources/expressionMeasurement/resources/batch/types/LanguagePrediction.d.ts +24 -0
  1712. package/serialization/resources/expressionMeasurement/resources/batch/types/LanguagePrediction.js +45 -0
  1713. package/serialization/resources/expressionMeasurement/resources/batch/types/Models.d.ts +22 -0
  1714. package/serialization/resources/expressionMeasurement/resources/batch/types/Models.js +43 -0
  1715. package/serialization/resources/expressionMeasurement/resources/batch/types/ModelsPredictions.d.ts +23 -0
  1716. package/serialization/resources/expressionMeasurement/resources/batch/types/ModelsPredictions.js +44 -0
  1717. package/serialization/resources/expressionMeasurement/resources/batch/types/Ner.d.ts +12 -0
  1718. package/serialization/resources/expressionMeasurement/resources/batch/types/Ner.js +33 -0
  1719. package/serialization/resources/expressionMeasurement/resources/batch/types/NerPrediction.d.ts +24 -0
  1720. package/serialization/resources/expressionMeasurement/resources/batch/types/NerPrediction.js +45 -0
  1721. package/serialization/resources/expressionMeasurement/resources/batch/types/Null.d.ts +10 -0
  1722. package/serialization/resources/expressionMeasurement/resources/batch/types/Null.js +31 -0
  1723. package/serialization/resources/expressionMeasurement/resources/batch/types/PositionInterval.d.ts +13 -0
  1724. package/serialization/resources/expressionMeasurement/resources/batch/types/PositionInterval.js +34 -0
  1725. package/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullBurstPrediction.d.ts +15 -0
  1726. package/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullBurstPrediction.js +36 -0
  1727. package/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullFacePrediction.d.ts +15 -0
  1728. package/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullFacePrediction.js +36 -0
  1729. package/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullFacemeshPrediction.d.ts +15 -0
  1730. package/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullFacemeshPrediction.js +36 -0
  1731. package/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +15 -0
  1732. package/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +36 -0
  1733. package/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +15 -0
  1734. package/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataNerPrediction.js +36 -0
  1735. package/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +15 -0
  1736. package/serialization/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +36 -0
  1737. package/serialization/resources/expressionMeasurement/resources/batch/types/Prosody.d.ts +16 -0
  1738. package/serialization/resources/expressionMeasurement/resources/batch/types/Prosody.js +37 -0
  1739. package/serialization/resources/expressionMeasurement/resources/batch/types/ProsodyPrediction.d.ts +18 -0
  1740. package/serialization/resources/expressionMeasurement/resources/batch/types/ProsodyPrediction.js +39 -0
  1741. package/serialization/resources/expressionMeasurement/resources/batch/types/Queued.d.ts +12 -0
  1742. package/serialization/resources/expressionMeasurement/resources/batch/types/Queued.js +33 -0
  1743. package/serialization/resources/expressionMeasurement/resources/batch/types/RegistryFileDetail.d.ts +13 -0
  1744. package/serialization/resources/expressionMeasurement/resources/batch/types/RegistryFileDetail.js +34 -0
  1745. package/serialization/resources/expressionMeasurement/resources/batch/types/Regression.d.ts +10 -0
  1746. package/serialization/resources/expressionMeasurement/resources/batch/types/Regression.js +31 -0
  1747. package/serialization/resources/expressionMeasurement/resources/batch/types/SentimentScore.d.ts +13 -0
  1748. package/serialization/resources/expressionMeasurement/resources/batch/types/SentimentScore.js +34 -0
  1749. package/serialization/resources/expressionMeasurement/resources/batch/types/SortBy.d.ts +10 -0
  1750. package/serialization/resources/expressionMeasurement/resources/batch/types/SortBy.js +31 -0
  1751. package/serialization/resources/expressionMeasurement/resources/batch/types/Source.d.ts +22 -0
  1752. package/serialization/resources/expressionMeasurement/resources/batch/types/Source.js +43 -0
  1753. package/serialization/resources/expressionMeasurement/resources/batch/types/SourceFile.d.ts +12 -0
  1754. package/serialization/resources/expressionMeasurement/resources/batch/types/SourceFile.js +32 -0
  1755. package/serialization/resources/expressionMeasurement/resources/batch/types/SourceTextSource.d.ts +11 -0
  1756. package/serialization/resources/expressionMeasurement/resources/batch/types/SourceTextSource.js +31 -0
  1757. package/serialization/resources/expressionMeasurement/resources/batch/types/SourceUrl.d.ts +12 -0
  1758. package/serialization/resources/expressionMeasurement/resources/batch/types/SourceUrl.js +32 -0
  1759. package/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGeneration.d.ts +26 -0
  1760. package/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGeneration.js +45 -0
  1761. package/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +12 -0
  1762. package/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.js +32 -0
  1763. package/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationFailed.d.ts +12 -0
  1764. package/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationFailed.js +32 -0
  1765. package/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationInProgress.d.ts +12 -0
  1766. package/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationInProgress.js +32 -0
  1767. package/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationQueued.d.ts +12 -0
  1768. package/serialization/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationQueued.js +32 -0
  1769. package/serialization/resources/expressionMeasurement/resources/batch/types/StateInference.d.ts +26 -0
  1770. package/serialization/resources/expressionMeasurement/resources/batch/types/StateInference.js +45 -0
  1771. package/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceCompletedInference.d.ts +12 -0
  1772. package/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceCompletedInference.js +32 -0
  1773. package/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceFailed.d.ts +12 -0
  1774. package/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceFailed.js +32 -0
  1775. package/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceInProgress.d.ts +12 -0
  1776. package/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceInProgress.js +32 -0
  1777. package/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceQueued.d.ts +12 -0
  1778. package/serialization/resources/expressionMeasurement/resources/batch/types/StateInferenceQueued.js +32 -0
  1779. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInference.d.ts +26 -0
  1780. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInference.js +45 -0
  1781. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceCompletedTlInference.d.ts +12 -0
  1782. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceCompletedTlInference.js +32 -0
  1783. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceFailed.d.ts +12 -0
  1784. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceFailed.js +32 -0
  1785. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceInProgress.d.ts +12 -0
  1786. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceInProgress.js +32 -0
  1787. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceQueued.d.ts +12 -0
  1788. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTlInferenceQueued.js +32 -0
  1789. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTraining.d.ts +26 -0
  1790. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTraining.js +45 -0
  1791. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingCompletedTraining.d.ts +12 -0
  1792. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingCompletedTraining.js +32 -0
  1793. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingFailed.d.ts +12 -0
  1794. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingFailed.js +32 -0
  1795. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingInProgress.d.ts +12 -0
  1796. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingInProgress.js +32 -0
  1797. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingQueued.d.ts +12 -0
  1798. package/serialization/resources/expressionMeasurement/resources/batch/types/StateTrainingQueued.js +32 -0
  1799. package/serialization/resources/expressionMeasurement/resources/batch/types/Status.d.ts +10 -0
  1800. package/serialization/resources/expressionMeasurement/resources/batch/types/Status.js +31 -0
  1801. package/serialization/resources/expressionMeasurement/resources/batch/types/Tag.d.ts +13 -0
  1802. package/serialization/resources/expressionMeasurement/resources/batch/types/Tag.js +34 -0
  1803. package/serialization/resources/expressionMeasurement/resources/batch/types/Target.d.ts +10 -0
  1804. package/serialization/resources/expressionMeasurement/resources/batch/types/Target.js +35 -0
  1805. package/serialization/resources/expressionMeasurement/resources/batch/types/Task.d.ts +18 -0
  1806. package/serialization/resources/expressionMeasurement/resources/batch/types/Task.js +41 -0
  1807. package/serialization/resources/expressionMeasurement/resources/batch/types/TaskClassification.d.ts +11 -0
  1808. package/serialization/resources/expressionMeasurement/resources/batch/types/TaskClassification.js +31 -0
  1809. package/serialization/resources/expressionMeasurement/resources/batch/types/TaskRegression.d.ts +11 -0
  1810. package/serialization/resources/expressionMeasurement/resources/batch/types/TaskRegression.js +31 -0
  1811. package/serialization/resources/expressionMeasurement/resources/batch/types/TextSource.d.ts +10 -0
  1812. package/serialization/resources/expressionMeasurement/resources/batch/types/TextSource.js +31 -0
  1813. package/serialization/resources/expressionMeasurement/resources/batch/types/TimeInterval.d.ts +13 -0
  1814. package/serialization/resources/expressionMeasurement/resources/batch/types/TimeInterval.js +34 -0
  1815. package/serialization/resources/expressionMeasurement/resources/batch/types/TlInferenceBaseRequest.d.ts +17 -0
  1816. package/serialization/resources/expressionMeasurement/resources/batch/types/TlInferenceBaseRequest.js +38 -0
  1817. package/serialization/resources/expressionMeasurement/resources/batch/types/TlInferencePrediction.d.ts +15 -0
  1818. package/serialization/resources/expressionMeasurement/resources/batch/types/TlInferencePrediction.js +36 -0
  1819. package/serialization/resources/expressionMeasurement/resources/batch/types/TlInferenceResults.d.ts +15 -0
  1820. package/serialization/resources/expressionMeasurement/resources/batch/types/TlInferenceResults.js +36 -0
  1821. package/serialization/resources/expressionMeasurement/resources/batch/types/TlInferenceSourcePredictResult.d.ts +16 -0
  1822. package/serialization/resources/expressionMeasurement/resources/batch/types/TlInferenceSourcePredictResult.js +37 -0
  1823. package/serialization/resources/expressionMeasurement/resources/batch/types/ToxicityScore.d.ts +13 -0
  1824. package/serialization/resources/expressionMeasurement/resources/batch/types/ToxicityScore.js +34 -0
  1825. package/serialization/resources/expressionMeasurement/resources/batch/types/TrainingBaseRequest.d.ts +24 -0
  1826. package/serialization/resources/expressionMeasurement/resources/batch/types/TrainingBaseRequest.js +45 -0
  1827. package/serialization/resources/expressionMeasurement/resources/batch/types/TrainingCustomModel.d.ts +13 -0
  1828. package/serialization/resources/expressionMeasurement/resources/batch/types/TrainingCustomModel.js +34 -0
  1829. package/serialization/resources/expressionMeasurement/resources/batch/types/Transcription.d.ts +15 -0
  1830. package/serialization/resources/expressionMeasurement/resources/batch/types/Transcription.js +36 -0
  1831. package/serialization/resources/expressionMeasurement/resources/batch/types/TranscriptionMetadata.d.ts +14 -0
  1832. package/serialization/resources/expressionMeasurement/resources/batch/types/TranscriptionMetadata.js +35 -0
  1833. package/serialization/resources/expressionMeasurement/resources/batch/types/Type.d.ts +10 -0
  1834. package/serialization/resources/expressionMeasurement/resources/batch/types/Type.js +31 -0
  1835. package/serialization/resources/expressionMeasurement/resources/batch/types/Unconfigurable.d.ts +10 -0
  1836. package/serialization/resources/expressionMeasurement/resources/batch/types/Unconfigurable.js +31 -0
  1837. package/serialization/resources/expressionMeasurement/resources/batch/types/UnionJob.d.ts +11 -0
  1838. package/serialization/resources/expressionMeasurement/resources/batch/types/UnionPredictResult.d.ts +11 -0
  1839. package/serialization/resources/expressionMeasurement/resources/batch/types/Url.d.ts +12 -0
  1840. package/serialization/resources/expressionMeasurement/resources/batch/types/Url.js +33 -0
  1841. package/serialization/resources/expressionMeasurement/resources/batch/types/ValidationArgs.d.ts +13 -0
  1842. package/serialization/resources/expressionMeasurement/resources/batch/types/ValidationArgs.js +34 -0
  1843. package/serialization/resources/expressionMeasurement/resources/batch/types/When.d.ts +10 -0
  1844. package/serialization/resources/expressionMeasurement/resources/batch/types/When.js +31 -0
  1845. package/serialization/resources/expressionMeasurement/resources/batch/types/Window.d.ts +13 -0
  1846. package/serialization/resources/expressionMeasurement/resources/batch/types/Window.js +34 -0
  1847. package/serialization/resources/expressionMeasurement/resources/batch/types/index.d.ts +121 -0
  1848. package/serialization/resources/expressionMeasurement/resources/batch/types/index.js +137 -0
  1849. package/serialization/resources/expressionMeasurement/resources/index.d.ts +4 -3
  1850. package/serialization/resources/expressionMeasurement/resources/index.js +3 -2
  1851. package/serialization/resources/expressionMeasurement/resources/stream/index.d.ts +1 -1
  1852. package/serialization/resources/expressionMeasurement/resources/stream/types/Config.d.ts +18 -0
  1853. package/serialization/resources/expressionMeasurement/resources/stream/types/Config.js +39 -0
  1854. package/serialization/resources/expressionMeasurement/resources/stream/types/EmotionEmbedding.d.ts +11 -0
  1855. package/serialization/resources/expressionMeasurement/resources/stream/types/EmotionEmbedding.js +32 -0
  1856. package/serialization/resources/expressionMeasurement/resources/stream/types/EmotionEmbeddingItem.d.ts +13 -0
  1857. package/serialization/resources/expressionMeasurement/resources/stream/types/EmotionEmbeddingItem.js +34 -0
  1858. package/serialization/resources/expressionMeasurement/resources/stream/types/Sentiment.d.ts +11 -0
  1859. package/serialization/resources/expressionMeasurement/resources/stream/types/Sentiment.js +32 -0
  1860. package/serialization/resources/expressionMeasurement/resources/stream/types/SentimentItem.d.ts +13 -0
  1861. package/serialization/resources/expressionMeasurement/resources/stream/types/SentimentItem.js +34 -0
  1862. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBoundingBox.d.ts +15 -0
  1863. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBoundingBox.js +36 -0
  1864. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorMessage.d.ts +16 -0
  1865. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorMessage.js +37 -0
  1866. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorMessageJobDetails.d.ts +12 -0
  1867. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorMessageJobDetails.js +33 -0
  1868. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsBurst.d.ts +13 -0
  1869. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsBurst.js +34 -0
  1870. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsBurstPredictionsItem.d.ts +15 -0
  1871. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsBurstPredictionsItem.js +36 -0
  1872. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFace.d.ts +13 -0
  1873. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFace.js +34 -0
  1874. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacePredictionsItem.d.ts +21 -0
  1875. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacePredictionsItem.js +42 -0
  1876. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacemesh.d.ts +13 -0
  1877. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacemesh.js +34 -0
  1878. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacemeshPredictionsItem.d.ts +13 -0
  1879. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsFacemeshPredictionsItem.js +34 -0
  1880. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsJobDetails.d.ts +12 -0
  1881. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsJobDetails.js +33 -0
  1882. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsLanguage.d.ts +13 -0
  1883. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsLanguage.js +34 -0
  1884. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.d.ts +20 -0
  1885. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.js +41 -0
  1886. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsProsody.d.ts +13 -0
  1887. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsProsody.js +34 -0
  1888. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsProsodyPredictionsItem.d.ts +15 -0
  1889. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelPredictionsProsodyPredictionsItem.js +36 -0
  1890. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayload.d.ts +19 -0
  1891. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayload.js +40 -0
  1892. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayloadModelsFace.d.ts +17 -0
  1893. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayloadModelsFace.js +38 -0
  1894. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayloadModelsLanguage.d.ts +14 -0
  1895. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamModelsEndpointPayloadModelsLanguage.js +35 -0
  1896. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamWarningMessage.d.ts +16 -0
  1897. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamWarningMessage.js +37 -0
  1898. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamWarningMessageJobDetails.d.ts +12 -0
  1899. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamWarningMessageJobDetails.js +33 -0
  1900. package/serialization/resources/expressionMeasurement/resources/stream/types/SubscribeEvent.d.ts +7 -7
  1901. package/serialization/resources/expressionMeasurement/resources/stream/types/SubscribeEvent.js +4 -8
  1902. package/serialization/resources/expressionMeasurement/resources/stream/types/TextPosition.d.ts +13 -0
  1903. package/serialization/resources/expressionMeasurement/resources/stream/types/TextPosition.js +34 -0
  1904. package/serialization/resources/expressionMeasurement/resources/stream/types/TimeRange.d.ts +13 -0
  1905. package/serialization/resources/expressionMeasurement/resources/stream/types/TimeRange.js +34 -0
  1906. package/serialization/resources/expressionMeasurement/resources/stream/types/Toxicity.d.ts +11 -0
  1907. package/serialization/resources/expressionMeasurement/resources/stream/types/Toxicity.js +32 -0
  1908. package/serialization/resources/expressionMeasurement/resources/stream/types/ToxicityItem.d.ts +13 -0
  1909. package/serialization/resources/expressionMeasurement/resources/stream/types/ToxicityItem.js +34 -0
  1910. package/serialization/resources/expressionMeasurement/resources/stream/types/index.d.ts +29 -21
  1911. package/serialization/resources/expressionMeasurement/resources/stream/types/index.js +28 -20
  1912. package/serialization/resources/index.d.ts +2 -2
  1913. package/tsconfig.dev.json +3 -9
  1914. package/wrapper/HumeClient.d.ts +2 -2
  1915. package/wrapper/base64Decode.js +4 -4
  1916. package/wrapper/base64Encode.js +4 -4
  1917. package/wrapper/checkForAudioTracks.js +3 -3
  1918. package/wrapper/convertBlobToBase64.js +4 -4
  1919. package/wrapper/ensureSingleValidAudioTrack.js +3 -3
  1920. package/wrapper/expressionMeasurement/ExpressionMeasurementClient.d.ts +3 -3
  1921. package/wrapper/expressionMeasurement/batch/BatchClient.d.ts +3 -3
  1922. package/wrapper/expressionMeasurement/batch/Job.d.ts +2 -2
  1923. package/wrapper/expressionMeasurement/batch/Job.js +1 -2
  1924. package/wrapper/expressionMeasurement/streaming/StreamSocket.d.ts +10 -10
  1925. package/wrapper/expressionMeasurement/streaming/StreamSocket.js +7 -7
  1926. package/wrapper/expressionMeasurement/streaming/StreamingClient.d.ts +10 -10
  1927. package/wrapper/expressionMeasurement/streaming/StreamingClient.js +25 -27
  1928. package/wrapper/fetchAccessToken.js +5 -5
  1929. package/wrapper/getBrowserSupportedMimeType.js +3 -3
  1930. package/wrapper/index.d.ts +10 -10
  1931. package/.mock/definition/empathic-voice/chatGroups.yml +0 -442
  1932. package/api/resources/expressionMeasurement/resources/stream/types/StreamBurst.d.ts +0 -20
  1933. package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstBurst.d.ts +0 -10
  1934. package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstBurstPredictionsItem.d.ts +0 -8
  1935. package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFace.d.ts +0 -10
  1936. package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFacePredictionsItem.d.ts +0 -18
  1937. package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemesh.d.ts +0 -10
  1938. package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemeshPredictionsItem.d.ts +0 -7
  1939. package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstJobDetails.d.ts +0 -10
  1940. package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguage.d.ts +0 -10
  1941. package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguagePredictionsItem.d.ts +0 -12
  1942. package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstProsody.d.ts +0 -10
  1943. package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstProsodyPredictionsItem.d.ts +0 -8
  1944. package/api/resources/expressionMeasurement/resources/stream/types/StreamData.d.ts +0 -48
  1945. package/api/resources/expressionMeasurement/resources/stream/types/StreamDataModels.d.ts +0 -41
  1946. package/api/resources/expressionMeasurement/resources/stream/types/StreamDataModelsFace.d.ts +0 -22
  1947. package/api/resources/expressionMeasurement/resources/stream/types/StreamDataModelsLanguage.d.ts +0 -14
  1948. package/api/resources/expressionMeasurement/resources/stream/types/StreamError.d.ts +0 -14
  1949. package/api/resources/expressionMeasurement/resources/stream/types/StreamErrorJobDetails.d.ts +0 -10
  1950. package/api/resources/expressionMeasurement/resources/stream/types/StreamJobDetails.d.ts +0 -14
  1951. package/api/resources/expressionMeasurement/resources/stream/types/StreamJobDetailsJobDetails.d.ts +0 -10
  1952. package/api/resources/expressionMeasurement/types/Alternative.d.ts +0 -4
  1953. package/api/resources/expressionMeasurement/types/Bcp47Tag.d.ts +0 -35
  1954. package/api/resources/expressionMeasurement/types/Bcp47Tag.js +0 -37
  1955. package/api/resources/expressionMeasurement/types/BoundingBox.d.ts +0 -16
  1956. package/api/resources/expressionMeasurement/types/BurstPrediction.d.ts +0 -11
  1957. package/api/resources/expressionMeasurement/types/CompletedTraining.d.ts +0 -14
  1958. package/api/resources/expressionMeasurement/types/CustomModel.d.ts +0 -5
  1959. package/api/resources/expressionMeasurement/types/CustomModelRequest.d.ts +0 -9
  1960. package/api/resources/expressionMeasurement/types/CustomModelsInferenceJob.d.ts +0 -7
  1961. package/api/resources/expressionMeasurement/types/CustomModelsTrainingJob.d.ts +0 -7
  1962. package/api/resources/expressionMeasurement/types/Dataset.d.ts +0 -5
  1963. package/api/resources/expressionMeasurement/types/Direction.d.ts +0 -8
  1964. package/api/resources/expressionMeasurement/types/Direction.js +0 -10
  1965. package/api/resources/expressionMeasurement/types/EmbeddingGenerationBaseRequest.d.ts +0 -8
  1966. package/api/resources/expressionMeasurement/types/EmbeddingGenerationJob.d.ts +0 -7
  1967. package/api/resources/expressionMeasurement/types/EmotionEmbedding.d.ts +0 -8
  1968. package/api/resources/expressionMeasurement/types/EvaluationArgs.d.ts +0 -7
  1969. package/api/resources/expressionMeasurement/types/Face.d.ts +0 -23
  1970. package/api/resources/expressionMeasurement/types/FacePrediction.d.ts +0 -19
  1971. package/api/resources/expressionMeasurement/types/FacemeshPrediction.d.ts +0 -8
  1972. package/api/resources/expressionMeasurement/types/Granularity.d.ts +0 -21
  1973. package/api/resources/expressionMeasurement/types/Granularity.js +0 -12
  1974. package/api/resources/expressionMeasurement/types/GroupedPredictionsBurstPrediction.d.ts +0 -9
  1975. package/api/resources/expressionMeasurement/types/GroupedPredictionsFacePrediction.d.ts +0 -9
  1976. package/api/resources/expressionMeasurement/types/GroupedPredictionsFacemeshPrediction.d.ts +0 -9
  1977. package/api/resources/expressionMeasurement/types/GroupedPredictionsLanguagePrediction.d.ts +0 -9
  1978. package/api/resources/expressionMeasurement/types/GroupedPredictionsNerPrediction.d.ts +0 -9
  1979. package/api/resources/expressionMeasurement/types/GroupedPredictionsProsodyPrediction.d.ts +0 -9
  1980. package/api/resources/expressionMeasurement/types/InferenceBaseRequest.d.ts +0 -27
  1981. package/api/resources/expressionMeasurement/types/InferenceJob.d.ts +0 -12
  1982. package/api/resources/expressionMeasurement/types/InferencePrediction.d.ts +0 -9
  1983. package/api/resources/expressionMeasurement/types/InferenceRequest.d.ts +0 -23
  1984. package/api/resources/expressionMeasurement/types/InferenceResults.d.ts +0 -8
  1985. package/api/resources/expressionMeasurement/types/InferenceSourcePredictResult.d.ts +0 -10
  1986. package/api/resources/expressionMeasurement/types/JobEmbeddingGeneration.d.ts +0 -11
  1987. package/api/resources/expressionMeasurement/types/JobInference.d.ts +0 -14
  1988. package/api/resources/expressionMeasurement/types/JobTlInference.d.ts +0 -11
  1989. package/api/resources/expressionMeasurement/types/JobTraining.d.ts +0 -11
  1990. package/api/resources/expressionMeasurement/types/Language.d.ts +0 -16
  1991. package/api/resources/expressionMeasurement/types/LanguagePrediction.d.ts +0 -24
  1992. package/api/resources/expressionMeasurement/types/Models.d.ts +0 -15
  1993. package/api/resources/expressionMeasurement/types/ModelsPredictions.d.ts +0 -12
  1994. package/api/resources/expressionMeasurement/types/NerPrediction.d.ts +0 -24
  1995. package/api/resources/expressionMeasurement/types/PredictionsOptionalNullBurstPrediction.d.ts +0 -8
  1996. package/api/resources/expressionMeasurement/types/PredictionsOptionalNullFacePrediction.d.ts +0 -8
  1997. package/api/resources/expressionMeasurement/types/PredictionsOptionalNullFacemeshPrediction.d.ts +0 -8
  1998. package/api/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +0 -8
  1999. package/api/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +0 -8
  2000. package/api/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +0 -8
  2001. package/api/resources/expressionMeasurement/types/Prosody.d.ts +0 -15
  2002. package/api/resources/expressionMeasurement/types/ProsodyPrediction.d.ts +0 -15
  2003. package/api/resources/expressionMeasurement/types/Sentiment.d.ts +0 -10
  2004. package/api/resources/expressionMeasurement/types/SortBy.d.ts +0 -9
  2005. package/api/resources/expressionMeasurement/types/SortBy.js +0 -11
  2006. package/api/resources/expressionMeasurement/types/Source.d.ts +0 -16
  2007. package/api/resources/expressionMeasurement/types/SourceFile.d.ts +0 -6
  2008. package/api/resources/expressionMeasurement/types/SourceUrl.d.ts +0 -6
  2009. package/api/resources/expressionMeasurement/types/StateEmbeddingGeneration.d.ts +0 -20
  2010. package/api/resources/expressionMeasurement/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +0 -6
  2011. package/api/resources/expressionMeasurement/types/StateEmbeddingGenerationFailed.d.ts +0 -6
  2012. package/api/resources/expressionMeasurement/types/StateEmbeddingGenerationInProgress.d.ts +0 -6
  2013. package/api/resources/expressionMeasurement/types/StateEmbeddingGenerationQueued.d.ts +0 -6
  2014. package/api/resources/expressionMeasurement/types/StateInference.d.ts +0 -19
  2015. package/api/resources/expressionMeasurement/types/StateInferenceCompletedInference.d.ts +0 -6
  2016. package/api/resources/expressionMeasurement/types/StateInferenceFailed.d.ts +0 -6
  2017. package/api/resources/expressionMeasurement/types/StateInferenceInProgress.d.ts +0 -6
  2018. package/api/resources/expressionMeasurement/types/StateInferenceQueued.d.ts +0 -6
  2019. package/api/resources/expressionMeasurement/types/StateTlInference.d.ts +0 -19
  2020. package/api/resources/expressionMeasurement/types/StateTlInferenceCompletedTlInference.d.ts +0 -6
  2021. package/api/resources/expressionMeasurement/types/StateTlInferenceFailed.d.ts +0 -6
  2022. package/api/resources/expressionMeasurement/types/StateTlInferenceInProgress.d.ts +0 -6
  2023. package/api/resources/expressionMeasurement/types/StateTlInferenceQueued.d.ts +0 -6
  2024. package/api/resources/expressionMeasurement/types/StateTraining.d.ts +0 -19
  2025. package/api/resources/expressionMeasurement/types/StateTrainingCompletedTraining.d.ts +0 -6
  2026. package/api/resources/expressionMeasurement/types/StateTrainingFailed.d.ts +0 -6
  2027. package/api/resources/expressionMeasurement/types/StateTrainingInProgress.d.ts +0 -6
  2028. package/api/resources/expressionMeasurement/types/StateTrainingQueued.d.ts +0 -6
  2029. package/api/resources/expressionMeasurement/types/Status.d.ts +0 -10
  2030. package/api/resources/expressionMeasurement/types/Status.js +0 -12
  2031. package/api/resources/expressionMeasurement/types/Task.d.ts +0 -13
  2032. package/api/resources/expressionMeasurement/types/TlInferenceBaseRequest.d.ts +0 -19
  2033. package/api/resources/expressionMeasurement/types/TlInferencePrediction.d.ts +0 -10
  2034. package/api/resources/expressionMeasurement/types/TlInferenceResults.d.ts +0 -8
  2035. package/api/resources/expressionMeasurement/types/TlInferenceSourcePredictResult.d.ts +0 -10
  2036. package/api/resources/expressionMeasurement/types/Toxicity.d.ts +0 -8
  2037. package/api/resources/expressionMeasurement/types/TrainingBaseRequest.d.ts +0 -14
  2038. package/api/resources/expressionMeasurement/types/Transcription.d.ts +0 -51
  2039. package/api/resources/expressionMeasurement/types/TranscriptionMetadata.d.ts +0 -12
  2040. package/api/resources/expressionMeasurement/types/Type.d.ts +0 -10
  2041. package/api/resources/expressionMeasurement/types/Type.js +0 -12
  2042. package/api/resources/expressionMeasurement/types/UnionJob.d.ts +0 -5
  2043. package/api/resources/expressionMeasurement/types/UnionPredictResult.d.ts +0 -5
  2044. package/api/resources/expressionMeasurement/types/ValidationArgs.d.ts +0 -7
  2045. package/api/resources/expressionMeasurement/types/When.d.ts +0 -8
  2046. package/api/resources/expressionMeasurement/types/When.js +0 -10
  2047. package/api/resources/expressionMeasurement/types/index.d.ts +0 -129
  2048. package/api/resources/expressionMeasurement/types/index.js +0 -145
  2049. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurst.d.ts +0 -20
  2050. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstBurst.d.ts +0 -10
  2051. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstBurstPredictionsItem.d.ts +0 -8
  2052. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFace.d.ts +0 -10
  2053. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFacePredictionsItem.d.ts +0 -18
  2054. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemesh.d.ts +0 -10
  2055. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemeshPredictionsItem.d.ts +0 -7
  2056. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstJobDetails.d.ts +0 -10
  2057. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguage.d.ts +0 -10
  2058. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguagePredictionsItem.d.ts +0 -12
  2059. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstProsody.d.ts +0 -10
  2060. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstProsodyPredictionsItem.d.ts +0 -8
  2061. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamData.d.ts +0 -48
  2062. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamDataModels.d.ts +0 -41
  2063. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamDataModelsFace.d.ts +0 -22
  2064. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamDataModelsLanguage.d.ts +0 -14
  2065. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamError.d.ts +0 -14
  2066. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamErrorJobDetails.d.ts +0 -10
  2067. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamJobDetails.d.ts +0 -14
  2068. package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamJobDetailsJobDetails.d.ts +0 -10
  2069. package/dist/api/resources/expressionMeasurement/types/Alternative.d.ts +0 -4
  2070. package/dist/api/resources/expressionMeasurement/types/Bcp47Tag.d.ts +0 -35
  2071. package/dist/api/resources/expressionMeasurement/types/Bcp47Tag.js +0 -37
  2072. package/dist/api/resources/expressionMeasurement/types/BoundingBox.d.ts +0 -16
  2073. package/dist/api/resources/expressionMeasurement/types/BurstPrediction.d.ts +0 -11
  2074. package/dist/api/resources/expressionMeasurement/types/CompletedTraining.d.ts +0 -14
  2075. package/dist/api/resources/expressionMeasurement/types/CustomModel.d.ts +0 -5
  2076. package/dist/api/resources/expressionMeasurement/types/CustomModelRequest.d.ts +0 -9
  2077. package/dist/api/resources/expressionMeasurement/types/CustomModelsInferenceJob.d.ts +0 -7
  2078. package/dist/api/resources/expressionMeasurement/types/CustomModelsTrainingJob.d.ts +0 -7
  2079. package/dist/api/resources/expressionMeasurement/types/Dataset.d.ts +0 -5
  2080. package/dist/api/resources/expressionMeasurement/types/Direction.d.ts +0 -8
  2081. package/dist/api/resources/expressionMeasurement/types/Direction.js +0 -10
  2082. package/dist/api/resources/expressionMeasurement/types/EmbeddingGenerationBaseRequest.d.ts +0 -8
  2083. package/dist/api/resources/expressionMeasurement/types/EmbeddingGenerationJob.d.ts +0 -7
  2084. package/dist/api/resources/expressionMeasurement/types/EmotionEmbedding.d.ts +0 -8
  2085. package/dist/api/resources/expressionMeasurement/types/EvaluationArgs.d.ts +0 -7
  2086. package/dist/api/resources/expressionMeasurement/types/Face.d.ts +0 -23
  2087. package/dist/api/resources/expressionMeasurement/types/FacePrediction.d.ts +0 -19
  2088. package/dist/api/resources/expressionMeasurement/types/FacemeshPrediction.d.ts +0 -8
  2089. package/dist/api/resources/expressionMeasurement/types/Granularity.d.ts +0 -21
  2090. package/dist/api/resources/expressionMeasurement/types/Granularity.js +0 -12
  2091. package/dist/api/resources/expressionMeasurement/types/GroupedPredictionsBurstPrediction.d.ts +0 -9
  2092. package/dist/api/resources/expressionMeasurement/types/GroupedPredictionsFacePrediction.d.ts +0 -9
  2093. package/dist/api/resources/expressionMeasurement/types/GroupedPredictionsFacemeshPrediction.d.ts +0 -9
  2094. package/dist/api/resources/expressionMeasurement/types/GroupedPredictionsLanguagePrediction.d.ts +0 -9
  2095. package/dist/api/resources/expressionMeasurement/types/GroupedPredictionsNerPrediction.d.ts +0 -9
  2096. package/dist/api/resources/expressionMeasurement/types/GroupedPredictionsProsodyPrediction.d.ts +0 -9
  2097. package/dist/api/resources/expressionMeasurement/types/InferenceBaseRequest.d.ts +0 -27
  2098. package/dist/api/resources/expressionMeasurement/types/InferenceJob.d.ts +0 -12
  2099. package/dist/api/resources/expressionMeasurement/types/InferencePrediction.d.ts +0 -9
  2100. package/dist/api/resources/expressionMeasurement/types/InferenceRequest.d.ts +0 -23
  2101. package/dist/api/resources/expressionMeasurement/types/InferenceResults.d.ts +0 -8
  2102. package/dist/api/resources/expressionMeasurement/types/InferenceSourcePredictResult.d.ts +0 -10
  2103. package/dist/api/resources/expressionMeasurement/types/JobEmbeddingGeneration.d.ts +0 -11
  2104. package/dist/api/resources/expressionMeasurement/types/JobInference.d.ts +0 -14
  2105. package/dist/api/resources/expressionMeasurement/types/JobTlInference.d.ts +0 -11
  2106. package/dist/api/resources/expressionMeasurement/types/JobTraining.d.ts +0 -11
  2107. package/dist/api/resources/expressionMeasurement/types/Language.d.ts +0 -16
  2108. package/dist/api/resources/expressionMeasurement/types/LanguagePrediction.d.ts +0 -24
  2109. package/dist/api/resources/expressionMeasurement/types/Models.d.ts +0 -15
  2110. package/dist/api/resources/expressionMeasurement/types/ModelsPredictions.d.ts +0 -12
  2111. package/dist/api/resources/expressionMeasurement/types/NerPrediction.d.ts +0 -24
  2112. package/dist/api/resources/expressionMeasurement/types/PredictionsOptionalNullBurstPrediction.d.ts +0 -8
  2113. package/dist/api/resources/expressionMeasurement/types/PredictionsOptionalNullFacePrediction.d.ts +0 -8
  2114. package/dist/api/resources/expressionMeasurement/types/PredictionsOptionalNullFacemeshPrediction.d.ts +0 -8
  2115. package/dist/api/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +0 -8
  2116. package/dist/api/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +0 -8
  2117. package/dist/api/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +0 -8
  2118. package/dist/api/resources/expressionMeasurement/types/Prosody.d.ts +0 -15
  2119. package/dist/api/resources/expressionMeasurement/types/ProsodyPrediction.d.ts +0 -15
  2120. package/dist/api/resources/expressionMeasurement/types/Sentiment.d.ts +0 -10
  2121. package/dist/api/resources/expressionMeasurement/types/SortBy.d.ts +0 -9
  2122. package/dist/api/resources/expressionMeasurement/types/SortBy.js +0 -11
  2123. package/dist/api/resources/expressionMeasurement/types/Source.d.ts +0 -16
  2124. package/dist/api/resources/expressionMeasurement/types/SourceFile.d.ts +0 -6
  2125. package/dist/api/resources/expressionMeasurement/types/SourceUrl.d.ts +0 -6
  2126. package/dist/api/resources/expressionMeasurement/types/StateEmbeddingGeneration.d.ts +0 -20
  2127. package/dist/api/resources/expressionMeasurement/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +0 -6
  2128. package/dist/api/resources/expressionMeasurement/types/StateEmbeddingGenerationFailed.d.ts +0 -6
  2129. package/dist/api/resources/expressionMeasurement/types/StateEmbeddingGenerationInProgress.d.ts +0 -6
  2130. package/dist/api/resources/expressionMeasurement/types/StateEmbeddingGenerationQueued.d.ts +0 -6
  2131. package/dist/api/resources/expressionMeasurement/types/StateInference.d.ts +0 -19
  2132. package/dist/api/resources/expressionMeasurement/types/StateInferenceCompletedInference.d.ts +0 -6
  2133. package/dist/api/resources/expressionMeasurement/types/StateInferenceFailed.d.ts +0 -6
  2134. package/dist/api/resources/expressionMeasurement/types/StateInferenceInProgress.d.ts +0 -6
  2135. package/dist/api/resources/expressionMeasurement/types/StateInferenceQueued.d.ts +0 -6
  2136. package/dist/api/resources/expressionMeasurement/types/StateTlInference.d.ts +0 -19
  2137. package/dist/api/resources/expressionMeasurement/types/StateTlInferenceCompletedTlInference.d.ts +0 -6
  2138. package/dist/api/resources/expressionMeasurement/types/StateTlInferenceFailed.d.ts +0 -6
  2139. package/dist/api/resources/expressionMeasurement/types/StateTlInferenceInProgress.d.ts +0 -6
  2140. package/dist/api/resources/expressionMeasurement/types/StateTlInferenceQueued.d.ts +0 -6
  2141. package/dist/api/resources/expressionMeasurement/types/StateTraining.d.ts +0 -19
  2142. package/dist/api/resources/expressionMeasurement/types/StateTrainingCompletedTraining.d.ts +0 -6
  2143. package/dist/api/resources/expressionMeasurement/types/StateTrainingFailed.d.ts +0 -6
  2144. package/dist/api/resources/expressionMeasurement/types/StateTrainingInProgress.d.ts +0 -6
  2145. package/dist/api/resources/expressionMeasurement/types/StateTrainingQueued.d.ts +0 -6
  2146. package/dist/api/resources/expressionMeasurement/types/Status.d.ts +0 -10
  2147. package/dist/api/resources/expressionMeasurement/types/Status.js +0 -12
  2148. package/dist/api/resources/expressionMeasurement/types/Task.d.ts +0 -13
  2149. package/dist/api/resources/expressionMeasurement/types/TlInferenceBaseRequest.d.ts +0 -19
  2150. package/dist/api/resources/expressionMeasurement/types/TlInferencePrediction.d.ts +0 -10
  2151. package/dist/api/resources/expressionMeasurement/types/TlInferenceResults.d.ts +0 -8
  2152. package/dist/api/resources/expressionMeasurement/types/TlInferenceSourcePredictResult.d.ts +0 -10
  2153. package/dist/api/resources/expressionMeasurement/types/Toxicity.d.ts +0 -8
  2154. package/dist/api/resources/expressionMeasurement/types/TrainingBaseRequest.d.ts +0 -14
  2155. package/dist/api/resources/expressionMeasurement/types/Transcription.d.ts +0 -51
  2156. package/dist/api/resources/expressionMeasurement/types/TranscriptionMetadata.d.ts +0 -12
  2157. package/dist/api/resources/expressionMeasurement/types/Type.d.ts +0 -10
  2158. package/dist/api/resources/expressionMeasurement/types/Type.js +0 -12
  2159. package/dist/api/resources/expressionMeasurement/types/UnionJob.d.ts +0 -5
  2160. package/dist/api/resources/expressionMeasurement/types/UnionPredictResult.d.ts +0 -5
  2161. package/dist/api/resources/expressionMeasurement/types/ValidationArgs.d.ts +0 -7
  2162. package/dist/api/resources/expressionMeasurement/types/When.d.ts +0 -8
  2163. package/dist/api/resources/expressionMeasurement/types/When.js +0 -10
  2164. package/dist/api/resources/expressionMeasurement/types/index.d.ts +0 -129
  2165. package/dist/api/resources/expressionMeasurement/types/index.js +0 -145
  2166. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurst.d.ts +0 -24
  2167. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurst.js +0 -45
  2168. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstBurst.d.ts +0 -13
  2169. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstBurst.js +0 -36
  2170. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstBurstPredictionsItem.d.ts +0 -15
  2171. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstBurstPredictionsItem.js +0 -36
  2172. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFace.d.ts +0 -13
  2173. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFace.js +0 -36
  2174. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacePredictionsItem.d.ts +0 -21
  2175. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacePredictionsItem.js +0 -42
  2176. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemesh.d.ts +0 -13
  2177. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemesh.js +0 -36
  2178. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemeshPredictionsItem.d.ts +0 -13
  2179. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemeshPredictionsItem.js +0 -34
  2180. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstJobDetails.d.ts +0 -12
  2181. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstJobDetails.js +0 -33
  2182. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguage.d.ts +0 -13
  2183. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguage.js +0 -36
  2184. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguagePredictionsItem.d.ts +0 -20
  2185. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguagePredictionsItem.js +0 -41
  2186. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstProsody.d.ts +0 -13
  2187. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstProsody.js +0 -36
  2188. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstProsodyPredictionsItem.d.ts +0 -15
  2189. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstProsodyPredictionsItem.js +0 -36
  2190. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamData.d.ts +0 -19
  2191. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamData.js +0 -40
  2192. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModels.d.ts +0 -18
  2193. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModels.js +0 -45
  2194. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsFace.d.ts +0 -17
  2195. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsFace.js +0 -42
  2196. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsLanguage.d.ts +0 -14
  2197. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsLanguage.js +0 -39
  2198. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamError.d.ts +0 -16
  2199. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamError.js +0 -37
  2200. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorJobDetails.d.ts +0 -12
  2201. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorJobDetails.js +0 -33
  2202. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetails.d.ts +0 -16
  2203. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetails.js +0 -37
  2204. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetailsJobDetails.d.ts +0 -12
  2205. package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetailsJobDetails.js +0 -33
  2206. package/dist/serialization/resources/expressionMeasurement/types/Alternative.d.ts +0 -10
  2207. package/dist/serialization/resources/expressionMeasurement/types/Alternative.js +0 -31
  2208. package/dist/serialization/resources/expressionMeasurement/types/Bcp47Tag.d.ts +0 -10
  2209. package/dist/serialization/resources/expressionMeasurement/types/Bcp47Tag.js +0 -61
  2210. package/dist/serialization/resources/expressionMeasurement/types/BoundingBox.d.ts +0 -15
  2211. package/dist/serialization/resources/expressionMeasurement/types/BoundingBox.js +0 -36
  2212. package/dist/serialization/resources/expressionMeasurement/types/BurstPrediction.d.ts +0 -17
  2213. package/dist/serialization/resources/expressionMeasurement/types/BurstPrediction.js +0 -38
  2214. package/dist/serialization/resources/expressionMeasurement/types/Classification.d.ts +0 -10
  2215. package/dist/serialization/resources/expressionMeasurement/types/Classification.js +0 -31
  2216. package/dist/serialization/resources/expressionMeasurement/types/CompletedEmbeddingGeneration.d.ts +0 -14
  2217. package/dist/serialization/resources/expressionMeasurement/types/CompletedEmbeddingGeneration.js +0 -35
  2218. package/dist/serialization/resources/expressionMeasurement/types/CompletedInference.d.ts +0 -16
  2219. package/dist/serialization/resources/expressionMeasurement/types/CompletedInference.js +0 -37
  2220. package/dist/serialization/resources/expressionMeasurement/types/CompletedTlInference.d.ts +0 -16
  2221. package/dist/serialization/resources/expressionMeasurement/types/CompletedTlInference.js +0 -37
  2222. package/dist/serialization/resources/expressionMeasurement/types/CompletedTraining.d.ts +0 -17
  2223. package/dist/serialization/resources/expressionMeasurement/types/CompletedTraining.js +0 -40
  2224. package/dist/serialization/resources/expressionMeasurement/types/CustomModel.d.ts +0 -12
  2225. package/dist/serialization/resources/expressionMeasurement/types/CustomModel.js +0 -36
  2226. package/dist/serialization/resources/expressionMeasurement/types/CustomModelId.d.ts +0 -12
  2227. package/dist/serialization/resources/expressionMeasurement/types/CustomModelId.js +0 -33
  2228. package/dist/serialization/resources/expressionMeasurement/types/CustomModelPrediction.d.ts +0 -14
  2229. package/dist/serialization/resources/expressionMeasurement/types/CustomModelPrediction.js +0 -35
  2230. package/dist/serialization/resources/expressionMeasurement/types/CustomModelRequest.d.ts +0 -15
  2231. package/dist/serialization/resources/expressionMeasurement/types/CustomModelRequest.js +0 -36
  2232. package/dist/serialization/resources/expressionMeasurement/types/CustomModelVersionId.d.ts +0 -12
  2233. package/dist/serialization/resources/expressionMeasurement/types/CustomModelVersionId.js +0 -33
  2234. package/dist/serialization/resources/expressionMeasurement/types/CustomModelsInferenceJob.d.ts +0 -13
  2235. package/dist/serialization/resources/expressionMeasurement/types/CustomModelsInferenceJob.js +0 -36
  2236. package/dist/serialization/resources/expressionMeasurement/types/CustomModelsTrainingJob.d.ts +0 -13
  2237. package/dist/serialization/resources/expressionMeasurement/types/CustomModelsTrainingJob.js +0 -36
  2238. package/dist/serialization/resources/expressionMeasurement/types/Dataset.d.ts +0 -12
  2239. package/dist/serialization/resources/expressionMeasurement/types/Dataset.js +0 -33
  2240. package/dist/serialization/resources/expressionMeasurement/types/DatasetId.d.ts +0 -12
  2241. package/dist/serialization/resources/expressionMeasurement/types/DatasetId.js +0 -33
  2242. package/dist/serialization/resources/expressionMeasurement/types/DatasetVersionId.d.ts +0 -12
  2243. package/dist/serialization/resources/expressionMeasurement/types/DatasetVersionId.js +0 -33
  2244. package/dist/serialization/resources/expressionMeasurement/types/DescriptionsScore.d.ts +0 -13
  2245. package/dist/serialization/resources/expressionMeasurement/types/DescriptionsScore.js +0 -34
  2246. package/dist/serialization/resources/expressionMeasurement/types/Direction.d.ts +0 -10
  2247. package/dist/serialization/resources/expressionMeasurement/types/Direction.js +0 -31
  2248. package/dist/serialization/resources/expressionMeasurement/types/EmbeddingGenerationBaseRequest.d.ts +0 -13
  2249. package/dist/serialization/resources/expressionMeasurement/types/EmbeddingGenerationBaseRequest.js +0 -34
  2250. package/dist/serialization/resources/expressionMeasurement/types/EmbeddingGenerationJob.d.ts +0 -13
  2251. package/dist/serialization/resources/expressionMeasurement/types/EmbeddingGenerationJob.js +0 -36
  2252. package/dist/serialization/resources/expressionMeasurement/types/EmotionEmbedding.d.ts +0 -11
  2253. package/dist/serialization/resources/expressionMeasurement/types/EmotionEmbedding.js +0 -32
  2254. package/dist/serialization/resources/expressionMeasurement/types/EmotionEmbeddingItem.d.ts +0 -13
  2255. package/dist/serialization/resources/expressionMeasurement/types/EmotionEmbeddingItem.js +0 -34
  2256. package/dist/serialization/resources/expressionMeasurement/types/EmotionScore.d.ts +0 -13
  2257. package/dist/serialization/resources/expressionMeasurement/types/EmotionScore.js +0 -34
  2258. package/dist/serialization/resources/expressionMeasurement/types/Error_.d.ts +0 -13
  2259. package/dist/serialization/resources/expressionMeasurement/types/Error_.js +0 -34
  2260. package/dist/serialization/resources/expressionMeasurement/types/EvaluationArgs.d.ts +0 -13
  2261. package/dist/serialization/resources/expressionMeasurement/types/EvaluationArgs.js +0 -34
  2262. package/dist/serialization/resources/expressionMeasurement/types/Face.d.ts +0 -19
  2263. package/dist/serialization/resources/expressionMeasurement/types/Face.js +0 -40
  2264. package/dist/serialization/resources/expressionMeasurement/types/FacePrediction.d.ts +0 -22
  2265. package/dist/serialization/resources/expressionMeasurement/types/FacePrediction.js +0 -43
  2266. package/dist/serialization/resources/expressionMeasurement/types/FacemeshPrediction.d.ts +0 -13
  2267. package/dist/serialization/resources/expressionMeasurement/types/FacemeshPrediction.js +0 -34
  2268. package/dist/serialization/resources/expressionMeasurement/types/FacsScore.d.ts +0 -13
  2269. package/dist/serialization/resources/expressionMeasurement/types/FacsScore.js +0 -34
  2270. package/dist/serialization/resources/expressionMeasurement/types/Failed.d.ts +0 -15
  2271. package/dist/serialization/resources/expressionMeasurement/types/Failed.js +0 -36
  2272. package/dist/serialization/resources/expressionMeasurement/types/File_.d.ts +0 -14
  2273. package/dist/serialization/resources/expressionMeasurement/types/File_.js +0 -35
  2274. package/dist/serialization/resources/expressionMeasurement/types/Granularity.d.ts +0 -10
  2275. package/dist/serialization/resources/expressionMeasurement/types/Granularity.js +0 -36
  2276. package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsBurstPrediction.d.ts +0 -14
  2277. package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsBurstPrediction.js +0 -35
  2278. package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsFacePrediction.d.ts +0 -14
  2279. package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsFacePrediction.js +0 -35
  2280. package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsFacemeshPrediction.d.ts +0 -14
  2281. package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsFacemeshPrediction.js +0 -35
  2282. package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsLanguagePrediction.d.ts +0 -14
  2283. package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsLanguagePrediction.js +0 -35
  2284. package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsNerPrediction.d.ts +0 -14
  2285. package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsNerPrediction.js +0 -35
  2286. package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsProsodyPrediction.d.ts +0 -14
  2287. package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsProsodyPrediction.js +0 -35
  2288. package/dist/serialization/resources/expressionMeasurement/types/InProgress.d.ts +0 -13
  2289. package/dist/serialization/resources/expressionMeasurement/types/InProgress.js +0 -34
  2290. package/dist/serialization/resources/expressionMeasurement/types/InferenceBaseRequest.d.ts +0 -20
  2291. package/dist/serialization/resources/expressionMeasurement/types/InferenceBaseRequest.js +0 -41
  2292. package/dist/serialization/resources/expressionMeasurement/types/InferenceJob.d.ts +0 -13
  2293. package/dist/serialization/resources/expressionMeasurement/types/InferenceJob.js +0 -36
  2294. package/dist/serialization/resources/expressionMeasurement/types/InferencePrediction.d.ts +0 -14
  2295. package/dist/serialization/resources/expressionMeasurement/types/InferencePrediction.js +0 -35
  2296. package/dist/serialization/resources/expressionMeasurement/types/InferenceRequest.d.ts +0 -22
  2297. package/dist/serialization/resources/expressionMeasurement/types/InferenceRequest.js +0 -43
  2298. package/dist/serialization/resources/expressionMeasurement/types/InferenceResults.d.ts +0 -15
  2299. package/dist/serialization/resources/expressionMeasurement/types/InferenceResults.js +0 -36
  2300. package/dist/serialization/resources/expressionMeasurement/types/InferenceSourcePredictResult.d.ts +0 -16
  2301. package/dist/serialization/resources/expressionMeasurement/types/InferenceSourcePredictResult.js +0 -37
  2302. package/dist/serialization/resources/expressionMeasurement/types/JobEmbeddingGeneration.d.ts +0 -17
  2303. package/dist/serialization/resources/expressionMeasurement/types/JobEmbeddingGeneration.js +0 -38
  2304. package/dist/serialization/resources/expressionMeasurement/types/JobId.d.ts +0 -12
  2305. package/dist/serialization/resources/expressionMeasurement/types/JobId.js +0 -33
  2306. package/dist/serialization/resources/expressionMeasurement/types/JobInference.d.ts +0 -17
  2307. package/dist/serialization/resources/expressionMeasurement/types/JobInference.js +0 -38
  2308. package/dist/serialization/resources/expressionMeasurement/types/JobTlInference.d.ts +0 -17
  2309. package/dist/serialization/resources/expressionMeasurement/types/JobTlInference.js +0 -38
  2310. package/dist/serialization/resources/expressionMeasurement/types/JobTraining.d.ts +0 -17
  2311. package/dist/serialization/resources/expressionMeasurement/types/JobTraining.js +0 -38
  2312. package/dist/serialization/resources/expressionMeasurement/types/Language.d.ts +0 -17
  2313. package/dist/serialization/resources/expressionMeasurement/types/Language.js +0 -38
  2314. package/dist/serialization/resources/expressionMeasurement/types/LanguagePrediction.d.ts +0 -24
  2315. package/dist/serialization/resources/expressionMeasurement/types/LanguagePrediction.js +0 -45
  2316. package/dist/serialization/resources/expressionMeasurement/types/Models.d.ts +0 -22
  2317. package/dist/serialization/resources/expressionMeasurement/types/Models.js +0 -43
  2318. package/dist/serialization/resources/expressionMeasurement/types/ModelsPredictions.d.ts +0 -23
  2319. package/dist/serialization/resources/expressionMeasurement/types/ModelsPredictions.js +0 -44
  2320. package/dist/serialization/resources/expressionMeasurement/types/Ner.d.ts +0 -12
  2321. package/dist/serialization/resources/expressionMeasurement/types/Ner.js +0 -33
  2322. package/dist/serialization/resources/expressionMeasurement/types/NerPrediction.d.ts +0 -24
  2323. package/dist/serialization/resources/expressionMeasurement/types/NerPrediction.js +0 -45
  2324. package/dist/serialization/resources/expressionMeasurement/types/Null.d.ts +0 -10
  2325. package/dist/serialization/resources/expressionMeasurement/types/Null.js +0 -31
  2326. package/dist/serialization/resources/expressionMeasurement/types/PositionInterval.d.ts +0 -13
  2327. package/dist/serialization/resources/expressionMeasurement/types/PositionInterval.js +0 -34
  2328. package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullBurstPrediction.d.ts +0 -15
  2329. package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullBurstPrediction.js +0 -36
  2330. package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacePrediction.d.ts +0 -15
  2331. package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacePrediction.js +0 -36
  2332. package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacemeshPrediction.d.ts +0 -15
  2333. package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacemeshPrediction.js +0 -36
  2334. package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +0 -15
  2335. package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +0 -36
  2336. package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +0 -15
  2337. package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataNerPrediction.js +0 -36
  2338. package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +0 -15
  2339. package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +0 -36
  2340. package/dist/serialization/resources/expressionMeasurement/types/Prosody.d.ts +0 -16
  2341. package/dist/serialization/resources/expressionMeasurement/types/Prosody.js +0 -37
  2342. package/dist/serialization/resources/expressionMeasurement/types/ProsodyPrediction.d.ts +0 -18
  2343. package/dist/serialization/resources/expressionMeasurement/types/ProsodyPrediction.js +0 -39
  2344. package/dist/serialization/resources/expressionMeasurement/types/Queued.d.ts +0 -12
  2345. package/dist/serialization/resources/expressionMeasurement/types/Queued.js +0 -33
  2346. package/dist/serialization/resources/expressionMeasurement/types/RegistryFileDetail.d.ts +0 -13
  2347. package/dist/serialization/resources/expressionMeasurement/types/RegistryFileDetail.js +0 -34
  2348. package/dist/serialization/resources/expressionMeasurement/types/Regression.d.ts +0 -10
  2349. package/dist/serialization/resources/expressionMeasurement/types/Regression.js +0 -31
  2350. package/dist/serialization/resources/expressionMeasurement/types/Sentiment.d.ts +0 -11
  2351. package/dist/serialization/resources/expressionMeasurement/types/Sentiment.js +0 -32
  2352. package/dist/serialization/resources/expressionMeasurement/types/SentimentItem.d.ts +0 -13
  2353. package/dist/serialization/resources/expressionMeasurement/types/SentimentItem.js +0 -34
  2354. package/dist/serialization/resources/expressionMeasurement/types/SentimentScore.d.ts +0 -13
  2355. package/dist/serialization/resources/expressionMeasurement/types/SentimentScore.js +0 -34
  2356. package/dist/serialization/resources/expressionMeasurement/types/SortBy.d.ts +0 -10
  2357. package/dist/serialization/resources/expressionMeasurement/types/SortBy.js +0 -31
  2358. package/dist/serialization/resources/expressionMeasurement/types/Source.d.ts +0 -22
  2359. package/dist/serialization/resources/expressionMeasurement/types/Source.js +0 -43
  2360. package/dist/serialization/resources/expressionMeasurement/types/SourceFile.d.ts +0 -12
  2361. package/dist/serialization/resources/expressionMeasurement/types/SourceFile.js +0 -32
  2362. package/dist/serialization/resources/expressionMeasurement/types/SourceTextSource.d.ts +0 -11
  2363. package/dist/serialization/resources/expressionMeasurement/types/SourceTextSource.js +0 -31
  2364. package/dist/serialization/resources/expressionMeasurement/types/SourceUrl.d.ts +0 -12
  2365. package/dist/serialization/resources/expressionMeasurement/types/SourceUrl.js +0 -32
  2366. package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGeneration.d.ts +0 -26
  2367. package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGeneration.js +0 -45
  2368. package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +0 -12
  2369. package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.js +0 -32
  2370. package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationFailed.d.ts +0 -12
  2371. package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationFailed.js +0 -32
  2372. package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationInProgress.d.ts +0 -12
  2373. package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationInProgress.js +0 -32
  2374. package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationQueued.d.ts +0 -12
  2375. package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationQueued.js +0 -32
  2376. package/dist/serialization/resources/expressionMeasurement/types/StateInference.d.ts +0 -26
  2377. package/dist/serialization/resources/expressionMeasurement/types/StateInference.js +0 -45
  2378. package/dist/serialization/resources/expressionMeasurement/types/StateInferenceCompletedInference.d.ts +0 -12
  2379. package/dist/serialization/resources/expressionMeasurement/types/StateInferenceCompletedInference.js +0 -32
  2380. package/dist/serialization/resources/expressionMeasurement/types/StateInferenceFailed.d.ts +0 -12
  2381. package/dist/serialization/resources/expressionMeasurement/types/StateInferenceFailed.js +0 -32
  2382. package/dist/serialization/resources/expressionMeasurement/types/StateInferenceInProgress.d.ts +0 -12
  2383. package/dist/serialization/resources/expressionMeasurement/types/StateInferenceInProgress.js +0 -32
  2384. package/dist/serialization/resources/expressionMeasurement/types/StateInferenceQueued.d.ts +0 -12
  2385. package/dist/serialization/resources/expressionMeasurement/types/StateInferenceQueued.js +0 -32
  2386. package/dist/serialization/resources/expressionMeasurement/types/StateTlInference.d.ts +0 -26
  2387. package/dist/serialization/resources/expressionMeasurement/types/StateTlInference.js +0 -45
  2388. package/dist/serialization/resources/expressionMeasurement/types/StateTlInferenceCompletedTlInference.d.ts +0 -12
  2389. package/dist/serialization/resources/expressionMeasurement/types/StateTlInferenceCompletedTlInference.js +0 -32
  2390. package/dist/serialization/resources/expressionMeasurement/types/StateTlInferenceFailed.d.ts +0 -12
  2391. package/dist/serialization/resources/expressionMeasurement/types/StateTlInferenceFailed.js +0 -32
  2392. package/dist/serialization/resources/expressionMeasurement/types/StateTlInferenceInProgress.d.ts +0 -12
  2393. package/dist/serialization/resources/expressionMeasurement/types/StateTlInferenceInProgress.js +0 -32
  2394. package/dist/serialization/resources/expressionMeasurement/types/StateTlInferenceQueued.d.ts +0 -12
  2395. package/dist/serialization/resources/expressionMeasurement/types/StateTlInferenceQueued.js +0 -32
  2396. package/dist/serialization/resources/expressionMeasurement/types/StateTraining.d.ts +0 -26
  2397. package/dist/serialization/resources/expressionMeasurement/types/StateTraining.js +0 -45
  2398. package/dist/serialization/resources/expressionMeasurement/types/StateTrainingCompletedTraining.d.ts +0 -12
  2399. package/dist/serialization/resources/expressionMeasurement/types/StateTrainingCompletedTraining.js +0 -32
  2400. package/dist/serialization/resources/expressionMeasurement/types/StateTrainingFailed.d.ts +0 -12
  2401. package/dist/serialization/resources/expressionMeasurement/types/StateTrainingFailed.js +0 -32
  2402. package/dist/serialization/resources/expressionMeasurement/types/StateTrainingInProgress.d.ts +0 -12
  2403. package/dist/serialization/resources/expressionMeasurement/types/StateTrainingInProgress.js +0 -32
  2404. package/dist/serialization/resources/expressionMeasurement/types/StateTrainingQueued.d.ts +0 -12
  2405. package/dist/serialization/resources/expressionMeasurement/types/StateTrainingQueued.js +0 -32
  2406. package/dist/serialization/resources/expressionMeasurement/types/Status.d.ts +0 -10
  2407. package/dist/serialization/resources/expressionMeasurement/types/Status.js +0 -31
  2408. package/dist/serialization/resources/expressionMeasurement/types/Tag.d.ts +0 -13
  2409. package/dist/serialization/resources/expressionMeasurement/types/Tag.js +0 -34
  2410. package/dist/serialization/resources/expressionMeasurement/types/Target.d.ts +0 -10
  2411. package/dist/serialization/resources/expressionMeasurement/types/Target.js +0 -35
  2412. package/dist/serialization/resources/expressionMeasurement/types/Task.d.ts +0 -18
  2413. package/dist/serialization/resources/expressionMeasurement/types/Task.js +0 -41
  2414. package/dist/serialization/resources/expressionMeasurement/types/TaskClassification.d.ts +0 -11
  2415. package/dist/serialization/resources/expressionMeasurement/types/TaskClassification.js +0 -31
  2416. package/dist/serialization/resources/expressionMeasurement/types/TaskRegression.d.ts +0 -11
  2417. package/dist/serialization/resources/expressionMeasurement/types/TaskRegression.js +0 -31
  2418. package/dist/serialization/resources/expressionMeasurement/types/TextPosition.d.ts +0 -13
  2419. package/dist/serialization/resources/expressionMeasurement/types/TextPosition.js +0 -34
  2420. package/dist/serialization/resources/expressionMeasurement/types/TextSource.d.ts +0 -10
  2421. package/dist/serialization/resources/expressionMeasurement/types/TextSource.js +0 -31
  2422. package/dist/serialization/resources/expressionMeasurement/types/TimeInterval.d.ts +0 -13
  2423. package/dist/serialization/resources/expressionMeasurement/types/TimeInterval.js +0 -34
  2424. package/dist/serialization/resources/expressionMeasurement/types/TimeRange.d.ts +0 -13
  2425. package/dist/serialization/resources/expressionMeasurement/types/TimeRange.js +0 -34
  2426. package/dist/serialization/resources/expressionMeasurement/types/TlInferenceBaseRequest.d.ts +0 -17
  2427. package/dist/serialization/resources/expressionMeasurement/types/TlInferenceBaseRequest.js +0 -38
  2428. package/dist/serialization/resources/expressionMeasurement/types/TlInferencePrediction.d.ts +0 -15
  2429. package/dist/serialization/resources/expressionMeasurement/types/TlInferencePrediction.js +0 -36
  2430. package/dist/serialization/resources/expressionMeasurement/types/TlInferenceResults.d.ts +0 -15
  2431. package/dist/serialization/resources/expressionMeasurement/types/TlInferenceResults.js +0 -36
  2432. package/dist/serialization/resources/expressionMeasurement/types/TlInferenceSourcePredictResult.d.ts +0 -16
  2433. package/dist/serialization/resources/expressionMeasurement/types/TlInferenceSourcePredictResult.js +0 -37
  2434. package/dist/serialization/resources/expressionMeasurement/types/Toxicity.d.ts +0 -11
  2435. package/dist/serialization/resources/expressionMeasurement/types/Toxicity.js +0 -32
  2436. package/dist/serialization/resources/expressionMeasurement/types/ToxicityItem.d.ts +0 -13
  2437. package/dist/serialization/resources/expressionMeasurement/types/ToxicityItem.js +0 -34
  2438. package/dist/serialization/resources/expressionMeasurement/types/ToxicityScore.d.ts +0 -13
  2439. package/dist/serialization/resources/expressionMeasurement/types/ToxicityScore.js +0 -34
  2440. package/dist/serialization/resources/expressionMeasurement/types/TrainingBaseRequest.d.ts +0 -24
  2441. package/dist/serialization/resources/expressionMeasurement/types/TrainingBaseRequest.js +0 -45
  2442. package/dist/serialization/resources/expressionMeasurement/types/TrainingCustomModel.d.ts +0 -13
  2443. package/dist/serialization/resources/expressionMeasurement/types/TrainingCustomModel.js +0 -34
  2444. package/dist/serialization/resources/expressionMeasurement/types/Transcription.d.ts +0 -15
  2445. package/dist/serialization/resources/expressionMeasurement/types/Transcription.js +0 -36
  2446. package/dist/serialization/resources/expressionMeasurement/types/TranscriptionMetadata.d.ts +0 -14
  2447. package/dist/serialization/resources/expressionMeasurement/types/TranscriptionMetadata.js +0 -35
  2448. package/dist/serialization/resources/expressionMeasurement/types/Type.d.ts +0 -10
  2449. package/dist/serialization/resources/expressionMeasurement/types/Type.js +0 -36
  2450. package/dist/serialization/resources/expressionMeasurement/types/Unconfigurable.d.ts +0 -10
  2451. package/dist/serialization/resources/expressionMeasurement/types/Unconfigurable.js +0 -31
  2452. package/dist/serialization/resources/expressionMeasurement/types/UnionJob.d.ts +0 -11
  2453. package/dist/serialization/resources/expressionMeasurement/types/UnionPredictResult.d.ts +0 -11
  2454. package/dist/serialization/resources/expressionMeasurement/types/Url.d.ts +0 -12
  2455. package/dist/serialization/resources/expressionMeasurement/types/Url.js +0 -33
  2456. package/dist/serialization/resources/expressionMeasurement/types/ValidationArgs.d.ts +0 -13
  2457. package/dist/serialization/resources/expressionMeasurement/types/ValidationArgs.js +0 -34
  2458. package/dist/serialization/resources/expressionMeasurement/types/When.d.ts +0 -10
  2459. package/dist/serialization/resources/expressionMeasurement/types/When.js +0 -31
  2460. package/dist/serialization/resources/expressionMeasurement/types/Window.d.ts +0 -13
  2461. package/dist/serialization/resources/expressionMeasurement/types/Window.js +0 -34
  2462. package/dist/serialization/resources/expressionMeasurement/types/index.d.ts +0 -129
  2463. package/dist/serialization/resources/expressionMeasurement/types/index.js +0 -145
  2464. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurst.d.ts +0 -24
  2465. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurst.js +0 -45
  2466. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstBurst.d.ts +0 -13
  2467. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstBurst.js +0 -36
  2468. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstBurstPredictionsItem.d.ts +0 -15
  2469. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstBurstPredictionsItem.js +0 -36
  2470. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFace.d.ts +0 -13
  2471. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFace.js +0 -36
  2472. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacePredictionsItem.d.ts +0 -21
  2473. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacePredictionsItem.js +0 -42
  2474. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemesh.d.ts +0 -13
  2475. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemesh.js +0 -36
  2476. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemeshPredictionsItem.d.ts +0 -13
  2477. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemeshPredictionsItem.js +0 -34
  2478. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstJobDetails.d.ts +0 -12
  2479. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstJobDetails.js +0 -33
  2480. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguage.d.ts +0 -13
  2481. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguage.js +0 -36
  2482. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguagePredictionsItem.d.ts +0 -20
  2483. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguagePredictionsItem.js +0 -41
  2484. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstProsody.d.ts +0 -13
  2485. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstProsody.js +0 -36
  2486. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstProsodyPredictionsItem.d.ts +0 -15
  2487. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstProsodyPredictionsItem.js +0 -36
  2488. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamData.d.ts +0 -19
  2489. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamData.js +0 -40
  2490. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModels.d.ts +0 -18
  2491. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModels.js +0 -45
  2492. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsFace.d.ts +0 -17
  2493. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsFace.js +0 -42
  2494. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsLanguage.d.ts +0 -14
  2495. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsLanguage.js +0 -39
  2496. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamError.d.ts +0 -16
  2497. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamError.js +0 -37
  2498. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorJobDetails.d.ts +0 -12
  2499. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorJobDetails.js +0 -33
  2500. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetails.d.ts +0 -16
  2501. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetails.js +0 -37
  2502. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetailsJobDetails.d.ts +0 -12
  2503. package/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetailsJobDetails.js +0 -33
  2504. package/serialization/resources/expressionMeasurement/types/Alternative.d.ts +0 -10
  2505. package/serialization/resources/expressionMeasurement/types/Alternative.js +0 -31
  2506. package/serialization/resources/expressionMeasurement/types/Bcp47Tag.d.ts +0 -10
  2507. package/serialization/resources/expressionMeasurement/types/Bcp47Tag.js +0 -61
  2508. package/serialization/resources/expressionMeasurement/types/BoundingBox.d.ts +0 -15
  2509. package/serialization/resources/expressionMeasurement/types/BoundingBox.js +0 -36
  2510. package/serialization/resources/expressionMeasurement/types/BurstPrediction.d.ts +0 -17
  2511. package/serialization/resources/expressionMeasurement/types/BurstPrediction.js +0 -38
  2512. package/serialization/resources/expressionMeasurement/types/Classification.d.ts +0 -10
  2513. package/serialization/resources/expressionMeasurement/types/Classification.js +0 -31
  2514. package/serialization/resources/expressionMeasurement/types/CompletedEmbeddingGeneration.d.ts +0 -14
  2515. package/serialization/resources/expressionMeasurement/types/CompletedEmbeddingGeneration.js +0 -35
  2516. package/serialization/resources/expressionMeasurement/types/CompletedInference.d.ts +0 -16
  2517. package/serialization/resources/expressionMeasurement/types/CompletedInference.js +0 -37
  2518. package/serialization/resources/expressionMeasurement/types/CompletedTlInference.d.ts +0 -16
  2519. package/serialization/resources/expressionMeasurement/types/CompletedTlInference.js +0 -37
  2520. package/serialization/resources/expressionMeasurement/types/CompletedTraining.d.ts +0 -17
  2521. package/serialization/resources/expressionMeasurement/types/CompletedTraining.js +0 -40
  2522. package/serialization/resources/expressionMeasurement/types/CustomModel.d.ts +0 -12
  2523. package/serialization/resources/expressionMeasurement/types/CustomModel.js +0 -36
  2524. package/serialization/resources/expressionMeasurement/types/CustomModelId.d.ts +0 -12
  2525. package/serialization/resources/expressionMeasurement/types/CustomModelId.js +0 -33
  2526. package/serialization/resources/expressionMeasurement/types/CustomModelPrediction.d.ts +0 -14
  2527. package/serialization/resources/expressionMeasurement/types/CustomModelPrediction.js +0 -35
  2528. package/serialization/resources/expressionMeasurement/types/CustomModelRequest.d.ts +0 -15
  2529. package/serialization/resources/expressionMeasurement/types/CustomModelRequest.js +0 -36
  2530. package/serialization/resources/expressionMeasurement/types/CustomModelVersionId.d.ts +0 -12
  2531. package/serialization/resources/expressionMeasurement/types/CustomModelVersionId.js +0 -33
  2532. package/serialization/resources/expressionMeasurement/types/CustomModelsInferenceJob.d.ts +0 -13
  2533. package/serialization/resources/expressionMeasurement/types/CustomModelsInferenceJob.js +0 -36
  2534. package/serialization/resources/expressionMeasurement/types/CustomModelsTrainingJob.d.ts +0 -13
  2535. package/serialization/resources/expressionMeasurement/types/CustomModelsTrainingJob.js +0 -36
  2536. package/serialization/resources/expressionMeasurement/types/Dataset.d.ts +0 -12
  2537. package/serialization/resources/expressionMeasurement/types/Dataset.js +0 -33
  2538. package/serialization/resources/expressionMeasurement/types/DatasetId.d.ts +0 -12
  2539. package/serialization/resources/expressionMeasurement/types/DatasetId.js +0 -33
  2540. package/serialization/resources/expressionMeasurement/types/DatasetVersionId.d.ts +0 -12
  2541. package/serialization/resources/expressionMeasurement/types/DatasetVersionId.js +0 -33
  2542. package/serialization/resources/expressionMeasurement/types/DescriptionsScore.d.ts +0 -13
  2543. package/serialization/resources/expressionMeasurement/types/DescriptionsScore.js +0 -34
  2544. package/serialization/resources/expressionMeasurement/types/Direction.d.ts +0 -10
  2545. package/serialization/resources/expressionMeasurement/types/Direction.js +0 -31
  2546. package/serialization/resources/expressionMeasurement/types/EmbeddingGenerationBaseRequest.d.ts +0 -13
  2547. package/serialization/resources/expressionMeasurement/types/EmbeddingGenerationBaseRequest.js +0 -34
  2548. package/serialization/resources/expressionMeasurement/types/EmbeddingGenerationJob.d.ts +0 -13
  2549. package/serialization/resources/expressionMeasurement/types/EmbeddingGenerationJob.js +0 -36
  2550. package/serialization/resources/expressionMeasurement/types/EmotionEmbedding.d.ts +0 -11
  2551. package/serialization/resources/expressionMeasurement/types/EmotionEmbedding.js +0 -32
  2552. package/serialization/resources/expressionMeasurement/types/EmotionEmbeddingItem.d.ts +0 -13
  2553. package/serialization/resources/expressionMeasurement/types/EmotionEmbeddingItem.js +0 -34
  2554. package/serialization/resources/expressionMeasurement/types/EmotionScore.d.ts +0 -13
  2555. package/serialization/resources/expressionMeasurement/types/EmotionScore.js +0 -34
  2556. package/serialization/resources/expressionMeasurement/types/Error_.d.ts +0 -13
  2557. package/serialization/resources/expressionMeasurement/types/Error_.js +0 -34
  2558. package/serialization/resources/expressionMeasurement/types/EvaluationArgs.d.ts +0 -13
  2559. package/serialization/resources/expressionMeasurement/types/EvaluationArgs.js +0 -34
  2560. package/serialization/resources/expressionMeasurement/types/Face.d.ts +0 -19
  2561. package/serialization/resources/expressionMeasurement/types/Face.js +0 -40
  2562. package/serialization/resources/expressionMeasurement/types/FacePrediction.d.ts +0 -22
  2563. package/serialization/resources/expressionMeasurement/types/FacePrediction.js +0 -43
  2564. package/serialization/resources/expressionMeasurement/types/FacemeshPrediction.d.ts +0 -13
  2565. package/serialization/resources/expressionMeasurement/types/FacemeshPrediction.js +0 -34
  2566. package/serialization/resources/expressionMeasurement/types/FacsScore.d.ts +0 -13
  2567. package/serialization/resources/expressionMeasurement/types/FacsScore.js +0 -34
  2568. package/serialization/resources/expressionMeasurement/types/Failed.d.ts +0 -15
  2569. package/serialization/resources/expressionMeasurement/types/Failed.js +0 -36
  2570. package/serialization/resources/expressionMeasurement/types/File_.d.ts +0 -14
  2571. package/serialization/resources/expressionMeasurement/types/File_.js +0 -35
  2572. package/serialization/resources/expressionMeasurement/types/Granularity.d.ts +0 -10
  2573. package/serialization/resources/expressionMeasurement/types/Granularity.js +0 -36
  2574. package/serialization/resources/expressionMeasurement/types/GroupedPredictionsBurstPrediction.d.ts +0 -14
  2575. package/serialization/resources/expressionMeasurement/types/GroupedPredictionsBurstPrediction.js +0 -35
  2576. package/serialization/resources/expressionMeasurement/types/GroupedPredictionsFacePrediction.d.ts +0 -14
  2577. package/serialization/resources/expressionMeasurement/types/GroupedPredictionsFacePrediction.js +0 -35
  2578. package/serialization/resources/expressionMeasurement/types/GroupedPredictionsFacemeshPrediction.d.ts +0 -14
  2579. package/serialization/resources/expressionMeasurement/types/GroupedPredictionsFacemeshPrediction.js +0 -35
  2580. package/serialization/resources/expressionMeasurement/types/GroupedPredictionsLanguagePrediction.d.ts +0 -14
  2581. package/serialization/resources/expressionMeasurement/types/GroupedPredictionsLanguagePrediction.js +0 -35
  2582. package/serialization/resources/expressionMeasurement/types/GroupedPredictionsNerPrediction.d.ts +0 -14
  2583. package/serialization/resources/expressionMeasurement/types/GroupedPredictionsNerPrediction.js +0 -35
  2584. package/serialization/resources/expressionMeasurement/types/GroupedPredictionsProsodyPrediction.d.ts +0 -14
  2585. package/serialization/resources/expressionMeasurement/types/GroupedPredictionsProsodyPrediction.js +0 -35
  2586. package/serialization/resources/expressionMeasurement/types/InProgress.d.ts +0 -13
  2587. package/serialization/resources/expressionMeasurement/types/InProgress.js +0 -34
  2588. package/serialization/resources/expressionMeasurement/types/InferenceBaseRequest.d.ts +0 -20
  2589. package/serialization/resources/expressionMeasurement/types/InferenceBaseRequest.js +0 -41
  2590. package/serialization/resources/expressionMeasurement/types/InferenceJob.d.ts +0 -13
  2591. package/serialization/resources/expressionMeasurement/types/InferenceJob.js +0 -36
  2592. package/serialization/resources/expressionMeasurement/types/InferencePrediction.d.ts +0 -14
  2593. package/serialization/resources/expressionMeasurement/types/InferencePrediction.js +0 -35
  2594. package/serialization/resources/expressionMeasurement/types/InferenceRequest.d.ts +0 -22
  2595. package/serialization/resources/expressionMeasurement/types/InferenceRequest.js +0 -43
  2596. package/serialization/resources/expressionMeasurement/types/InferenceResults.d.ts +0 -15
  2597. package/serialization/resources/expressionMeasurement/types/InferenceResults.js +0 -36
  2598. package/serialization/resources/expressionMeasurement/types/InferenceSourcePredictResult.d.ts +0 -16
  2599. package/serialization/resources/expressionMeasurement/types/InferenceSourcePredictResult.js +0 -37
  2600. package/serialization/resources/expressionMeasurement/types/JobEmbeddingGeneration.d.ts +0 -17
  2601. package/serialization/resources/expressionMeasurement/types/JobEmbeddingGeneration.js +0 -38
  2602. package/serialization/resources/expressionMeasurement/types/JobId.d.ts +0 -12
  2603. package/serialization/resources/expressionMeasurement/types/JobId.js +0 -33
  2604. package/serialization/resources/expressionMeasurement/types/JobInference.d.ts +0 -17
  2605. package/serialization/resources/expressionMeasurement/types/JobInference.js +0 -38
  2606. package/serialization/resources/expressionMeasurement/types/JobTlInference.d.ts +0 -17
  2607. package/serialization/resources/expressionMeasurement/types/JobTlInference.js +0 -38
  2608. package/serialization/resources/expressionMeasurement/types/JobTraining.d.ts +0 -17
  2609. package/serialization/resources/expressionMeasurement/types/JobTraining.js +0 -38
  2610. package/serialization/resources/expressionMeasurement/types/Language.d.ts +0 -17
  2611. package/serialization/resources/expressionMeasurement/types/Language.js +0 -38
  2612. package/serialization/resources/expressionMeasurement/types/LanguagePrediction.d.ts +0 -24
  2613. package/serialization/resources/expressionMeasurement/types/LanguagePrediction.js +0 -45
  2614. package/serialization/resources/expressionMeasurement/types/Models.d.ts +0 -22
  2615. package/serialization/resources/expressionMeasurement/types/Models.js +0 -43
  2616. package/serialization/resources/expressionMeasurement/types/ModelsPredictions.d.ts +0 -23
  2617. package/serialization/resources/expressionMeasurement/types/ModelsPredictions.js +0 -44
  2618. package/serialization/resources/expressionMeasurement/types/Ner.d.ts +0 -12
  2619. package/serialization/resources/expressionMeasurement/types/Ner.js +0 -33
  2620. package/serialization/resources/expressionMeasurement/types/NerPrediction.d.ts +0 -24
  2621. package/serialization/resources/expressionMeasurement/types/NerPrediction.js +0 -45
  2622. package/serialization/resources/expressionMeasurement/types/Null.d.ts +0 -10
  2623. package/serialization/resources/expressionMeasurement/types/Null.js +0 -31
  2624. package/serialization/resources/expressionMeasurement/types/PositionInterval.d.ts +0 -13
  2625. package/serialization/resources/expressionMeasurement/types/PositionInterval.js +0 -34
  2626. package/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullBurstPrediction.d.ts +0 -15
  2627. package/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullBurstPrediction.js +0 -36
  2628. package/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacePrediction.d.ts +0 -15
  2629. package/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacePrediction.js +0 -36
  2630. package/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacemeshPrediction.d.ts +0 -15
  2631. package/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacemeshPrediction.js +0 -36
  2632. package/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +0 -15
  2633. package/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +0 -36
  2634. package/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +0 -15
  2635. package/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataNerPrediction.js +0 -36
  2636. package/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +0 -15
  2637. package/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +0 -36
  2638. package/serialization/resources/expressionMeasurement/types/Prosody.d.ts +0 -16
  2639. package/serialization/resources/expressionMeasurement/types/Prosody.js +0 -37
  2640. package/serialization/resources/expressionMeasurement/types/ProsodyPrediction.d.ts +0 -18
  2641. package/serialization/resources/expressionMeasurement/types/ProsodyPrediction.js +0 -39
  2642. package/serialization/resources/expressionMeasurement/types/Queued.d.ts +0 -12
  2643. package/serialization/resources/expressionMeasurement/types/Queued.js +0 -33
  2644. package/serialization/resources/expressionMeasurement/types/RegistryFileDetail.d.ts +0 -13
  2645. package/serialization/resources/expressionMeasurement/types/RegistryFileDetail.js +0 -34
  2646. package/serialization/resources/expressionMeasurement/types/Regression.d.ts +0 -10
  2647. package/serialization/resources/expressionMeasurement/types/Regression.js +0 -31
  2648. package/serialization/resources/expressionMeasurement/types/Sentiment.d.ts +0 -11
  2649. package/serialization/resources/expressionMeasurement/types/Sentiment.js +0 -32
  2650. package/serialization/resources/expressionMeasurement/types/SentimentItem.d.ts +0 -13
  2651. package/serialization/resources/expressionMeasurement/types/SentimentItem.js +0 -34
  2652. package/serialization/resources/expressionMeasurement/types/SentimentScore.d.ts +0 -13
  2653. package/serialization/resources/expressionMeasurement/types/SentimentScore.js +0 -34
  2654. package/serialization/resources/expressionMeasurement/types/SortBy.d.ts +0 -10
  2655. package/serialization/resources/expressionMeasurement/types/SortBy.js +0 -31
  2656. package/serialization/resources/expressionMeasurement/types/Source.d.ts +0 -22
  2657. package/serialization/resources/expressionMeasurement/types/Source.js +0 -43
  2658. package/serialization/resources/expressionMeasurement/types/SourceFile.d.ts +0 -12
  2659. package/serialization/resources/expressionMeasurement/types/SourceFile.js +0 -32
  2660. package/serialization/resources/expressionMeasurement/types/SourceTextSource.d.ts +0 -11
  2661. package/serialization/resources/expressionMeasurement/types/SourceTextSource.js +0 -31
  2662. package/serialization/resources/expressionMeasurement/types/SourceUrl.d.ts +0 -12
  2663. package/serialization/resources/expressionMeasurement/types/SourceUrl.js +0 -32
  2664. package/serialization/resources/expressionMeasurement/types/StateEmbeddingGeneration.d.ts +0 -26
  2665. package/serialization/resources/expressionMeasurement/types/StateEmbeddingGeneration.js +0 -45
  2666. package/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +0 -12
  2667. package/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.js +0 -32
  2668. package/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationFailed.d.ts +0 -12
  2669. package/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationFailed.js +0 -32
  2670. package/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationInProgress.d.ts +0 -12
  2671. package/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationInProgress.js +0 -32
  2672. package/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationQueued.d.ts +0 -12
  2673. package/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationQueued.js +0 -32
  2674. package/serialization/resources/expressionMeasurement/types/StateInference.d.ts +0 -26
  2675. package/serialization/resources/expressionMeasurement/types/StateInference.js +0 -45
  2676. package/serialization/resources/expressionMeasurement/types/StateInferenceCompletedInference.d.ts +0 -12
  2677. package/serialization/resources/expressionMeasurement/types/StateInferenceCompletedInference.js +0 -32
  2678. package/serialization/resources/expressionMeasurement/types/StateInferenceFailed.d.ts +0 -12
  2679. package/serialization/resources/expressionMeasurement/types/StateInferenceFailed.js +0 -32
  2680. package/serialization/resources/expressionMeasurement/types/StateInferenceInProgress.d.ts +0 -12
  2681. package/serialization/resources/expressionMeasurement/types/StateInferenceInProgress.js +0 -32
  2682. package/serialization/resources/expressionMeasurement/types/StateInferenceQueued.d.ts +0 -12
  2683. package/serialization/resources/expressionMeasurement/types/StateInferenceQueued.js +0 -32
  2684. package/serialization/resources/expressionMeasurement/types/StateTlInference.d.ts +0 -26
  2685. package/serialization/resources/expressionMeasurement/types/StateTlInference.js +0 -45
  2686. package/serialization/resources/expressionMeasurement/types/StateTlInferenceCompletedTlInference.d.ts +0 -12
  2687. package/serialization/resources/expressionMeasurement/types/StateTlInferenceCompletedTlInference.js +0 -32
  2688. package/serialization/resources/expressionMeasurement/types/StateTlInferenceFailed.d.ts +0 -12
  2689. package/serialization/resources/expressionMeasurement/types/StateTlInferenceFailed.js +0 -32
  2690. package/serialization/resources/expressionMeasurement/types/StateTlInferenceInProgress.d.ts +0 -12
  2691. package/serialization/resources/expressionMeasurement/types/StateTlInferenceInProgress.js +0 -32
  2692. package/serialization/resources/expressionMeasurement/types/StateTlInferenceQueued.d.ts +0 -12
  2693. package/serialization/resources/expressionMeasurement/types/StateTlInferenceQueued.js +0 -32
  2694. package/serialization/resources/expressionMeasurement/types/StateTraining.d.ts +0 -26
  2695. package/serialization/resources/expressionMeasurement/types/StateTraining.js +0 -45
  2696. package/serialization/resources/expressionMeasurement/types/StateTrainingCompletedTraining.d.ts +0 -12
  2697. package/serialization/resources/expressionMeasurement/types/StateTrainingCompletedTraining.js +0 -32
  2698. package/serialization/resources/expressionMeasurement/types/StateTrainingFailed.d.ts +0 -12
  2699. package/serialization/resources/expressionMeasurement/types/StateTrainingFailed.js +0 -32
  2700. package/serialization/resources/expressionMeasurement/types/StateTrainingInProgress.d.ts +0 -12
  2701. package/serialization/resources/expressionMeasurement/types/StateTrainingInProgress.js +0 -32
  2702. package/serialization/resources/expressionMeasurement/types/StateTrainingQueued.d.ts +0 -12
  2703. package/serialization/resources/expressionMeasurement/types/StateTrainingQueued.js +0 -32
  2704. package/serialization/resources/expressionMeasurement/types/Status.d.ts +0 -10
  2705. package/serialization/resources/expressionMeasurement/types/Status.js +0 -31
  2706. package/serialization/resources/expressionMeasurement/types/Tag.d.ts +0 -13
  2707. package/serialization/resources/expressionMeasurement/types/Tag.js +0 -34
  2708. package/serialization/resources/expressionMeasurement/types/Target.d.ts +0 -10
  2709. package/serialization/resources/expressionMeasurement/types/Target.js +0 -35
  2710. package/serialization/resources/expressionMeasurement/types/Task.d.ts +0 -18
  2711. package/serialization/resources/expressionMeasurement/types/Task.js +0 -41
  2712. package/serialization/resources/expressionMeasurement/types/TaskClassification.d.ts +0 -11
  2713. package/serialization/resources/expressionMeasurement/types/TaskClassification.js +0 -31
  2714. package/serialization/resources/expressionMeasurement/types/TaskRegression.d.ts +0 -11
  2715. package/serialization/resources/expressionMeasurement/types/TaskRegression.js +0 -31
  2716. package/serialization/resources/expressionMeasurement/types/TextPosition.d.ts +0 -13
  2717. package/serialization/resources/expressionMeasurement/types/TextPosition.js +0 -34
  2718. package/serialization/resources/expressionMeasurement/types/TextSource.d.ts +0 -10
  2719. package/serialization/resources/expressionMeasurement/types/TextSource.js +0 -31
  2720. package/serialization/resources/expressionMeasurement/types/TimeInterval.d.ts +0 -13
  2721. package/serialization/resources/expressionMeasurement/types/TimeInterval.js +0 -34
  2722. package/serialization/resources/expressionMeasurement/types/TimeRange.d.ts +0 -13
  2723. package/serialization/resources/expressionMeasurement/types/TimeRange.js +0 -34
  2724. package/serialization/resources/expressionMeasurement/types/TlInferenceBaseRequest.d.ts +0 -17
  2725. package/serialization/resources/expressionMeasurement/types/TlInferenceBaseRequest.js +0 -38
  2726. package/serialization/resources/expressionMeasurement/types/TlInferencePrediction.d.ts +0 -15
  2727. package/serialization/resources/expressionMeasurement/types/TlInferencePrediction.js +0 -36
  2728. package/serialization/resources/expressionMeasurement/types/TlInferenceResults.d.ts +0 -15
  2729. package/serialization/resources/expressionMeasurement/types/TlInferenceResults.js +0 -36
  2730. package/serialization/resources/expressionMeasurement/types/TlInferenceSourcePredictResult.d.ts +0 -16
  2731. package/serialization/resources/expressionMeasurement/types/TlInferenceSourcePredictResult.js +0 -37
  2732. package/serialization/resources/expressionMeasurement/types/Toxicity.d.ts +0 -11
  2733. package/serialization/resources/expressionMeasurement/types/Toxicity.js +0 -32
  2734. package/serialization/resources/expressionMeasurement/types/ToxicityItem.d.ts +0 -13
  2735. package/serialization/resources/expressionMeasurement/types/ToxicityItem.js +0 -34
  2736. package/serialization/resources/expressionMeasurement/types/ToxicityScore.d.ts +0 -13
  2737. package/serialization/resources/expressionMeasurement/types/ToxicityScore.js +0 -34
  2738. package/serialization/resources/expressionMeasurement/types/TrainingBaseRequest.d.ts +0 -24
  2739. package/serialization/resources/expressionMeasurement/types/TrainingBaseRequest.js +0 -45
  2740. package/serialization/resources/expressionMeasurement/types/TrainingCustomModel.d.ts +0 -13
  2741. package/serialization/resources/expressionMeasurement/types/TrainingCustomModel.js +0 -34
  2742. package/serialization/resources/expressionMeasurement/types/Transcription.d.ts +0 -15
  2743. package/serialization/resources/expressionMeasurement/types/Transcription.js +0 -36
  2744. package/serialization/resources/expressionMeasurement/types/TranscriptionMetadata.d.ts +0 -14
  2745. package/serialization/resources/expressionMeasurement/types/TranscriptionMetadata.js +0 -35
  2746. package/serialization/resources/expressionMeasurement/types/Type.d.ts +0 -10
  2747. package/serialization/resources/expressionMeasurement/types/Type.js +0 -36
  2748. package/serialization/resources/expressionMeasurement/types/Unconfigurable.d.ts +0 -10
  2749. package/serialization/resources/expressionMeasurement/types/Unconfigurable.js +0 -31
  2750. package/serialization/resources/expressionMeasurement/types/UnionJob.d.ts +0 -11
  2751. package/serialization/resources/expressionMeasurement/types/UnionPredictResult.d.ts +0 -11
  2752. package/serialization/resources/expressionMeasurement/types/Url.d.ts +0 -12
  2753. package/serialization/resources/expressionMeasurement/types/Url.js +0 -33
  2754. package/serialization/resources/expressionMeasurement/types/ValidationArgs.d.ts +0 -13
  2755. package/serialization/resources/expressionMeasurement/types/ValidationArgs.js +0 -34
  2756. package/serialization/resources/expressionMeasurement/types/When.d.ts +0 -10
  2757. package/serialization/resources/expressionMeasurement/types/When.js +0 -31
  2758. package/serialization/resources/expressionMeasurement/types/Window.d.ts +0 -13
  2759. package/serialization/resources/expressionMeasurement/types/Window.js +0 -34
  2760. package/serialization/resources/expressionMeasurement/types/index.d.ts +0 -129
  2761. package/serialization/resources/expressionMeasurement/types/index.js +0 -145
  2762. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Alternative.js +0 -0
  2763. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/BoundingBox.js +0 -0
  2764. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/BurstPrediction.js +0 -0
  2765. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Classification.d.ts +0 -0
  2766. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Classification.js +0 -0
  2767. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CompletedEmbeddingGeneration.d.ts +0 -0
  2768. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CompletedEmbeddingGeneration.js +0 -0
  2769. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CompletedInference.d.ts +0 -0
  2770. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CompletedInference.js +0 -0
  2771. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CompletedTlInference.d.ts +0 -0
  2772. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CompletedTlInference.js +0 -0
  2773. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CompletedTraining.js +0 -0
  2774. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModel.js +0 -0
  2775. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelId.d.ts +0 -0
  2776. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelId.js +0 -0
  2777. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelPrediction.d.ts +0 -0
  2778. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelPrediction.js +0 -0
  2779. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelRequest.js +0 -0
  2780. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelVersionId.d.ts +0 -0
  2781. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelVersionId.js +0 -0
  2782. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelsInferenceJob.js +0 -0
  2783. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelsTrainingJob.js +0 -0
  2784. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Dataset.js +0 -0
  2785. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/DatasetId.d.ts +0 -0
  2786. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/DatasetId.js +0 -0
  2787. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/DatasetVersionId.d.ts +0 -0
  2788. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/DatasetVersionId.js +0 -0
  2789. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/DescriptionsScore.d.ts +0 -0
  2790. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/DescriptionsScore.js +0 -0
  2791. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/EmbeddingGenerationBaseRequest.js +0 -0
  2792. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/EmbeddingGenerationJob.js +0 -0
  2793. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/EmotionScore.d.ts +0 -0
  2794. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/EmotionScore.js +0 -0
  2795. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Error_.d.ts +0 -0
  2796. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Error_.js +0 -0
  2797. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/EvaluationArgs.js +0 -0
  2798. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Face.js +0 -0
  2799. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/FacePrediction.js +0 -0
  2800. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/FacemeshPrediction.js +0 -0
  2801. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/FacsScore.d.ts +0 -0
  2802. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/FacsScore.js +0 -0
  2803. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Failed.d.ts +0 -0
  2804. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Failed.js +0 -0
  2805. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/File_.d.ts +0 -0
  2806. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/File_.js +0 -0
  2807. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/GroupedPredictionsBurstPrediction.js +0 -0
  2808. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/GroupedPredictionsFacePrediction.js +0 -0
  2809. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/GroupedPredictionsFacemeshPrediction.js +0 -0
  2810. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/GroupedPredictionsLanguagePrediction.js +0 -0
  2811. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/GroupedPredictionsNerPrediction.js +0 -0
  2812. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/GroupedPredictionsProsodyPrediction.js +0 -0
  2813. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/InProgress.d.ts +0 -0
  2814. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/InProgress.js +0 -0
  2815. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/InferenceBaseRequest.js +0 -0
  2816. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/InferenceJob.js +0 -0
  2817. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/InferencePrediction.js +0 -0
  2818. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/InferenceRequest.js +0 -0
  2819. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/InferenceResults.js +0 -0
  2820. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/InferenceSourcePredictResult.js +0 -0
  2821. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/JobEmbeddingGeneration.js +0 -0
  2822. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/JobId.d.ts +0 -0
  2823. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/JobId.js +0 -0
  2824. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/JobInference.js +0 -0
  2825. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/JobTlInference.js +0 -0
  2826. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/JobTraining.js +0 -0
  2827. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Language.js +0 -0
  2828. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/LanguagePrediction.js +0 -0
  2829. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Models.js +0 -0
  2830. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/ModelsPredictions.js +0 -0
  2831. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Ner.d.ts +0 -0
  2832. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Ner.js +0 -0
  2833. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/NerPrediction.js +0 -0
  2834. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Null.d.ts +0 -0
  2835. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Null.js +0 -0
  2836. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/PositionInterval.d.ts +0 -0
  2837. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/PositionInterval.js +0 -0
  2838. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/PredictionsOptionalNullBurstPrediction.js +0 -0
  2839. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/PredictionsOptionalNullFacePrediction.js +0 -0
  2840. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/PredictionsOptionalNullFacemeshPrediction.js +0 -0
  2841. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +0 -0
  2842. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/PredictionsOptionalTranscriptionMetadataNerPrediction.js +0 -0
  2843. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +0 -0
  2844. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Prosody.js +0 -0
  2845. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/ProsodyPrediction.js +0 -0
  2846. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Queued.d.ts +0 -0
  2847. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Queued.js +0 -0
  2848. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/RegistryFileDetail.d.ts +0 -0
  2849. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/RegistryFileDetail.js +0 -0
  2850. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Regression.d.ts +0 -0
  2851. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Regression.js +0 -0
  2852. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/SentimentScore.d.ts +0 -0
  2853. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/SentimentScore.js +0 -0
  2854. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Source.js +0 -0
  2855. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/SourceFile.js +0 -0
  2856. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/SourceTextSource.d.ts +0 -0
  2857. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/SourceTextSource.js +0 -0
  2858. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/SourceUrl.js +0 -0
  2859. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateEmbeddingGeneration.js +0 -0
  2860. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateEmbeddingGenerationCompletedEmbeddingGeneration.js +0 -0
  2861. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateEmbeddingGenerationFailed.js +0 -0
  2862. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateEmbeddingGenerationInProgress.js +0 -0
  2863. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateEmbeddingGenerationQueued.js +0 -0
  2864. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateInference.js +0 -0
  2865. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateInferenceCompletedInference.js +0 -0
  2866. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateInferenceFailed.js +0 -0
  2867. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateInferenceInProgress.js +0 -0
  2868. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateInferenceQueued.js +0 -0
  2869. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTlInference.js +0 -0
  2870. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTlInferenceCompletedTlInference.js +0 -0
  2871. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTlInferenceFailed.js +0 -0
  2872. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTlInferenceInProgress.js +0 -0
  2873. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTlInferenceQueued.js +0 -0
  2874. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTraining.js +0 -0
  2875. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTrainingCompletedTraining.js +0 -0
  2876. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTrainingFailed.js +0 -0
  2877. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTrainingInProgress.js +0 -0
  2878. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTrainingQueued.js +0 -0
  2879. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Tag.d.ts +0 -0
  2880. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Tag.js +0 -0
  2881. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Target.d.ts +0 -0
  2882. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Target.js +0 -0
  2883. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Task.js +0 -0
  2884. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TaskClassification.d.ts +0 -0
  2885. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TaskClassification.js +0 -0
  2886. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TaskRegression.d.ts +0 -0
  2887. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TaskRegression.js +0 -0
  2888. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TextSource.d.ts +0 -0
  2889. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TextSource.js +0 -0
  2890. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TimeInterval.d.ts +0 -0
  2891. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TimeInterval.js +0 -0
  2892. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TlInferenceBaseRequest.js +0 -0
  2893. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TlInferencePrediction.js +0 -0
  2894. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TlInferenceResults.js +0 -0
  2895. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TlInferenceSourcePredictResult.js +0 -0
  2896. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/ToxicityScore.d.ts +0 -0
  2897. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/ToxicityScore.js +0 -0
  2898. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TrainingBaseRequest.js +0 -0
  2899. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TrainingCustomModel.d.ts +0 -0
  2900. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TrainingCustomModel.js +0 -0
  2901. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Transcription.js +0 -0
  2902. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/TranscriptionMetadata.js +0 -0
  2903. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Unconfigurable.d.ts +0 -0
  2904. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Unconfigurable.js +0 -0
  2905. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/UnionJob.js +0 -0
  2906. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/UnionPredictResult.js +0 -0
  2907. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Url.d.ts +0 -0
  2908. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Url.js +0 -0
  2909. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/ValidationArgs.js +0 -0
  2910. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Window.d.ts +0 -0
  2911. /package/api/resources/expressionMeasurement/{types → resources/batch/types}/Window.js +0 -0
  2912. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamBurst.js → Config.js} +0 -0
  2913. /package/api/resources/expressionMeasurement/{types → resources/stream/types}/EmotionEmbedding.js +0 -0
  2914. /package/api/resources/expressionMeasurement/{types → resources/stream/types}/EmotionEmbeddingItem.d.ts +0 -0
  2915. /package/api/resources/expressionMeasurement/{types → resources/stream/types}/EmotionEmbeddingItem.js +0 -0
  2916. /package/api/resources/expressionMeasurement/{types → resources/stream/types}/Sentiment.js +0 -0
  2917. /package/api/resources/expressionMeasurement/{types → resources/stream/types}/SentimentItem.d.ts +0 -0
  2918. /package/api/resources/expressionMeasurement/{types → resources/stream/types}/SentimentItem.js +0 -0
  2919. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstBurst.js → StreamBoundingBox.js} +0 -0
  2920. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstBurstPredictionsItem.js → StreamErrorMessage.js} +0 -0
  2921. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstFace.js → StreamErrorMessageJobDetails.js} +0 -0
  2922. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstFacePredictionsItem.js → StreamModelPredictionsBurst.js} +0 -0
  2923. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstFacemesh.js → StreamModelPredictionsBurstPredictionsItem.js} +0 -0
  2924. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstFacemeshPredictionsItem.js → StreamModelPredictionsFace.js} +0 -0
  2925. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstJobDetails.js → StreamModelPredictionsFacePredictionsItem.js} +0 -0
  2926. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstLanguage.js → StreamModelPredictionsFacemesh.js} +0 -0
  2927. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstLanguagePredictionsItem.js → StreamModelPredictionsFacemeshPredictionsItem.js} +0 -0
  2928. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstProsody.js → StreamModelPredictionsJobDetails.js} +0 -0
  2929. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstProsodyPredictionsItem.js → StreamModelPredictionsLanguage.js} +0 -0
  2930. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamData.js → StreamModelPredictionsLanguagePredictionsItem.js} +0 -0
  2931. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamDataModels.js → StreamModelPredictionsProsody.js} +0 -0
  2932. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamDataModelsFace.js → StreamModelPredictionsProsodyPredictionsItem.js} +0 -0
  2933. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamDataModelsLanguage.js → StreamModelsEndpointPayload.js} +0 -0
  2934. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamError.js → StreamModelsEndpointPayloadModelsFace.js} +0 -0
  2935. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamErrorJobDetails.js → StreamModelsEndpointPayloadModelsLanguage.js} +0 -0
  2936. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamJobDetails.js → StreamWarningMessage.js} +0 -0
  2937. /package/api/resources/expressionMeasurement/resources/stream/types/{StreamJobDetailsJobDetails.js → StreamWarningMessageJobDetails.js} +0 -0
  2938. /package/api/resources/expressionMeasurement/{types → resources/stream/types}/TextPosition.d.ts +0 -0
  2939. /package/api/resources/expressionMeasurement/{types → resources/stream/types}/TextPosition.js +0 -0
  2940. /package/api/resources/expressionMeasurement/{types → resources/stream/types}/TimeRange.d.ts +0 -0
  2941. /package/api/resources/expressionMeasurement/{types → resources/stream/types}/TimeRange.js +0 -0
  2942. /package/api/resources/expressionMeasurement/{types → resources/stream/types}/Toxicity.js +0 -0
  2943. /package/api/resources/expressionMeasurement/{types → resources/stream/types}/ToxicityItem.d.ts +0 -0
  2944. /package/api/resources/expressionMeasurement/{types → resources/stream/types}/ToxicityItem.js +0 -0
  2945. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Alternative.js +0 -0
  2946. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/BoundingBox.js +0 -0
  2947. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/BurstPrediction.js +0 -0
  2948. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Classification.d.ts +0 -0
  2949. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Classification.js +0 -0
  2950. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CompletedEmbeddingGeneration.d.ts +0 -0
  2951. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CompletedEmbeddingGeneration.js +0 -0
  2952. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CompletedInference.d.ts +0 -0
  2953. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CompletedInference.js +0 -0
  2954. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CompletedTlInference.d.ts +0 -0
  2955. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CompletedTlInference.js +0 -0
  2956. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CompletedTraining.js +0 -0
  2957. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModel.js +0 -0
  2958. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelId.d.ts +0 -0
  2959. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelId.js +0 -0
  2960. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelPrediction.d.ts +0 -0
  2961. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelPrediction.js +0 -0
  2962. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelRequest.js +0 -0
  2963. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelVersionId.d.ts +0 -0
  2964. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelVersionId.js +0 -0
  2965. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelsInferenceJob.js +0 -0
  2966. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/CustomModelsTrainingJob.js +0 -0
  2967. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Dataset.js +0 -0
  2968. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/DatasetId.d.ts +0 -0
  2969. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/DatasetId.js +0 -0
  2970. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/DatasetVersionId.d.ts +0 -0
  2971. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/DatasetVersionId.js +0 -0
  2972. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/DescriptionsScore.d.ts +0 -0
  2973. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/DescriptionsScore.js +0 -0
  2974. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/EmbeddingGenerationBaseRequest.js +0 -0
  2975. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/EmbeddingGenerationJob.js +0 -0
  2976. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/EmotionScore.d.ts +0 -0
  2977. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/EmotionScore.js +0 -0
  2978. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Error_.d.ts +0 -0
  2979. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Error_.js +0 -0
  2980. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/EvaluationArgs.js +0 -0
  2981. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Face.js +0 -0
  2982. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/FacePrediction.js +0 -0
  2983. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/FacemeshPrediction.js +0 -0
  2984. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/FacsScore.d.ts +0 -0
  2985. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/FacsScore.js +0 -0
  2986. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Failed.d.ts +0 -0
  2987. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Failed.js +0 -0
  2988. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/File_.d.ts +0 -0
  2989. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/File_.js +0 -0
  2990. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/GroupedPredictionsBurstPrediction.js +0 -0
  2991. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/GroupedPredictionsFacePrediction.js +0 -0
  2992. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/GroupedPredictionsFacemeshPrediction.js +0 -0
  2993. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/GroupedPredictionsLanguagePrediction.js +0 -0
  2994. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/GroupedPredictionsNerPrediction.js +0 -0
  2995. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/GroupedPredictionsProsodyPrediction.js +0 -0
  2996. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/InProgress.d.ts +0 -0
  2997. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/InProgress.js +0 -0
  2998. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/InferenceBaseRequest.js +0 -0
  2999. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/InferenceJob.js +0 -0
  3000. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/InferencePrediction.js +0 -0
  3001. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/InferenceRequest.js +0 -0
  3002. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/InferenceResults.js +0 -0
  3003. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/InferenceSourcePredictResult.js +0 -0
  3004. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/JobEmbeddingGeneration.js +0 -0
  3005. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/JobId.d.ts +0 -0
  3006. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/JobId.js +0 -0
  3007. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/JobInference.js +0 -0
  3008. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/JobTlInference.js +0 -0
  3009. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/JobTraining.js +0 -0
  3010. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Language.js +0 -0
  3011. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/LanguagePrediction.js +0 -0
  3012. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Models.js +0 -0
  3013. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/ModelsPredictions.js +0 -0
  3014. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Ner.d.ts +0 -0
  3015. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Ner.js +0 -0
  3016. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/NerPrediction.js +0 -0
  3017. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Null.d.ts +0 -0
  3018. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Null.js +0 -0
  3019. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/PositionInterval.d.ts +0 -0
  3020. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/PositionInterval.js +0 -0
  3021. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/PredictionsOptionalNullBurstPrediction.js +0 -0
  3022. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/PredictionsOptionalNullFacePrediction.js +0 -0
  3023. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/PredictionsOptionalNullFacemeshPrediction.js +0 -0
  3024. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +0 -0
  3025. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/PredictionsOptionalTranscriptionMetadataNerPrediction.js +0 -0
  3026. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +0 -0
  3027. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Prosody.js +0 -0
  3028. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/ProsodyPrediction.js +0 -0
  3029. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Queued.d.ts +0 -0
  3030. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Queued.js +0 -0
  3031. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/RegistryFileDetail.d.ts +0 -0
  3032. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/RegistryFileDetail.js +0 -0
  3033. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Regression.d.ts +0 -0
  3034. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Regression.js +0 -0
  3035. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/SentimentScore.d.ts +0 -0
  3036. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/SentimentScore.js +0 -0
  3037. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Source.js +0 -0
  3038. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/SourceFile.js +0 -0
  3039. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/SourceTextSource.d.ts +0 -0
  3040. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/SourceTextSource.js +0 -0
  3041. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/SourceUrl.js +0 -0
  3042. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateEmbeddingGeneration.js +0 -0
  3043. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateEmbeddingGenerationCompletedEmbeddingGeneration.js +0 -0
  3044. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateEmbeddingGenerationFailed.js +0 -0
  3045. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateEmbeddingGenerationInProgress.js +0 -0
  3046. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateEmbeddingGenerationQueued.js +0 -0
  3047. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateInference.js +0 -0
  3048. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateInferenceCompletedInference.js +0 -0
  3049. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateInferenceFailed.js +0 -0
  3050. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateInferenceInProgress.js +0 -0
  3051. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateInferenceQueued.js +0 -0
  3052. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTlInference.js +0 -0
  3053. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTlInferenceCompletedTlInference.js +0 -0
  3054. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTlInferenceFailed.js +0 -0
  3055. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTlInferenceInProgress.js +0 -0
  3056. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTlInferenceQueued.js +0 -0
  3057. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTraining.js +0 -0
  3058. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTrainingCompletedTraining.js +0 -0
  3059. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTrainingFailed.js +0 -0
  3060. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTrainingInProgress.js +0 -0
  3061. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/StateTrainingQueued.js +0 -0
  3062. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Tag.d.ts +0 -0
  3063. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Tag.js +0 -0
  3064. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Target.d.ts +0 -0
  3065. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Target.js +0 -0
  3066. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Task.js +0 -0
  3067. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TaskClassification.d.ts +0 -0
  3068. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TaskClassification.js +0 -0
  3069. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TaskRegression.d.ts +0 -0
  3070. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TaskRegression.js +0 -0
  3071. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TextSource.d.ts +0 -0
  3072. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TextSource.js +0 -0
  3073. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TimeInterval.d.ts +0 -0
  3074. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TimeInterval.js +0 -0
  3075. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TlInferenceBaseRequest.js +0 -0
  3076. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TlInferencePrediction.js +0 -0
  3077. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TlInferenceResults.js +0 -0
  3078. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TlInferenceSourcePredictResult.js +0 -0
  3079. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/ToxicityScore.d.ts +0 -0
  3080. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/ToxicityScore.js +0 -0
  3081. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TrainingBaseRequest.js +0 -0
  3082. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TrainingCustomModel.d.ts +0 -0
  3083. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TrainingCustomModel.js +0 -0
  3084. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Transcription.js +0 -0
  3085. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/TranscriptionMetadata.js +0 -0
  3086. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Unconfigurable.d.ts +0 -0
  3087. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Unconfigurable.js +0 -0
  3088. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/UnionJob.js +0 -0
  3089. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/UnionPredictResult.js +0 -0
  3090. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Url.d.ts +0 -0
  3091. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Url.js +0 -0
  3092. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/ValidationArgs.js +0 -0
  3093. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Window.d.ts +0 -0
  3094. /package/dist/api/resources/expressionMeasurement/{types → resources/batch/types}/Window.js +0 -0
  3095. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamBurst.js → Config.js} +0 -0
  3096. /package/dist/api/resources/expressionMeasurement/{types → resources/stream/types}/EmotionEmbedding.js +0 -0
  3097. /package/dist/api/resources/expressionMeasurement/{types → resources/stream/types}/EmotionEmbeddingItem.d.ts +0 -0
  3098. /package/dist/api/resources/expressionMeasurement/{types → resources/stream/types}/EmotionEmbeddingItem.js +0 -0
  3099. /package/dist/api/resources/expressionMeasurement/{types → resources/stream/types}/Sentiment.js +0 -0
  3100. /package/dist/api/resources/expressionMeasurement/{types → resources/stream/types}/SentimentItem.d.ts +0 -0
  3101. /package/dist/api/resources/expressionMeasurement/{types → resources/stream/types}/SentimentItem.js +0 -0
  3102. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstBurst.js → StreamBoundingBox.js} +0 -0
  3103. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstBurstPredictionsItem.js → StreamErrorMessage.js} +0 -0
  3104. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstFace.js → StreamErrorMessageJobDetails.js} +0 -0
  3105. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstFacePredictionsItem.js → StreamModelPredictionsBurst.js} +0 -0
  3106. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstFacemesh.js → StreamModelPredictionsBurstPredictionsItem.js} +0 -0
  3107. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstFacemeshPredictionsItem.js → StreamModelPredictionsFace.js} +0 -0
  3108. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstJobDetails.js → StreamModelPredictionsFacePredictionsItem.js} +0 -0
  3109. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstLanguage.js → StreamModelPredictionsFacemesh.js} +0 -0
  3110. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstLanguagePredictionsItem.js → StreamModelPredictionsFacemeshPredictionsItem.js} +0 -0
  3111. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstProsody.js → StreamModelPredictionsJobDetails.js} +0 -0
  3112. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamBurstProsodyPredictionsItem.js → StreamModelPredictionsLanguage.js} +0 -0
  3113. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamData.js → StreamModelPredictionsLanguagePredictionsItem.js} +0 -0
  3114. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamDataModels.js → StreamModelPredictionsProsody.js} +0 -0
  3115. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamDataModelsFace.js → StreamModelPredictionsProsodyPredictionsItem.js} +0 -0
  3116. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamDataModelsLanguage.js → StreamModelsEndpointPayload.js} +0 -0
  3117. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamError.js → StreamModelsEndpointPayloadModelsFace.js} +0 -0
  3118. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamErrorJobDetails.js → StreamModelsEndpointPayloadModelsLanguage.js} +0 -0
  3119. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamJobDetails.js → StreamWarningMessage.js} +0 -0
  3120. /package/dist/api/resources/expressionMeasurement/resources/stream/types/{StreamJobDetailsJobDetails.js → StreamWarningMessageJobDetails.js} +0 -0
  3121. /package/dist/api/resources/expressionMeasurement/{types → resources/stream/types}/TextPosition.d.ts +0 -0
  3122. /package/dist/api/resources/expressionMeasurement/{types → resources/stream/types}/TextPosition.js +0 -0
  3123. /package/dist/api/resources/expressionMeasurement/{types → resources/stream/types}/TimeRange.d.ts +0 -0
  3124. /package/dist/api/resources/expressionMeasurement/{types → resources/stream/types}/TimeRange.js +0 -0
  3125. /package/dist/api/resources/expressionMeasurement/{types → resources/stream/types}/Toxicity.js +0 -0
  3126. /package/dist/api/resources/expressionMeasurement/{types → resources/stream/types}/ToxicityItem.d.ts +0 -0
  3127. /package/dist/api/resources/expressionMeasurement/{types → resources/stream/types}/ToxicityItem.js +0 -0
  3128. /package/dist/serialization/resources/expressionMeasurement/{types → resources/batch/types}/UnionJob.js +0 -0
  3129. /package/dist/serialization/resources/expressionMeasurement/{types → resources/batch/types}/UnionPredictResult.js +0 -0
  3130. /package/serialization/resources/expressionMeasurement/{types → resources/batch/types}/UnionJob.js +0 -0
  3131. /package/serialization/resources/expressionMeasurement/{types → resources/batch/types}/UnionPredictResult.js +0 -0
@@ -1,2314 +1,2541 @@
1
1
  types:
2
- ReturnUserDefinedToolToolType:
3
- enum:
4
- - BUILTIN
5
- - FUNCTION
6
- docs: >-
7
- Type of Tool. Either `BUILTIN` for natively implemented tools, like web
8
- search, or `FUNCTION` for user-defined tools.
9
- ReturnUserDefinedToolVersionType:
10
- enum:
11
- - FIXED
12
- - LATEST
13
- docs: >-
14
- Versioning method for a Tool. Either `FIXED` for using a fixed version
15
- number or `LATEST` for auto-updating to the latest version.
16
- ReturnUserDefinedTool:
17
- docs: A specific tool version returned from the server
18
- properties:
19
- tool_type:
20
- type: ReturnUserDefinedToolToolType
21
- docs: >-
22
- Type of Tool. Either `BUILTIN` for natively implemented tools, like
23
- web search, or `FUNCTION` for user-defined tools.
24
- id:
25
- type: string
26
- docs: Identifier for a Tool. Formatted as a UUID.
27
- version:
28
- type: integer
29
- docs: >-
30
- Version number for a Tool.
31
-
32
-
33
- Tools, as well as Configs and Prompts, are versioned. This versioning
34
- system supports iterative development, allowing you to progressively
35
- refine tools and revert to previous versions if needed.
36
-
37
-
38
- Version numbers are integer values representing different iterations
39
- of the Tool. Each update to the Tool increments its version number.
40
- version_type:
41
- type: ReturnUserDefinedToolVersionType
42
- docs: >-
43
- Versioning method for a Tool. Either `FIXED` for using a fixed version
44
- number or `LATEST` for auto-updating to the latest version.
45
- version_description:
46
- type: optional<string>
47
- docs: An optional description of the Tool version.
48
- name:
49
- type: string
50
- docs: Name applied to all versions of a particular Tool.
51
- created_on:
52
- type: long
53
- docs: >-
54
- Time at which the Tool was created. Measured in seconds since the Unix
55
- epoch.
56
- modified_on:
57
- type: long
58
- docs: >-
59
- Time at which the Tool was last modified. Measured in seconds since
60
- the Unix epoch.
61
- fallback_content:
62
- type: optional<string>
63
- docs: >-
64
- Optional text passed to the supplemental LLM in place of the tool call
65
- result. The LLM then uses this text to generate a response back to the
66
- user, ensuring continuity in the conversation if the Tool errors.
67
- description:
68
- type: optional<string>
69
- docs: >-
70
- An optional description of what the Tool does, used by the
71
- supplemental LLM to choose when and how to call the function.
72
- parameters:
73
- type: string
74
- docs: >-
75
- Stringified JSON defining the parameters used by this version of the
76
- Tool.
77
-
78
-
79
- These parameters define the inputs needed for the Tool’s execution,
80
- including the expected data type and description for each input field.
81
- Structured as a stringified JSON schema, this format ensures the tool
82
- receives data in the expected format.
83
- ReturnPromptVersionType:
84
- enum:
85
- - FIXED
86
- - LATEST
87
- docs: >-
88
- Versioning method for a Prompt. Either `FIXED` for using a fixed version
89
- number or `LATEST` for auto-updating to the latest version.
90
- ReturnPrompt:
91
- docs: A Prompt associated with this Config.
92
- properties:
93
- id:
94
- type: string
95
- docs: Identifier for a Prompt. Formatted as a UUID.
96
- version:
97
- type: integer
98
- docs: >-
99
- Version number for a Prompt.
100
-
101
-
102
- Prompts, as well as Configs and Tools, are versioned. This versioning
103
- system supports iterative development, allowing you to progressively
104
- refine prompts and revert to previous versions if needed.
105
-
106
-
107
- Version numbers are integer values representing different iterations
108
- of the Prompt. Each update to the Prompt increments its version
109
- number.
110
- version_type:
111
- type: ReturnPromptVersionType
112
- docs: >-
113
- Versioning method for a Prompt. Either `FIXED` for using a fixed
114
- version number or `LATEST` for auto-updating to the latest version.
115
- version_description:
116
- type: optional<string>
117
- docs: An optional description of the Prompt version.
118
- name:
119
- type: string
120
- docs: Name applied to all versions of a particular Prompt.
121
- created_on:
122
- type: long
123
- docs: >-
124
- Time at which the Prompt was created. Measured in seconds since the
125
- Unix epoch.
126
- modified_on:
127
- type: long
128
- docs: >-
129
- Time at which the Prompt was last modified. Measured in seconds since
130
- the Unix epoch.
131
- text:
132
- type: string
133
- docs: >-
134
- Instructions used to shape EVI’s behavior, responses, and style.
135
-
136
-
137
- You can use the Prompt to define a specific goal or role for EVI,
138
- specifying how it should act or what it should focus on during the
139
- conversation. For example, EVI can be instructed to act as a customer
140
- support representative, a fitness coach, or a travel advisor, each
141
- with its own set of behaviors and response styles.
142
-
143
-
144
- For help writing a system prompt, see our [Prompting
145
- Guide](/docs/empathic-voice-interface-evi/prompting).
146
- PostedCustomVoice:
147
- docs: A custom voice specifications posted to the server
148
- properties:
149
- name:
150
- type: string
151
- docs: >-
152
- String with the name of the voice to use. Maximum length of 75
153
- characters. Will be converted to all-uppercase.
154
- base_voice:
155
- type: string
156
- docs: The voice the custom voice is based off of.
157
- speech_rate_multiplier:
158
- type: optional<float>
159
- docs: The speech rate multiplier for this custom voice.
160
- parameter_model:
161
- type: string
162
- docs: >-
163
- The name of the parameter model used to define which attributes are
164
- used by `parameters`.
165
- parameters:
166
- type: optional<map<string, optional<float>>>
167
- docs: Voice specification for a Config.
168
- ReturnCustomVoice:
169
- docs: A custom voice specification returned from the server
170
- properties:
171
- id:
172
- type: string
173
- docs: Identifier for a Custom Voice. Formatted as a UUID.
174
- version:
175
- type: integer
176
- docs: >-
177
- Version number for a Custom Voice. Version numbers should be integers.
178
- The combination of custom_voice_id and version number is unique.
179
- name:
180
- type: string
181
- docs: >-
182
- String with the name of the voice to use. Maximum length of 75
183
- characters. Will be converted to all-uppercase.
184
- created_on:
185
- type: long
186
- docs: The timestamp when the first version of this prompt was created.
187
- modified_on:
188
- type: long
189
- docs: The timestamp when this version of the prompt was created.
190
- base_voice:
191
- type: string
192
- docs: The voice the custom voice is based off of.
193
- speech_rate_multiplier:
194
- type: optional<float>
195
- docs: The speech rate multiplier for this custom voice.
196
- parameter_model:
197
- type: string
198
- docs: >-
199
- The name of the parameter model used to define which attributes are
200
- used by `parameters`.
201
- parameters:
202
- docs: Voice specification for a Config.
203
- type: map<string, float>
204
- PostedBuiltinTool:
205
- docs: A configuration of a built-in tool to be posted to the server
206
- properties:
207
- name:
208
- type: string
209
- docs: Name applied to all versions of a particular Tool.
210
- fallback_content:
211
- type: optional<string>
212
- docs: >-
213
- Optional text passed to the supplemental LLM in place of the tool call
214
- result. The LLM then uses this text to generate a response back to the
215
- user, ensuring continuity in the conversation if the Tool errors.
216
- PostedEllmModel:
217
- docs: A eLLM model configuration to be posted to the server
218
- properties:
219
- allow_short_responses:
220
- type: optional<boolean>
221
- docs: |-
222
- Boolean indicating if the eLLM is allowed to generate short responses.
223
-
224
- If omitted, short responses from the eLLM are enabled by default.
225
- PostedEventMessageSpec:
226
- docs: Settings for a specific event_message to be posted to the server
227
- properties:
228
- enabled:
229
- type: boolean
230
- docs: >-
231
- Boolean indicating if this event message is enabled.
232
-
233
-
234
- If set to `true`, a message will be sent when the circumstances for
235
- the specific event are met.
236
- text:
237
- type: optional<string>
238
- docs: >-
239
- Text to use as the event message when the corresponding event occurs.
240
- If no text is specified, EVI will generate an appropriate message
241
- based on its current context and the system prompt.
242
- PostedEventMessageSpecs:
243
- docs: >-
244
- Collection of event messages returned by the server.
245
-
246
-
247
- Event messages are sent by the server when specific events occur during a
248
- chat session. These messages are used to configure behaviors for EVI, such
249
- as controlling how EVI starts a new conversation.
250
- properties:
251
- on_new_chat:
252
- type: optional<PostedEventMessageSpec>
253
- docs: >-
254
- Specifies the initial message EVI provides when a new chat is started,
255
- such as a greeting or welcome message.
256
- on_inactivity_timeout:
257
- type: optional<PostedEventMessageSpec>
258
- docs: >-
259
- Specifies the message EVI provides when the chat is about to be
260
- disconnected due to a user inactivity timeout, such as a message
261
- mentioning a lack of user input for a period of time.
262
-
263
-
264
- Enabling an inactivity message allows developers to use this message
265
- event for "checking in" with the user if they are not responding to
266
- see if they are still active.
267
-
268
-
269
- If the user does not respond in the number of seconds specified in the
270
- `inactivity_timeout` field, then EVI will say the message and the user
271
- has 15 seconds to respond. If they respond in time, the conversation
272
- will continue; if not, the conversation will end.
273
-
274
-
275
- However, if the inactivity message is not enabled, then reaching the
276
- inactivity timeout will immediately end the connection.
277
- on_max_duration_timeout:
278
- type: optional<PostedEventMessageSpec>
279
- docs: >-
280
- Specifies the message EVI provides when the chat is disconnected due
281
- to reaching the maximum chat duration, such as a message mentioning
282
- the time limit for the chat has been reached.
283
- PostedLanguageModelModelProvider:
284
- enum:
285
- - OPEN_AI
286
- - CUSTOM_LANGUAGE_MODEL
287
- - ANTHROPIC
288
- - FIREWORKS
289
- - GROQ
290
- - GOOGLE
291
- docs: The provider of the supplemental language model.
292
- PostedLanguageModel:
293
- docs: A LanguageModel to be posted to the server
294
- properties:
295
- model_provider:
296
- type: optional<PostedLanguageModelModelProvider>
2
+ ReturnUserDefinedToolToolType:
3
+ enum:
4
+ - BUILTIN
5
+ - FUNCTION
6
+ docs: >-
7
+ Type of Tool. Either `BUILTIN` for natively implemented tools, like web
8
+ search, or `FUNCTION` for user-defined tools.
9
+ source:
10
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
11
+ ReturnUserDefinedToolVersionType:
12
+ enum:
13
+ - FIXED
14
+ - LATEST
15
+ docs: >-
16
+ Versioning method for a Tool. Either `FIXED` for using a fixed version
17
+ number or `LATEST` for auto-updating to the latest version.
18
+ source:
19
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
20
+ ReturnUserDefinedTool:
21
+ docs: A specific tool version returned from the server
22
+ properties:
23
+ tool_type:
24
+ type: ReturnUserDefinedToolToolType
25
+ docs: >-
26
+ Type of Tool. Either `BUILTIN` for natively implemented tools, like
27
+ web search, or `FUNCTION` for user-defined tools.
28
+ id:
29
+ type: string
30
+ docs: Identifier for a Tool. Formatted as a UUID.
31
+ version:
32
+ type: integer
33
+ docs: >-
34
+ Version number for a Tool.
35
+
36
+
37
+ Tools, as well as Configs and Prompts, are versioned. This versioning
38
+ system supports iterative development, allowing you to progressively
39
+ refine tools and revert to previous versions if needed.
40
+
41
+
42
+ Version numbers are integer values representing different iterations
43
+ of the Tool. Each update to the Tool increments its version number.
44
+ version_type:
45
+ type: ReturnUserDefinedToolVersionType
46
+ docs: >-
47
+ Versioning method for a Tool. Either `FIXED` for using a fixed version
48
+ number or `LATEST` for auto-updating to the latest version.
49
+ version_description:
50
+ type: optional<string>
51
+ docs: An optional description of the Tool version.
52
+ name:
53
+ type: string
54
+ docs: Name applied to all versions of a particular Tool.
55
+ created_on:
56
+ type: long
57
+ docs: >-
58
+ Time at which the Tool was created. Measured in seconds since the Unix
59
+ epoch.
60
+ modified_on:
61
+ type: long
62
+ docs: >-
63
+ Time at which the Tool was last modified. Measured in seconds since
64
+ the Unix epoch.
65
+ fallback_content:
66
+ type: optional<string>
67
+ docs: >-
68
+ Optional text passed to the supplemental LLM in place of the tool call
69
+ result. The LLM then uses this text to generate a response back to the
70
+ user, ensuring continuity in the conversation if the Tool errors.
71
+ description:
72
+ type: optional<string>
73
+ docs: >-
74
+ An optional description of what the Tool does, used by the
75
+ supplemental LLM to choose when and how to call the function.
76
+ parameters:
77
+ type: string
78
+ docs: >-
79
+ Stringified JSON defining the parameters used by this version of the
80
+ Tool.
81
+
82
+
83
+ These parameters define the inputs needed for the Tool’s execution,
84
+ including the expected data type and description for each input field.
85
+ Structured as a stringified JSON schema, this format ensures the tool
86
+ receives data in the expected format.
87
+ source:
88
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
89
+ ReturnPromptVersionType:
90
+ enum:
91
+ - FIXED
92
+ - LATEST
93
+ docs: >-
94
+ Versioning method for a Prompt. Either `FIXED` for using a fixed version
95
+ number or `LATEST` for auto-updating to the latest version.
96
+ source:
97
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
98
+ ReturnPrompt:
99
+ docs: A Prompt associated with this Config.
100
+ properties:
101
+ id:
102
+ type: string
103
+ docs: Identifier for a Prompt. Formatted as a UUID.
104
+ version:
105
+ type: integer
106
+ docs: >-
107
+ Version number for a Prompt.
108
+
109
+
110
+ Prompts, as well as Configs and Tools, are versioned. This versioning
111
+ system supports iterative development, allowing you to progressively
112
+ refine prompts and revert to previous versions if needed.
113
+
114
+
115
+ Version numbers are integer values representing different iterations
116
+ of the Prompt. Each update to the Prompt increments its version
117
+ number.
118
+ version_type:
119
+ type: ReturnPromptVersionType
120
+ docs: >-
121
+ Versioning method for a Prompt. Either `FIXED` for using a fixed
122
+ version number or `LATEST` for auto-updating to the latest version.
123
+ version_description:
124
+ type: optional<string>
125
+ docs: An optional description of the Prompt version.
126
+ name:
127
+ type: string
128
+ docs: Name applied to all versions of a particular Prompt.
129
+ created_on:
130
+ type: long
131
+ docs: >-
132
+ Time at which the Prompt was created. Measured in seconds since the
133
+ Unix epoch.
134
+ modified_on:
135
+ type: long
136
+ docs: >-
137
+ Time at which the Prompt was last modified. Measured in seconds since
138
+ the Unix epoch.
139
+ text:
140
+ type: string
141
+ docs: >-
142
+ Instructions used to shape EVI’s behavior, responses, and style.
143
+
144
+
145
+ You can use the Prompt to define a specific goal or role for EVI,
146
+ specifying how it should act or what it should focus on during the
147
+ conversation. For example, EVI can be instructed to act as a customer
148
+ support representative, a fitness coach, or a travel advisor, each
149
+ with its own set of behaviors and response styles.
150
+
151
+
152
+ For help writing a system prompt, see our [Prompting
153
+ Guide](/docs/empathic-voice-interface-evi/prompting).
154
+ source:
155
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
156
+ PostedCustomVoice:
157
+ docs: A custom voice specifications posted to the server
158
+ properties:
159
+ name:
160
+ type: string
161
+ docs: >-
162
+ String with the name of the voice to use. Maximum length of 75
163
+ characters. Will be converted to all-uppercase.
164
+ base_voice:
165
+ type: string
166
+ docs: The voice the custom voice is based off of.
167
+ speech_rate_multiplier:
168
+ type: optional<float>
169
+ docs: The speech rate multiplier for this custom voice.
170
+ parameter_model:
171
+ type: string
172
+ docs: >-
173
+ The name of the parameter model used to define which attributes are
174
+ used by `parameters`.
175
+ parameters:
176
+ type: optional<map<string, optional<float>>>
177
+ docs: Voice specification for a Config.
178
+ source:
179
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
180
+ ReturnCustomVoice:
181
+ docs: A custom voice specification returned from the server
182
+ properties:
183
+ id:
184
+ type: string
185
+ docs: Identifier for a Custom Voice. Formatted as a UUID.
186
+ version:
187
+ type: integer
188
+ docs: >-
189
+ Version number for a Custom Voice. Version numbers should be integers.
190
+ The combination of custom_voice_id and version number is unique.
191
+ name:
192
+ type: string
193
+ docs: >-
194
+ String with the name of the voice to use. Maximum length of 75
195
+ characters. Will be converted to all-uppercase.
196
+ created_on:
197
+ type: long
198
+ docs: The timestamp when the first version of this prompt was created.
199
+ modified_on:
200
+ type: long
201
+ docs: The timestamp when this version of the prompt was created.
202
+ base_voice:
203
+ type: string
204
+ docs: The voice the custom voice is based off of.
205
+ speech_rate_multiplier:
206
+ type: optional<float>
207
+ docs: The speech rate multiplier for this custom voice.
208
+ parameter_model:
209
+ type: string
210
+ docs: >-
211
+ The name of the parameter model used to define which attributes are
212
+ used by `parameters`.
213
+ parameters:
214
+ type: map<string, float>
215
+ docs: Voice specification for a Config.
216
+ source:
217
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
218
+ PostedBuiltinToolName:
219
+ enum:
220
+ - web_search
221
+ - hang_up
222
+ docs: >-
223
+ Name of the built-in tool to use. Hume supports the following built-in
224
+ tools:
225
+
226
+
227
+ - **web_search:** enables EVI to search the web for up-to-date information
228
+ when applicable.
229
+
230
+ - **hang_up:** closes the WebSocket connection when appropriate (e.g.,
231
+ after detecting a farewell in the conversation).
232
+
233
+
234
+ For more information, see our guide on [using built-in
235
+ tools](/docs/empathic-voice-interface-evi/tool-use#using-built-in-tools).
236
+ source:
237
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
238
+ PostedBuiltinTool:
239
+ docs: A configuration of a built-in tool to be posted to the server
240
+ properties:
241
+ name:
242
+ type: PostedBuiltinToolName
243
+ docs: >-
244
+ Name of the built-in tool to use. Hume supports the following built-in
245
+ tools:
246
+
247
+
248
+ - **web_search:** enables EVI to search the web for up-to-date
249
+ information when applicable.
250
+
251
+ - **hang_up:** closes the WebSocket connection when appropriate (e.g.,
252
+ after detecting a farewell in the conversation).
253
+
254
+
255
+ For more information, see our guide on [using built-in
256
+ tools](/docs/empathic-voice-interface-evi/tool-use#using-built-in-tools).
257
+ fallback_content:
258
+ type: optional<string>
259
+ docs: >-
260
+ Optional text passed to the supplemental LLM in place of the tool call
261
+ result. The LLM then uses this text to generate a response back to the
262
+ user, ensuring continuity in the conversation if the Tool errors.
263
+ source:
264
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
265
+ PostedEllmModel:
266
+ docs: A eLLM model configuration to be posted to the server
267
+ properties:
268
+ allow_short_responses:
269
+ type: optional<boolean>
270
+ docs: |-
271
+ Boolean indicating if the eLLM is allowed to generate short responses.
272
+
273
+ If omitted, short responses from the eLLM are enabled by default.
274
+ source:
275
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
276
+ PostedEventMessageSpec:
277
+ docs: Settings for a specific event_message to be posted to the server
278
+ properties:
279
+ enabled:
280
+ type: boolean
281
+ docs: >-
282
+ Boolean indicating if this event message is enabled.
283
+
284
+
285
+ If set to `true`, a message will be sent when the circumstances for
286
+ the specific event are met.
287
+ text:
288
+ type: optional<string>
289
+ docs: >-
290
+ Text to use as the event message when the corresponding event occurs.
291
+ If no text is specified, EVI will generate an appropriate message
292
+ based on its current context and the system prompt.
293
+ source:
294
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
295
+ PostedEventMessageSpecs:
296
+ docs: >-
297
+ Collection of event messages returned by the server.
298
+
299
+
300
+ Event messages are sent by the server when specific events occur during a
301
+ chat session. These messages are used to configure behaviors for EVI, such
302
+ as controlling how EVI starts a new conversation.
303
+ properties:
304
+ on_new_chat:
305
+ type: optional<PostedEventMessageSpec>
306
+ docs: >-
307
+ Specifies the initial message EVI provides when a new chat is started,
308
+ such as a greeting or welcome message.
309
+ on_inactivity_timeout:
310
+ type: optional<PostedEventMessageSpec>
311
+ docs: >-
312
+ Specifies the message EVI provides when the chat is about to be
313
+ disconnected due to a user inactivity timeout, such as a message
314
+ mentioning a lack of user input for a period of time.
315
+
316
+
317
+ Enabling an inactivity message allows developers to use this message
318
+ event for "checking in" with the user if they are not responding to
319
+ see if they are still active.
320
+
321
+
322
+ If the user does not respond in the number of seconds specified in the
323
+ `inactivity_timeout` field, then EVI will say the message and the user
324
+ has 15 seconds to respond. If they respond in time, the conversation
325
+ will continue; if not, the conversation will end.
326
+
327
+
328
+ However, if the inactivity message is not enabled, then reaching the
329
+ inactivity timeout will immediately end the connection.
330
+ on_max_duration_timeout:
331
+ type: optional<PostedEventMessageSpec>
332
+ docs: >-
333
+ Specifies the message EVI provides when the chat is disconnected due
334
+ to reaching the maximum chat duration, such as a message mentioning
335
+ the time limit for the chat has been reached.
336
+ source:
337
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
338
+ PostedLanguageModelModelProvider:
339
+ enum:
340
+ - OPEN_AI
341
+ - CUSTOM_LANGUAGE_MODEL
342
+ - ANTHROPIC
343
+ - FIREWORKS
344
+ - GROQ
345
+ - GOOGLE
297
346
  docs: The provider of the supplemental language model.
298
- model_resource:
299
- type: optional<string>
300
- docs: String that specifies the language model to use with `model_provider`.
301
- temperature:
302
- type: optional<float>
303
- docs: >-
304
- The model temperature, with values between 0 to 1 (inclusive).
305
-
306
-
307
- Controls the randomness of the LLM’s output, with values closer to 0
308
- yielding focused, deterministic responses and values closer to 1
309
- producing more creative, diverse responses.
310
- PostedPromptSpec:
311
- docs: A Prompt associated with this Config.
312
- properties:
313
- id:
314
- type: string
315
- docs: Identifier for a Prompt. Formatted as a UUID.
316
- version:
317
- type: optional<integer>
318
- docs: >-
319
- Version number for a Prompt.
320
-
321
-
322
- Prompts, as well as Configs and Tools, are versioned. This versioning
323
- system supports iterative development, allowing you to progressively
324
- refine prompts and revert to previous versions if needed.
325
-
326
-
327
- Version numbers are integer values representing different iterations
328
- of the Prompt. Each update to the Prompt increments its version
329
- number.
330
- PostedTimeoutSpec:
331
- docs: Settings for a specific timeout to be posted to the server
332
- properties:
333
- enabled:
334
- type: boolean
335
- docs: Boolean indicating if this event message is enabled.
336
- duration_secs:
337
- type: optional<integer>
338
- docs: Duration in seconds for the timeout.
339
- PostedTimeoutSpecsInactivity:
340
- docs: >-
341
- Specifies the duration of user inactivity (in seconds) after which the EVI
342
- WebSocket connection will be automatically disconnected. Default is 600
343
- seconds (10 minutes).
344
-
345
-
346
- Accepts a minimum value of 1 second and a maximum value of 1,800 seconds.
347
- properties:
348
- enabled:
349
- type: boolean
350
- docs: >-
351
- Boolean indicating if this timeout is enabled.
352
-
353
-
354
- If set to false, EVI will not timeout due to a specified duration of
355
- user inactivity being reached. However, the conversation will
356
- eventually disconnect after 1,800 seconds (30 minutes), which is the
357
- maximum WebSocket duration limit for EVI.
358
- duration_secs:
359
- type: optional<integer>
360
- docs: >-
361
- Duration in seconds for the timeout (e.g. 600 seconds represents 10
362
- minutes).
363
- PostedTimeoutSpecsMaxDuration:
364
- docs: >-
365
- Specifies the maximum allowed duration (in seconds) for an EVI WebSocket
366
- connection before it is automatically disconnected. Default is 1,800
367
- seconds (30 minutes).
368
-
369
-
370
- Accepts a minimum value of 1 second and a maximum value of 1,800 seconds.
371
- properties:
372
- enabled:
373
- type: boolean
374
- docs: >-
375
- Boolean indicating if this timeout is enabled.
376
-
377
-
378
- If set to false, EVI will not timeout due to a specified maximum
379
- duration being reached. However, the conversation will eventually
380
- disconnect after 1,800 seconds (30 minutes), which is the maximum
381
- WebSocket duration limit for EVI.
382
- duration_secs:
383
- type: optional<integer>
384
- docs: >-
385
- Duration in seconds for the timeout (e.g. 600 seconds represents 10
386
- minutes).
387
- PostedTimeoutSpecs:
388
- docs: >-
389
- Collection of timeout specifications returned by the server.
390
-
391
-
392
- Timeouts are sent by the server when specific time-based events occur
393
- during a chat session. These specifications set the inactivity timeout and
394
- the maximum duration an EVI WebSocket connection can stay open before it
395
- is automatically disconnected.
396
- properties:
397
- inactivity:
398
- type: optional<PostedTimeoutSpecsInactivity>
399
- docs: >-
400
- Specifies the duration of user inactivity (in seconds) after which the
401
- EVI WebSocket connection will be automatically disconnected. Default
402
- is 600 seconds (10 minutes).
403
-
404
-
405
- Accepts a minimum value of 1 second and a maximum value of 1,800
406
- seconds.
407
- max_duration:
408
- type: optional<PostedTimeoutSpecsMaxDuration>
409
- docs: >-
410
- Specifies the maximum allowed duration (in seconds) for an EVI
411
- WebSocket connection before it is automatically disconnected. Default
412
- is 1,800 seconds (30 minutes).
413
-
414
-
415
- Accepts a minimum value of 1 second and a maximum value of 1,800
416
- seconds.
417
- PostedUserDefinedToolSpec:
418
- docs: A specific tool identifier to be posted to the server
419
- properties:
420
- id:
421
- type: string
422
- docs: Identifier for a Tool. Formatted as a UUID.
423
- version:
424
- type: optional<integer>
425
- docs: >-
426
- Version number for a Tool.
427
-
428
-
429
- Tools, as well as Configs and Prompts, are versioned. This versioning
430
- system supports iterative development, allowing you to progressively
431
- refine tools and revert to previous versions if needed.
432
-
433
-
434
- Version numbers are integer values representing different iterations
435
- of the Tool. Each update to the Tool increments its version number.
436
- PostedVoiceName:
437
- enum:
438
- - ITO
439
- - DACHER
440
- - KORA
441
- docs: >-
442
- String with the name of the voice to use. Maximum length of 75 characters.
443
- Will be converted to all-uppercase.
444
- PostedVoice:
445
- docs: A Voice specification posted to the server
446
- properties:
447
- provider:
448
- type: literal<"HUME_AI">
449
- docs: >-
450
- The provider of the voice to use. Currently, only `HUME_AI` is
451
- supported as the voice provider.
452
- name:
453
- type: optional<PostedVoiceName>
454
- docs: >-
455
- String with the name of the voice to use. Maximum length of 75
456
- characters. Will be converted to all-uppercase.
457
- ReturnBuiltinToolToolType:
458
- enum:
459
- - BUILTIN
460
- - FUNCTION
461
- docs: >-
462
- Type of Tool. Either `BUILTIN` for natively implemented tools, like web
463
- search, or `FUNCTION` for user-defined tools.
464
- ReturnBuiltinTool:
465
- docs: A specific builtin tool version returned from the server
466
- properties:
467
- tool_type:
468
- type: ReturnBuiltinToolToolType
469
- docs: >-
470
- Type of Tool. Either `BUILTIN` for natively implemented tools, like
471
- web search, or `FUNCTION` for user-defined tools.
472
- name:
473
- type: string
474
- docs: Name applied to all versions of a particular Tool.
475
- fallback_content:
476
- type: optional<string>
477
- docs: >-
478
- Optional text passed to the supplemental LLM in place of the tool call
479
- result. The LLM then uses this text to generate a response back to the
480
- user, ensuring continuity in the conversation if the Tool errors.
481
- ReturnConfig:
482
- docs: A specific config version returned from the server
483
- properties:
484
- id:
485
- type: optional<string>
486
- docs: Identifier for a Config. Formatted as a UUID.
487
- version:
488
- type: optional<integer>
489
- docs: >-
490
- Version number for a Config.
491
-
492
-
493
- Configs, as well as Prompts and Tools, are versioned. This versioning
494
- system supports iterative development, allowing you to progressively
495
- refine configurations and revert to previous versions if needed.
496
-
497
-
498
- Version numbers are integer values representing different iterations
499
- of the Config. Each update to the Config increments its version
500
- number.
501
- version_description:
502
- type: optional<string>
503
- docs: An optional description of the Config version.
504
- name:
505
- type: optional<string>
506
- docs: Name applied to all versions of a particular Config.
507
- created_on:
508
- type: optional<long>
509
- docs: >-
510
- Time at which the Config was created. Measured in seconds since the
511
- Unix epoch.
512
- modified_on:
513
- type: optional<long>
514
- docs: >-
515
- Time at which the Config was last modified. Measured in seconds since
516
- the Unix epoch.
517
- prompt: optional<ReturnPrompt>
518
- voice:
519
- type: optional<ReturnVoice>
520
- docs: A voice specification associated with this Config.
521
- language_model:
522
- type: optional<ReturnLanguageModel>
523
- docs: >-
524
- The supplemental language model associated with this Config.
525
-
526
-
527
- This model is used to generate longer, more detailed responses from
528
- EVI. Choosing an appropriate supplemental language model for your use
529
- case is crucial for generating fast, high-quality responses from EVI.
530
- ellm_model:
531
- type: optional<ReturnEllmModel>
532
- docs: >-
533
- The eLLM setup associated with this Config.
534
-
535
-
536
- Hume's eLLM (empathic Large Language Model) is a multimodal language
537
- model that takes into account both expression measures and language.
538
- The eLLM generates short, empathic language responses and guides
539
- text-to-speech (TTS) prosody.
540
- tools:
541
- type: optional<list<optional<ReturnUserDefinedTool>>>
542
- docs: List of user-defined tools associated with this Config.
543
- builtin_tools:
544
- type: optional<list<optional<ReturnBuiltinTool>>>
545
- docs: List of built-in tools associated with this Config.
546
- event_messages: optional<ReturnEventMessageSpecs>
547
- timeouts: optional<ReturnTimeoutSpecs>
548
- ReturnEllmModel:
549
- docs: A specific eLLM Model configuration
550
- properties:
551
- allow_short_responses:
552
- type: boolean
553
- docs: |-
554
- Boolean indicating if the eLLM is allowed to generate short responses.
555
-
556
- If omitted, short responses from the eLLM are enabled by default.
557
- ReturnEventMessageSpec:
558
- docs: A specific event message configuration to be returned from the server
559
- properties:
560
- enabled:
561
- type: boolean
562
- docs: >-
563
- Boolean indicating if this event message is enabled.
564
-
565
-
566
- If set to `true`, a message will be sent when the circumstances for
567
- the specific event are met.
568
- text:
569
- type: optional<string>
570
- docs: >-
571
- Text to use as the event message when the corresponding event occurs.
572
- If no text is specified, EVI will generate an appropriate message
573
- based on its current context and the system prompt.
574
- ReturnEventMessageSpecs:
575
- docs: >-
576
- Collection of event messages returned by the server.
577
-
578
-
579
- Event messages are sent by the server when specific events occur during a
580
- chat session. These messages are used to configure behaviors for EVI, such
581
- as controlling how EVI starts a new conversation.
582
- properties:
583
- on_new_chat:
584
- type: optional<ReturnEventMessageSpec>
585
- docs: >-
586
- Specifies the initial message EVI provides when a new chat is started,
587
- such as a greeting or welcome message.
588
- on_inactivity_timeout:
589
- type: optional<ReturnEventMessageSpec>
590
- docs: >-
591
- Specifies the message EVI provides when the chat is about to be
592
- disconnected due to a user inactivity timeout, such as a message
593
- mentioning a lack of user input for a period of time.
594
-
595
-
596
- Enabling an inactivity message allows developers to use this message
597
- event for "checking in" with the user if they are not responding to
598
- see if they are still active.
599
-
600
-
601
- If the user does not respond in the number of seconds specified in the
602
- `inactivity_timeout` field, then EVI will say the message and the user
603
- has 15 seconds to respond. If they respond in time, the conversation
604
- will continue; if not, the conversation will end.
605
-
606
-
607
- However, if the inactivity message is not enabled, then reaching the
608
- inactivity timeout will immediately end the connection.
609
- on_max_duration_timeout:
610
- type: optional<ReturnEventMessageSpec>
611
- docs: >-
612
- Specifies the message EVI provides when the chat is disconnected due
613
- to reaching the maximum chat duration, such as a message mentioning
614
- the time limit for the chat has been reached.
615
- ReturnLanguageModelModelProvider:
616
- enum:
617
- - OPEN_AI
618
- - CUSTOM_LANGUAGE_MODEL
619
- - ANTHROPIC
620
- - FIREWORKS
621
- - GROQ
622
- - GOOGLE
623
- docs: The provider of the supplemental language model.
624
- ReturnLanguageModel:
625
- docs: A specific LanguageModel
626
- properties:
627
- model_provider:
628
- type: optional<ReturnLanguageModelModelProvider>
347
+ source:
348
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
349
+ PostedLanguageModel:
350
+ docs: A LanguageModel to be posted to the server
351
+ properties:
352
+ model_provider:
353
+ type: optional<PostedLanguageModelModelProvider>
354
+ docs: The provider of the supplemental language model.
355
+ model_resource:
356
+ type: optional<string>
357
+ docs: String that specifies the language model to use with `model_provider`.
358
+ temperature:
359
+ type: optional<float>
360
+ docs: >-
361
+ The model temperature, with values between 0 to 1 (inclusive).
362
+
363
+
364
+ Controls the randomness of the LLM’s output, with values closer to 0
365
+ yielding focused, deterministic responses and values closer to 1
366
+ producing more creative, diverse responses.
367
+ source:
368
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
369
+ PostedPromptSpec:
370
+ docs: A Prompt associated with this Config.
371
+ properties:
372
+ id:
373
+ type: string
374
+ docs: Identifier for a Prompt. Formatted as a UUID.
375
+ version:
376
+ type: optional<integer>
377
+ docs: >-
378
+ Version number for a Prompt.
379
+
380
+
381
+ Prompts, as well as Configs and Tools, are versioned. This versioning
382
+ system supports iterative development, allowing you to progressively
383
+ refine prompts and revert to previous versions if needed.
384
+
385
+
386
+ Version numbers are integer values representing different iterations
387
+ of the Prompt. Each update to the Prompt increments its version
388
+ number.
389
+ source:
390
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
391
+ PostedTimeoutSpec:
392
+ docs: Settings for a specific timeout to be posted to the server
393
+ properties:
394
+ enabled:
395
+ type: boolean
396
+ docs: Boolean indicating if this event message is enabled.
397
+ duration_secs:
398
+ type: optional<integer>
399
+ docs: Duration in seconds for the timeout.
400
+ source:
401
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
402
+ PostedTimeoutSpecsInactivity:
403
+ docs: >-
404
+ Specifies the duration of user inactivity (in seconds) after which the EVI
405
+ WebSocket connection will be automatically disconnected. Default is 600
406
+ seconds (10 minutes).
407
+
408
+
409
+ Accepts a minimum value of 1 second and a maximum value of 1,800 seconds.
410
+ properties:
411
+ enabled:
412
+ type: boolean
413
+ docs: >-
414
+ Boolean indicating if this timeout is enabled.
415
+
416
+
417
+ If set to false, EVI will not timeout due to a specified duration of
418
+ user inactivity being reached. However, the conversation will
419
+ eventually disconnect after 1,800 seconds (30 minutes), which is the
420
+ maximum WebSocket duration limit for EVI.
421
+ duration_secs:
422
+ type: optional<integer>
423
+ docs: >-
424
+ Duration in seconds for the timeout (e.g. 600 seconds represents 10
425
+ minutes).
426
+ source:
427
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
428
+ PostedTimeoutSpecsMaxDuration:
429
+ docs: >-
430
+ Specifies the maximum allowed duration (in seconds) for an EVI WebSocket
431
+ connection before it is automatically disconnected. Default is 1,800
432
+ seconds (30 minutes).
433
+
434
+
435
+ Accepts a minimum value of 1 second and a maximum value of 1,800 seconds.
436
+ properties:
437
+ enabled:
438
+ type: boolean
439
+ docs: >-
440
+ Boolean indicating if this timeout is enabled.
441
+
442
+
443
+ If set to false, EVI will not timeout due to a specified maximum
444
+ duration being reached. However, the conversation will eventually
445
+ disconnect after 1,800 seconds (30 minutes), which is the maximum
446
+ WebSocket duration limit for EVI.
447
+ duration_secs:
448
+ type: optional<integer>
449
+ docs: >-
450
+ Duration in seconds for the timeout (e.g. 600 seconds represents 10
451
+ minutes).
452
+ source:
453
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
454
+ PostedTimeoutSpecs:
455
+ docs: >-
456
+ Collection of timeout specifications returned by the server.
457
+
458
+
459
+ Timeouts are sent by the server when specific time-based events occur
460
+ during a chat session. These specifications set the inactivity timeout and
461
+ the maximum duration an EVI WebSocket connection can stay open before it
462
+ is automatically disconnected.
463
+ properties:
464
+ inactivity:
465
+ type: optional<PostedTimeoutSpecsInactivity>
466
+ docs: >-
467
+ Specifies the duration of user inactivity (in seconds) after which the
468
+ EVI WebSocket connection will be automatically disconnected. Default
469
+ is 600 seconds (10 minutes).
470
+
471
+
472
+ Accepts a minimum value of 1 second and a maximum value of 1,800
473
+ seconds.
474
+ max_duration:
475
+ type: optional<PostedTimeoutSpecsMaxDuration>
476
+ docs: >-
477
+ Specifies the maximum allowed duration (in seconds) for an EVI
478
+ WebSocket connection before it is automatically disconnected. Default
479
+ is 1,800 seconds (30 minutes).
480
+
481
+
482
+ Accepts a minimum value of 1 second and a maximum value of 1,800
483
+ seconds.
484
+ source:
485
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
486
+ PostedUserDefinedToolSpec:
487
+ docs: A specific tool identifier to be posted to the server
488
+ properties:
489
+ id:
490
+ type: string
491
+ docs: Identifier for a Tool. Formatted as a UUID.
492
+ version:
493
+ type: optional<integer>
494
+ docs: >-
495
+ Version number for a Tool.
496
+
497
+
498
+ Tools, as well as Configs and Prompts, are versioned. This versioning
499
+ system supports iterative development, allowing you to progressively
500
+ refine tools and revert to previous versions if needed.
501
+
502
+
503
+ Version numbers are integer values representing different iterations
504
+ of the Tool. Each update to the Tool increments its version number.
505
+ source:
506
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
507
+ PostedVoiceName:
508
+ enum:
509
+ - ITO
510
+ - DACHER
511
+ - KORA
512
+ docs: >-
513
+ String with the name of the voice to use. Maximum length of 75 characters.
514
+ Will be converted to all-uppercase.
515
+ source:
516
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
517
+ PostedVoice:
518
+ docs: A Voice specification posted to the server
519
+ properties:
520
+ provider:
521
+ type: literal<"HUME_AI">
522
+ docs: >-
523
+ The provider of the voice to use. Currently, only `HUME_AI` is
524
+ supported as the voice provider.
525
+ name:
526
+ type: optional<PostedVoiceName>
527
+ docs: >-
528
+ String with the name of the voice to use. Maximum length of 75
529
+ characters. Will be converted to all-uppercase.
530
+ source:
531
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
532
+ ReturnBuiltinToolToolType:
533
+ enum:
534
+ - BUILTIN
535
+ - FUNCTION
536
+ docs: >-
537
+ Type of Tool. Either `BUILTIN` for natively implemented tools, like web
538
+ search, or `FUNCTION` for user-defined tools.
539
+ source:
540
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
541
+ ReturnBuiltinTool:
542
+ docs: A specific builtin tool version returned from the server
543
+ properties:
544
+ tool_type:
545
+ type: ReturnBuiltinToolToolType
546
+ docs: >-
547
+ Type of Tool. Either `BUILTIN` for natively implemented tools, like
548
+ web search, or `FUNCTION` for user-defined tools.
549
+ name:
550
+ type: string
551
+ docs: Name applied to all versions of a particular Tool.
552
+ fallback_content:
553
+ type: optional<string>
554
+ docs: >-
555
+ Optional text passed to the supplemental LLM in place of the tool call
556
+ result. The LLM then uses this text to generate a response back to the
557
+ user, ensuring continuity in the conversation if the Tool errors.
558
+ source:
559
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
560
+ ReturnConfig:
561
+ docs: A specific config version returned from the server
562
+ properties:
563
+ id:
564
+ type: optional<string>
565
+ docs: Identifier for a Config. Formatted as a UUID.
566
+ version:
567
+ type: optional<integer>
568
+ docs: >-
569
+ Version number for a Config.
570
+
571
+
572
+ Configs, as well as Prompts and Tools, are versioned. This versioning
573
+ system supports iterative development, allowing you to progressively
574
+ refine configurations and revert to previous versions if needed.
575
+
576
+
577
+ Version numbers are integer values representing different iterations
578
+ of the Config. Each update to the Config increments its version
579
+ number.
580
+ version_description:
581
+ type: optional<string>
582
+ docs: An optional description of the Config version.
583
+ name:
584
+ type: optional<string>
585
+ docs: Name applied to all versions of a particular Config.
586
+ created_on:
587
+ type: optional<long>
588
+ docs: >-
589
+ Time at which the Config was created. Measured in seconds since the
590
+ Unix epoch.
591
+ modified_on:
592
+ type: optional<long>
593
+ docs: >-
594
+ Time at which the Config was last modified. Measured in seconds since
595
+ the Unix epoch.
596
+ prompt: optional<ReturnPrompt>
597
+ voice:
598
+ type: optional<ReturnVoice>
599
+ docs: A voice specification associated with this Config.
600
+ language_model:
601
+ type: optional<ReturnLanguageModel>
602
+ docs: >-
603
+ The supplemental language model associated with this Config.
604
+
605
+
606
+ This model is used to generate longer, more detailed responses from
607
+ EVI. Choosing an appropriate supplemental language model for your use
608
+ case is crucial for generating fast, high-quality responses from EVI.
609
+ ellm_model:
610
+ type: optional<ReturnEllmModel>
611
+ docs: >-
612
+ The eLLM setup associated with this Config.
613
+
614
+
615
+ Hume's eLLM (empathic Large Language Model) is a multimodal language
616
+ model that takes into account both expression measures and language.
617
+ The eLLM generates short, empathic language responses and guides
618
+ text-to-speech (TTS) prosody.
619
+ tools:
620
+ type: optional<list<optional<ReturnUserDefinedTool>>>
621
+ docs: List of user-defined tools associated with this Config.
622
+ builtin_tools:
623
+ type: optional<list<optional<ReturnBuiltinTool>>>
624
+ docs: List of built-in tools associated with this Config.
625
+ event_messages: optional<ReturnEventMessageSpecs>
626
+ timeouts: optional<ReturnTimeoutSpecs>
627
+ source:
628
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
629
+ ReturnEllmModel:
630
+ docs: A specific eLLM Model configuration
631
+ properties:
632
+ allow_short_responses:
633
+ type: boolean
634
+ docs: |-
635
+ Boolean indicating if the eLLM is allowed to generate short responses.
636
+
637
+ If omitted, short responses from the eLLM are enabled by default.
638
+ source:
639
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
640
+ ReturnEventMessageSpec:
641
+ docs: A specific event message configuration to be returned from the server
642
+ properties:
643
+ enabled:
644
+ type: boolean
645
+ docs: >-
646
+ Boolean indicating if this event message is enabled.
647
+
648
+
649
+ If set to `true`, a message will be sent when the circumstances for
650
+ the specific event are met.
651
+ text:
652
+ type: optional<string>
653
+ docs: >-
654
+ Text to use as the event message when the corresponding event occurs.
655
+ If no text is specified, EVI will generate an appropriate message
656
+ based on its current context and the system prompt.
657
+ source:
658
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
659
+ ReturnEventMessageSpecs:
660
+ docs: >-
661
+ Collection of event messages returned by the server.
662
+
663
+
664
+ Event messages are sent by the server when specific events occur during a
665
+ chat session. These messages are used to configure behaviors for EVI, such
666
+ as controlling how EVI starts a new conversation.
667
+ properties:
668
+ on_new_chat:
669
+ type: optional<ReturnEventMessageSpec>
670
+ docs: >-
671
+ Specifies the initial message EVI provides when a new chat is started,
672
+ such as a greeting or welcome message.
673
+ on_inactivity_timeout:
674
+ type: optional<ReturnEventMessageSpec>
675
+ docs: >-
676
+ Specifies the message EVI provides when the chat is about to be
677
+ disconnected due to a user inactivity timeout, such as a message
678
+ mentioning a lack of user input for a period of time.
679
+
680
+
681
+ Enabling an inactivity message allows developers to use this message
682
+ event for "checking in" with the user if they are not responding to
683
+ see if they are still active.
684
+
685
+
686
+ If the user does not respond in the number of seconds specified in the
687
+ `inactivity_timeout` field, then EVI will say the message and the user
688
+ has 15 seconds to respond. If they respond in time, the conversation
689
+ will continue; if not, the conversation will end.
690
+
691
+
692
+ However, if the inactivity message is not enabled, then reaching the
693
+ inactivity timeout will immediately end the connection.
694
+ on_max_duration_timeout:
695
+ type: optional<ReturnEventMessageSpec>
696
+ docs: >-
697
+ Specifies the message EVI provides when the chat is disconnected due
698
+ to reaching the maximum chat duration, such as a message mentioning
699
+ the time limit for the chat has been reached.
700
+ source:
701
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
702
+ ReturnLanguageModelModelProvider:
703
+ enum:
704
+ - OPEN_AI
705
+ - CUSTOM_LANGUAGE_MODEL
706
+ - ANTHROPIC
707
+ - FIREWORKS
708
+ - GROQ
709
+ - GOOGLE
629
710
  docs: The provider of the supplemental language model.
630
- model_resource:
631
- type: optional<string>
632
- docs: String that specifies the language model to use with `model_provider`.
633
- temperature:
634
- type: optional<float>
635
- docs: >-
636
- The model temperature, with values between 0 to 1 (inclusive).
637
-
711
+ source:
712
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
713
+ ReturnLanguageModel:
714
+ docs: A specific LanguageModel
715
+ properties:
716
+ model_provider:
717
+ type: optional<ReturnLanguageModelModelProvider>
718
+ docs: The provider of the supplemental language model.
719
+ model_resource:
720
+ type: optional<string>
721
+ docs: String that specifies the language model to use with `model_provider`.
722
+ temperature:
723
+ type: optional<float>
724
+ docs: >-
725
+ The model temperature, with values between 0 to 1 (inclusive).
726
+
727
+
728
+ Controls the randomness of the LLM’s output, with values closer to 0
729
+ yielding focused, deterministic responses and values closer to 1
730
+ producing more creative, diverse responses.
731
+ source:
732
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
733
+ ReturnTimeoutSpec:
734
+ docs: A specific timeout configuration to be returned from the server
735
+ properties:
736
+ enabled:
737
+ type: boolean
738
+ docs: >-
739
+ Boolean indicating if this timeout is enabled.
740
+
741
+
742
+ If set to false, EVI will not timeout due to a specified duration
743
+ being reached. However, the conversation will eventually disconnect
744
+ after 1,800 seconds (30 minutes), which is the maximum WebSocket
745
+ duration limit for EVI.
746
+ duration_secs:
747
+ type: optional<integer>
748
+ docs: >-
749
+ Duration in seconds for the timeout (e.g. 600 seconds represents 10
750
+ minutes).
751
+ source:
752
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
753
+ ReturnTimeoutSpecs:
754
+ docs: >-
755
+ Collection of timeout specifications returned by the server.
756
+
757
+
758
+ Timeouts are sent by the server when specific time-based events occur
759
+ during a chat session. These specifications set the inactivity timeout and
760
+ the maximum duration an EVI WebSocket connection can stay open before it
761
+ is automatically disconnected.
762
+ properties:
763
+ inactivity:
764
+ type: ReturnTimeoutSpec
765
+ docs: >-
766
+ Specifies the duration of user inactivity (in seconds) after which the
767
+ EVI WebSocket connection will be automatically disconnected. Default
768
+ is 600 seconds (10 minutes).
769
+
770
+
771
+ Accepts a minimum value of 1 second and a maximum value of 1,800
772
+ seconds.
773
+ max_duration:
774
+ type: ReturnTimeoutSpec
775
+ docs: >-
776
+ Specifies the maximum allowed duration (in seconds) for an EVI
777
+ WebSocket connection before it is automatically disconnected. Default
778
+ is 1,800 seconds (30 minutes).
779
+
780
+
781
+ Accepts a minimum value of 1 second and a maximum value of 1,800
782
+ seconds.
783
+ source:
784
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
785
+ ReturnVoiceName:
786
+ enum:
787
+ - ITO
788
+ - DACHER
789
+ - KORA
790
+ docs: >-
791
+ String with the name of the voice to use. Maximum length of 75 characters.
792
+ Will be converted to all-uppercase.
793
+ source:
794
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
795
+ ReturnVoice:
796
+ docs: A specific voice specification
797
+ properties:
798
+ provider:
799
+ type: literal<"HUME_AI">
800
+ docs: >-
801
+ The provider of the voice to use. Currently, only `HUME_AI` is
802
+ supported as the voice provider.
803
+ name:
804
+ type: optional<ReturnVoiceName>
805
+ docs: >-
806
+ String with the name of the voice to use. Maximum length of 75
807
+ characters. Will be converted to all-uppercase.
808
+ source:
809
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
810
+ PostedCustomVoiceName:
811
+ docs: A custom voice name change to be posted to the server
812
+ properties:
813
+ name:
814
+ type: string
815
+ docs: >-
816
+ String with the name of the voice to use. Maximum length of 75
817
+ characters. Will be converted to all-uppercase.
818
+ source:
819
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
820
+ ReturnPagedUserDefinedTools:
821
+ docs: A paginated list of user defined tool versions returned from the server
822
+ properties:
823
+ page_number:
824
+ type: integer
825
+ docs: >-
826
+ The page number of the returned list.
827
+
828
+
829
+ This value corresponds to the `page_number` parameter specified in the
830
+ request. Pagination uses zero-based indexing.
831
+ page_size:
832
+ type: integer
833
+ docs: >-
834
+ The maximum number of items returned per page.
835
+
836
+
837
+ This value corresponds to the `page_size` parameter specified in the
838
+ request.
839
+ total_pages:
840
+ type: integer
841
+ docs: The total number of pages in the collection.
842
+ tools_page:
843
+ docs: >-
844
+ List of tools returned for the specified `page_number` and
845
+ `page_size`.
846
+ type: list<optional<ReturnUserDefinedTool>>
847
+ source:
848
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
849
+ ReturnPagedPrompts:
850
+ docs: A paginated list of prompt versions returned from the server
851
+ properties:
852
+ page_number:
853
+ type: integer
854
+ docs: >-
855
+ The page number of the returned list.
856
+
857
+
858
+ This value corresponds to the `page_number` parameter specified in the
859
+ request. Pagination uses zero-based indexing.
860
+ page_size:
861
+ type: integer
862
+ docs: >-
863
+ The maximum number of items returned per page.
864
+
865
+
866
+ This value corresponds to the `page_size` parameter specified in the
867
+ request.
868
+ total_pages:
869
+ type: integer
870
+ docs: The total number of pages in the collection.
871
+ prompts_page:
872
+ docs: >-
873
+ List of prompts returned for the specified `page_number` and
874
+ `page_size`.
875
+ type: list<optional<ReturnPrompt>>
876
+ source:
877
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
878
+ ReturnPagedCustomVoices:
879
+ docs: A paginated list of custom voices returned from the server
880
+ properties:
881
+ page_number:
882
+ type: integer
883
+ docs: The page number of the returned results.
884
+ page_size:
885
+ type: integer
886
+ docs: The number of results returned per page.
887
+ total_pages:
888
+ type: integer
889
+ docs: The total number of pages in the collection
890
+ custom_voices_page:
891
+ docs: >-
892
+ List of custom voices returned for the specified page number and page
893
+ size.
894
+ type: list<ReturnCustomVoice>
895
+ source:
896
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
897
+ ReturnPagedConfigs:
898
+ docs: A paginated list of config versions returned from the server
899
+ properties:
900
+ page_number:
901
+ type: optional<integer>
902
+ docs: >-
903
+ The page number of the returned list.
904
+
905
+
906
+ This value corresponds to the `page_number` parameter specified in the
907
+ request. Pagination uses zero-based indexing.
908
+ page_size:
909
+ type: optional<integer>
910
+ docs: >-
911
+ The maximum number of items returned per page.
912
+
913
+
914
+ This value corresponds to the `page_size` parameter specified in the
915
+ request.
916
+ total_pages:
917
+ type: integer
918
+ docs: The total number of pages in the collection.
919
+ configs_page:
920
+ type: optional<list<ReturnConfig>>
921
+ docs: >-
922
+ List of configs returned for the specified `page_number` and
923
+ `page_size`.
924
+ source:
925
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
926
+ ReturnChatStatus:
927
+ enum:
928
+ - ACTIVE
929
+ - USER_ENDED
930
+ - USER_TIMEOUT
931
+ - MAX_DURATION_TIMEOUT
932
+ - INACTIVITY_TIMEOUT
933
+ - ERROR
934
+ docs: >-
935
+ Indicates the current state of the chat. There are six possible statuses:
936
+
937
+
938
+ - `ACTIVE`: The chat is currently active and ongoing.
939
+
940
+
941
+ - `USER_ENDED`: The chat was manually ended by the user.
942
+
943
+
944
+ - `USER_TIMEOUT`: The chat ended due to a user-defined timeout.
945
+
946
+
947
+ - `MAX_DURATION_TIMEOUT`: The chat ended because it reached the maximum
948
+ allowed duration.
949
+
950
+
951
+ - `INACTIVITY_TIMEOUT`: The chat ended due to an inactivity timeout.
952
+
953
+
954
+ - `ERROR`: The chat ended unexpectedly due to an error.
955
+ source:
956
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
957
+ ReturnChat:
958
+ docs: A description of chat and its status
959
+ properties:
960
+ id:
961
+ type: string
962
+ docs: Identifier for a Chat. Formatted as a UUID.
963
+ chat_group_id:
964
+ type: string
965
+ docs: >-
966
+ Identifier for the Chat Group. Any chat resumed from this Chat will
967
+ have the same `chat_group_id`. Formatted as a UUID.
968
+ status:
969
+ type: ReturnChatStatus
970
+ docs: >-
971
+ Indicates the current state of the chat. There are six possible
972
+ statuses:
973
+
974
+
975
+ - `ACTIVE`: The chat is currently active and ongoing.
976
+
977
+
978
+ - `USER_ENDED`: The chat was manually ended by the user.
979
+
980
+
981
+ - `USER_TIMEOUT`: The chat ended due to a user-defined timeout.
982
+
983
+
984
+ - `MAX_DURATION_TIMEOUT`: The chat ended because it reached the
985
+ maximum allowed duration.
986
+
987
+
988
+ - `INACTIVITY_TIMEOUT`: The chat ended due to an inactivity timeout.
989
+
990
+
991
+ - `ERROR`: The chat ended unexpectedly due to an error.
992
+ start_timestamp:
993
+ type: long
994
+ docs: >-
995
+ Time at which the Chat started. Measured in seconds since the Unix
996
+ epoch.
997
+ end_timestamp:
998
+ type: optional<long>
999
+ docs: >-
1000
+ Time at which the Chat ended. Measured in seconds since the Unix
1001
+ epoch.
1002
+ event_count:
1003
+ type: optional<long>
1004
+ docs: The total number of events currently in this chat.
1005
+ metadata:
1006
+ type: optional<string>
1007
+ docs: Stringified JSON with additional metadata about the chat.
1008
+ config: optional<ReturnConfigSpec>
1009
+ source:
1010
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1011
+ ReturnConfigSpec:
1012
+ docs: The Config associated with this Chat.
1013
+ properties:
1014
+ id:
1015
+ type: string
1016
+ docs: Identifier for a Config. Formatted as a UUID.
1017
+ version:
1018
+ type: optional<integer>
1019
+ docs: >-
1020
+ Version number for a Config.
1021
+
638
1022
 
639
- Controls the randomness of the LLM’s output, with values closer to 0
640
- yielding focused, deterministic responses and values closer to 1
641
- producing more creative, diverse responses.
642
- ReturnTimeoutSpec:
643
- docs: A specific timeout configuration to be returned from the server
644
- properties:
645
- enabled:
646
- type: boolean
647
- docs: >-
648
- Boolean indicating if this timeout is enabled.
1023
+ Configs, as well as Prompts and Tools, are versioned. This versioning
1024
+ system supports iterative development, allowing you to progressively
1025
+ refine configurations and revert to previous versions if needed.
649
1026
 
650
1027
 
651
- If set to false, EVI will not timeout due to a specified duration
652
- being reached. However, the conversation will eventually disconnect
653
- after 1,800 seconds (30 minutes), which is the maximum WebSocket
654
- duration limit for EVI.
655
- duration_secs:
656
- type: optional<integer>
657
- docs: >-
658
- Duration in seconds for the timeout (e.g. 600 seconds represents 10
659
- minutes).
660
- ReturnTimeoutSpecs:
661
- docs: >-
662
- Collection of timeout specifications returned by the server.
663
-
664
-
665
- Timeouts are sent by the server when specific time-based events occur
666
- during a chat session. These specifications set the inactivity timeout and
667
- the maximum duration an EVI WebSocket connection can stay open before it
668
- is automatically disconnected.
669
- properties:
670
- inactivity:
671
- type: ReturnTimeoutSpec
672
- docs: >-
673
- Specifies the duration of user inactivity (in seconds) after which the
674
- EVI WebSocket connection will be automatically disconnected. Default
675
- is 600 seconds (10 minutes).
676
-
677
-
678
- Accepts a minimum value of 1 second and a maximum value of 1,800
679
- seconds.
680
- max_duration:
681
- type: ReturnTimeoutSpec
682
- docs: >-
683
- Specifies the maximum allowed duration (in seconds) for an EVI
684
- WebSocket connection before it is automatically disconnected. Default
685
- is 1,800 seconds (30 minutes).
686
-
687
-
688
- Accepts a minimum value of 1 second and a maximum value of 1,800
689
- seconds.
690
- ReturnVoiceName:
691
- enum:
692
- - ITO
693
- - DACHER
694
- - KORA
695
- docs: >-
696
- String with the name of the voice to use. Maximum length of 75 characters.
697
- Will be converted to all-uppercase.
698
- ReturnVoice:
699
- docs: A specific voice specification
700
- properties:
701
- provider:
702
- type: literal<"HUME_AI">
703
- docs: >-
704
- The provider of the voice to use. Currently, only `HUME_AI` is
705
- supported as the voice provider.
706
- name:
707
- type: optional<ReturnVoiceName>
708
- docs: >-
709
- String with the name of the voice to use. Maximum length of 75
710
- characters. Will be converted to all-uppercase.
711
- PostedCustomVoiceName:
712
- docs: A custom voice name change to be posted to the server
713
- properties:
714
- name:
715
- type: string
1028
+ Version numbers are integer values representing different iterations
1029
+ of the Config. Each update to the Config increments its version
1030
+ number.
1031
+ source:
1032
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1033
+ ReturnPagedChatsPaginationDirection:
1034
+ enum:
1035
+ - ASC
1036
+ - DESC
716
1037
  docs: >-
717
- String with the name of the voice to use. Maximum length of 75
718
- characters. Will be converted to all-uppercase.
719
- ReturnPagedUserDefinedTools:
720
- docs: A paginated list of user defined tool versions returned from the server
721
- properties:
722
- page_number:
723
- type: integer
724
- docs: >-
725
- The page number of the returned list.
1038
+ Indicates the order in which the paginated results are presented, based on
1039
+ their creation date.
726
1040
 
727
1041
 
728
- This value corresponds to the `page_number` parameter specified in the
729
- request. Pagination uses zero-based indexing.
730
- page_size:
731
- type: integer
732
- docs: >-
733
- The maximum number of items returned per page.
1042
+ It shows `ASC` for ascending order (chronological, with the oldest records
1043
+ first) or `DESC` for descending order (reverse-chronological, with the
1044
+ newest records first). This value corresponds to the `ascending_order`
1045
+ query parameter used in the request.
1046
+ source:
1047
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1048
+ ReturnPagedChats:
1049
+ docs: A paginated list of chats returned from the server
1050
+ properties:
1051
+ page_number:
1052
+ type: integer
1053
+ docs: >-
1054
+ The page number of the returned list.
1055
+
1056
+
1057
+ This value corresponds to the `page_number` parameter specified in the
1058
+ request. Pagination uses zero-based indexing.
1059
+ page_size:
1060
+ type: integer
1061
+ docs: >-
1062
+ The maximum number of items returned per page.
1063
+
1064
+
1065
+ This value corresponds to the `page_size` parameter specified in the
1066
+ request.
1067
+ total_pages:
1068
+ type: integer
1069
+ docs: The total number of pages in the collection.
1070
+ pagination_direction:
1071
+ type: ReturnPagedChatsPaginationDirection
1072
+ docs: >-
1073
+ Indicates the order in which the paginated results are presented,
1074
+ based on their creation date.
734
1075
 
735
1076
 
736
- This value corresponds to the `page_size` parameter specified in the
737
- request.
738
- total_pages:
739
- type: integer
740
- docs: The total number of pages in the collection.
741
- tools_page:
742
- docs: >-
743
- List of tools returned for the specified `page_number` and
744
- `page_size`.
745
- type: list<optional<ReturnUserDefinedTool>>
746
- ReturnPagedPrompts:
747
- docs: A paginated list of prompt versions returned from the server
748
- properties:
749
- page_number:
750
- type: integer
1077
+ It shows `ASC` for ascending order (chronological, with the oldest
1078
+ records first) or `DESC` for descending order (reverse-chronological,
1079
+ with the newest records first). This value corresponds to the
1080
+ `ascending_order` query parameter used in the request.
1081
+ chats_page:
1082
+ docs: >-
1083
+ List of Chats and their metadata returned for the specified
1084
+ `page_number` and `page_size`.
1085
+ type: list<ReturnChat>
1086
+ source:
1087
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1088
+ ReturnChatEventRole:
1089
+ enum:
1090
+ - USER
1091
+ - AGENT
1092
+ - SYSTEM
1093
+ - TOOL
751
1094
  docs: >-
752
- The page number of the returned list.
1095
+ The role of the entity which generated the Chat Event. There are four
1096
+ possible values:
753
1097
 
754
1098
 
755
- This value corresponds to the `page_number` parameter specified in the
756
- request. Pagination uses zero-based indexing.
757
- page_size:
758
- type: integer
759
- docs: >-
760
- The maximum number of items returned per page.
1099
+ - `USER`: The user, capable of sending user messages and interruptions.
761
1100
 
762
1101
 
763
- This value corresponds to the `page_size` parameter specified in the
764
- request.
765
- total_pages:
766
- type: integer
767
- docs: The total number of pages in the collection.
768
- prompts_page:
769
- docs: >-
770
- List of prompts returned for the specified `page_number` and
771
- `page_size`.
772
- type: list<optional<ReturnPrompt>>
773
- ReturnPagedCustomVoices:
774
- docs: A paginated list of custom voices returned from the server
775
- properties:
776
- page_number:
777
- type: integer
778
- docs: The page number of the returned results.
779
- page_size:
780
- type: integer
781
- docs: The number of results returned per page.
782
- total_pages:
783
- type: integer
784
- docs: The total number of pages in the collection
785
- custom_voices_page:
786
- docs: >-
787
- List of custom voices returned for the specified page number and page
788
- size.
789
- type: list<ReturnCustomVoice>
790
- ReturnPagedConfigs:
791
- docs: A paginated list of config versions returned from the server
792
- properties:
793
- page_number:
794
- type: optional<integer>
795
- docs: >-
796
- The page number of the returned list.
1102
+ - `AGENT`: The assistant, capable of sending agent messages.
797
1103
 
798
1104
 
799
- This value corresponds to the `page_number` parameter specified in the
800
- request. Pagination uses zero-based indexing.
801
- page_size:
802
- type: optional<integer>
803
- docs: >-
804
- The maximum number of items returned per page.
1105
+ - `SYSTEM`: The backend server, capable of transmitting errors.
805
1106
 
806
1107
 
807
- This value corresponds to the `page_size` parameter specified in the
808
- request.
809
- total_pages:
810
- type: integer
811
- docs: The total number of pages in the collection.
812
- configs_page:
813
- type: optional<list<ReturnConfig>>
1108
+ - `TOOL`: The function calling mechanism.
1109
+ source:
1110
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1111
+ ReturnChatEventType:
1112
+ enum:
1113
+ - SYSTEM_PROMPT
1114
+ - USER_MESSAGE
1115
+ - USER_INTERRUPTION
1116
+ - AGENT_MESSAGE
1117
+ - FUNCTION_CALL
1118
+ - FUNCTION_CALL_RESPONSE
814
1119
  docs: >-
815
- List of configs returned for the specified `page_number` and
816
- `page_size`.
817
- ReturnChatStatus:
818
- enum:
819
- - ACTIVE
820
- - USER_ENDED
821
- - USER_TIMEOUT
822
- - MAX_DURATION_TIMEOUT
823
- - INACTIVITY_TIMEOUT
824
- - ERROR
825
- docs: >-
826
- Indicates the current state of the chat. There are six possible statuses:
827
-
1120
+ Type of Chat Event. There are six possible values:
828
1121
 
829
- - `ACTIVE`: The chat is currently active and ongoing.
830
1122
 
1123
+ - `SYSTEM_PROMPT`: Contains the system prompt for use in the session.
831
1124
 
832
- - `USER_ENDED`: The chat was manually ended by the user.
833
1125
 
1126
+ - `USER_MESSAGE`: Contains the message sent by the user.
834
1127
 
835
- - `USER_TIMEOUT`: The chat ended due to a user-defined timeout.
836
1128
 
1129
+ - `USER_INTERRUPTION`: Contains an interruption made by the user while the
1130
+ agent is speaking.
837
1131
 
838
- - `MAX_DURATION_TIMEOUT`: The chat ended because it reached the maximum
839
- allowed duration.
840
1132
 
1133
+ - `AGENT_MESSAGE`: Contains the assistant’s message, generated by Hume’s
1134
+ eLLM and supplemental LLM.
841
1135
 
842
- - `INACTIVITY_TIMEOUT`: The chat ended due to an inactivity timeout.
843
1136
 
1137
+ - `FUNCTION_CALL`: Contains the invocation of a tool.
844
1138
 
845
- - `ERROR`: The chat ended unexpectedly due to an error.
846
- ReturnChat:
847
- docs: A description of chat and its status
848
- properties:
849
- id:
850
- type: string
851
- docs: Identifier for a Chat. Formatted as a UUID.
852
- chat_group_id:
853
- type: string
854
- docs: >-
855
- Identifier for the Chat Group. Any chat resumed from this Chat will
856
- have the same `chat_group_id`. Formatted as a UUID.
857
- status:
858
- type: ReturnChatStatus
859
- docs: >-
860
- Indicates the current state of the chat. There are six possible
861
- statuses:
862
1139
 
1140
+ - `FUNCTION_CALL_RESPONSE`: Contains the tool response.
1141
+ source:
1142
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1143
+ ReturnChatEvent:
1144
+ docs: A description of a single event in a chat returned from the server
1145
+ properties:
1146
+ id:
1147
+ type: string
1148
+ docs: Identifier for a Chat Event. Formatted as a UUID.
1149
+ chat_id:
1150
+ type: string
1151
+ docs: Identifier for the Chat this event occurred in. Formatted as a UUID.
1152
+ timestamp:
1153
+ type: long
1154
+ docs: >-
1155
+ Time at which the Chat Event occurred. Measured in seconds since the
1156
+ Unix epoch.
1157
+ role:
1158
+ type: ReturnChatEventRole
1159
+ docs: >-
1160
+ The role of the entity which generated the Chat Event. There are four
1161
+ possible values:
863
1162
 
864
- - `ACTIVE`: The chat is currently active and ongoing.
865
1163
 
1164
+ - `USER`: The user, capable of sending user messages and
1165
+ interruptions.
866
1166
 
867
- - `USER_ENDED`: The chat was manually ended by the user.
868
-
869
-
870
- - `USER_TIMEOUT`: The chat ended due to a user-defined timeout.
871
-
872
-
873
- - `MAX_DURATION_TIMEOUT`: The chat ended because it reached the
874
- maximum allowed duration.
875
-
876
-
877
- - `INACTIVITY_TIMEOUT`: The chat ended due to an inactivity timeout.
878
-
879
-
880
- - `ERROR`: The chat ended unexpectedly due to an error.
881
- start_timestamp:
882
- type: long
883
- docs: >-
884
- Time at which the Chat started. Measured in seconds since the Unix
885
- epoch.
886
- end_timestamp:
887
- type: optional<long>
888
- docs: >-
889
- Time at which the Chat ended. Measured in seconds since the Unix
890
- epoch.
891
- event_count:
892
- type: optional<long>
893
- docs: The total number of events currently in this chat.
894
- metadata:
895
- type: optional<string>
896
- docs: Stringified JSON with additional metadata about the chat.
897
- config: optional<ReturnConfigSpec>
898
- ReturnConfigSpec:
899
- docs: The Config associated with this Chat.
900
- properties:
901
- id:
902
- type: string
903
- docs: Identifier for a Config. Formatted as a UUID.
904
- version:
905
- type: optional<integer>
906
- docs: >-
907
- Version number for a Config.
908
-
909
-
910
- Configs, as well as Prompts and Tools, are versioned. This versioning
911
- system supports iterative development, allowing you to progressively
912
- refine configurations and revert to previous versions if needed.
913
-
914
-
915
- Version numbers are integer values representing different iterations
916
- of the Config. Each update to the Config increments its version
917
- number.
918
- ReturnPagedChatsPaginationDirection:
919
- enum:
920
- - ASC
921
- - DESC
922
- docs: >-
923
- Indicates the order in which the paginated results are presented, based on
924
- their creation date.
925
-
926
-
927
- It shows `ASC` for ascending order (chronological, with the oldest records
928
- first) or `DESC` for descending order (reverse-chronological, with the
929
- newest records first). This value corresponds to the `ascending_order`
930
- query parameter used in the request.
931
- ReturnPagedChats:
932
- docs: A paginated list of chats returned from the server
933
- properties:
934
- page_number:
935
- type: integer
936
- docs: >-
937
- The page number of the returned list.
938
-
939
-
940
- This value corresponds to the `page_number` parameter specified in the
941
- request. Pagination uses zero-based indexing.
942
- page_size:
943
- type: integer
944
- docs: >-
945
- The maximum number of items returned per page.
946
-
947
-
948
- This value corresponds to the `page_size` parameter specified in the
949
- request.
950
- total_pages:
951
- type: integer
952
- docs: The total number of pages in the collection.
953
- pagination_direction:
954
- type: ReturnPagedChatsPaginationDirection
955
- docs: >-
956
- Indicates the order in which the paginated results are presented,
957
- based on their creation date.
958
-
959
-
960
- It shows `ASC` for ascending order (chronological, with the oldest
961
- records first) or `DESC` for descending order (reverse-chronological,
962
- with the newest records first). This value corresponds to the
963
- `ascending_order` query parameter used in the request.
964
- chats_page:
965
- docs: >-
966
- List of Chats and their metadata returned for the specified
967
- `page_number` and `page_size`.
968
- type: list<ReturnChat>
969
- ReturnChatEventRole:
970
- enum:
971
- - USER
972
- - AGENT
973
- - SYSTEM
974
- - TOOL
975
- docs: >-
976
- The role of the entity which generated the Chat Event. There are four
977
- possible values:
978
1167
 
1168
+ - `AGENT`: The assistant, capable of sending agent messages.
979
1169
 
980
- - `USER`: The user, capable of sending user messages and interruptions.
981
1170
 
1171
+ - `SYSTEM`: The backend server, capable of transmitting errors.
982
1172
 
983
- - `AGENT`: The assistant, capable of sending agent messages.
984
1173
 
1174
+ - `TOOL`: The function calling mechanism.
1175
+ type:
1176
+ type: ReturnChatEventType
1177
+ docs: >-
1178
+ Type of Chat Event. There are six possible values:
985
1179
 
986
- - `SYSTEM`: The backend server, capable of transmitting errors.
987
1180
 
1181
+ - `SYSTEM_PROMPT`: Contains the system prompt for use in the session.
988
1182
 
989
- - `TOOL`: The function calling mechanism.
990
- ReturnChatEventType:
991
- enum:
992
- - SYSTEM_PROMPT
993
- - USER_MESSAGE
994
- - USER_INTERRUPTION
995
- - AGENT_MESSAGE
996
- - FUNCTION_CALL
997
- - FUNCTION_CALL_RESPONSE
998
- docs: >-
999
- Type of Chat Event. There are six possible values:
1000
1183
 
1184
+ - `USER_MESSAGE`: Contains the message sent by the user.
1001
1185
 
1002
- - `SYSTEM_PROMPT`: Contains the system prompt for use in the session.
1003
1186
 
1187
+ - `USER_INTERRUPTION`: Contains an interruption made by the user while
1188
+ the agent is speaking.
1004
1189
 
1005
- - `USER_MESSAGE`: Contains the message sent by the user.
1006
1190
 
1191
+ - `AGENT_MESSAGE`: Contains the assistant’s message, generated by
1192
+ Hume’s eLLM and supplemental LLM.
1007
1193
 
1008
- - `USER_INTERRUPTION`: Contains an interruption made by the user while the
1009
- agent is speaking.
1010
1194
 
1195
+ - `FUNCTION_CALL`: Contains the invocation of a tool.
1011
1196
 
1012
- - `AGENT_MESSAGE`: Contains the assistant’s message, generated by Hume’s
1013
- eLLM and supplemental LLM.
1014
1197
 
1198
+ - `FUNCTION_CALL_RESPONSE`: Contains the tool response.
1199
+ message_text:
1200
+ type: optional<string>
1201
+ docs: >-
1202
+ The text of the Chat Event. This field contains the message content
1203
+ for each event type listed in the `type` field.
1204
+ emotion_features:
1205
+ type: optional<string>
1206
+ docs: >-
1207
+ Stringified JSON containing the prosody model inference results.
1015
1208
 
1016
- - `FUNCTION_CALL`: Contains the invocation of a tool.
1017
1209
 
1018
-
1019
- - `FUNCTION_CALL_RESPONSE`: Contains the tool response.
1020
- ReturnChatEvent:
1021
- docs: A description of a single event in a chat returned from the server
1022
- properties:
1023
- id:
1024
- type: string
1025
- docs: Identifier for a Chat Event. Formatted as a UUID.
1026
- chat_id:
1027
- type: string
1028
- docs: Identifier for the Chat this event occurred in. Formatted as a UUID.
1029
- timestamp:
1030
- type: long
1031
- docs: >-
1032
- Time at which the Chat Event occurred. Measured in seconds since the
1033
- Unix epoch.
1034
- role:
1035
- type: ReturnChatEventRole
1036
- docs: >-
1037
- The role of the entity which generated the Chat Event. There are four
1038
- possible values:
1039
-
1040
-
1041
- - `USER`: The user, capable of sending user messages and
1042
- interruptions.
1043
-
1044
-
1045
- - `AGENT`: The assistant, capable of sending agent messages.
1046
-
1047
-
1048
- - `SYSTEM`: The backend server, capable of transmitting errors.
1049
-
1050
-
1051
- - `TOOL`: The function calling mechanism.
1052
- type:
1053
- type: ReturnChatEventType
1054
- docs: >-
1055
- Type of Chat Event. There are six possible values:
1056
-
1057
-
1058
- - `SYSTEM_PROMPT`: Contains the system prompt for use in the session.
1059
-
1060
-
1061
- - `USER_MESSAGE`: Contains the message sent by the user.
1062
-
1063
-
1064
- - `USER_INTERRUPTION`: Contains an interruption made by the user while
1065
- the agent is speaking.
1066
-
1067
-
1068
- - `AGENT_MESSAGE`: Contains the assistant’s message, generated by
1069
- Hume’s eLLM and supplemental LLM.
1070
-
1071
-
1072
- - `FUNCTION_CALL`: Contains the invocation of a tool.
1073
-
1074
-
1075
- - `FUNCTION_CALL_RESPONSE`: Contains the tool response.
1076
- message_text:
1077
- type: optional<string>
1210
+ EVI uses the prosody model to measure 48 expressions related to speech
1211
+ and vocal characteristics. These results contain a detailed emotional
1212
+ and tonal analysis of the audio. Scores typically range from 0 to 1,
1213
+ with higher values indicating a stronger confidence level in the
1214
+ measured attribute.
1215
+ metadata:
1216
+ type: optional<string>
1217
+ docs: Stringified JSON with additional metadata about the chat event.
1218
+ source:
1219
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1220
+ ReturnChatPagedEventsStatus:
1221
+ enum:
1222
+ - ACTIVE
1223
+ - USER_ENDED
1224
+ - USER_TIMEOUT
1225
+ - MAX_DURATION_TIMEOUT
1226
+ - INACTIVITY_TIMEOUT
1227
+ - ERROR
1078
1228
  docs: >-
1079
- The text of the Chat Event. This field contains the message content
1080
- for each event type listed in the `type` field.
1081
- emotion_features:
1082
- type: optional<string>
1083
- docs: >-
1084
- Stringified JSON containing the prosody model inference results.
1085
-
1086
-
1087
- EVI uses the prosody model to measure 48 expressions related to speech
1088
- and vocal characteristics. These results contain a detailed emotional
1089
- and tonal analysis of the audio. Scores typically range from 0 to 1,
1090
- with higher values indicating a stronger confidence level in the
1091
- measured attribute.
1092
- metadata:
1093
- type: optional<string>
1094
- docs: Stringified JSON with additional metadata about the chat event.
1095
- ReturnChatPagedEventsStatus:
1096
- enum:
1097
- - ACTIVE
1098
- - USER_ENDED
1099
- - USER_TIMEOUT
1100
- - MAX_DURATION_TIMEOUT
1101
- - INACTIVITY_TIMEOUT
1102
- - ERROR
1103
- docs: >-
1104
- Indicates the current state of the chat. There are six possible statuses:
1229
+ Indicates the current state of the chat. There are six possible statuses:
1105
1230
 
1106
1231
 
1107
- - `ACTIVE`: The chat is currently active and ongoing.
1232
+ - `ACTIVE`: The chat is currently active and ongoing.
1108
1233
 
1109
1234
 
1110
- - `USER_ENDED`: The chat was manually ended by the user.
1235
+ - `USER_ENDED`: The chat was manually ended by the user.
1111
1236
 
1112
1237
 
1113
- - `USER_TIMEOUT`: The chat ended due to a user-defined timeout.
1238
+ - `USER_TIMEOUT`: The chat ended due to a user-defined timeout.
1114
1239
 
1115
1240
 
1116
- - `MAX_DURATION_TIMEOUT`: The chat ended because it reached the maximum
1117
- allowed duration.
1241
+ - `MAX_DURATION_TIMEOUT`: The chat ended because it reached the maximum
1242
+ allowed duration.
1118
1243
 
1119
1244
 
1120
- - `INACTIVITY_TIMEOUT`: The chat ended due to an inactivity timeout.
1245
+ - `INACTIVITY_TIMEOUT`: The chat ended due to an inactivity timeout.
1121
1246
 
1122
1247
 
1123
- - `ERROR`: The chat ended unexpectedly due to an error.
1124
- ReturnChatPagedEventsPaginationDirection:
1125
- enum:
1126
- - ASC
1127
- - DESC
1128
- docs: >-
1129
- Indicates the order in which the paginated results are presented, based on
1130
- their creation date.
1131
-
1132
-
1133
- It shows `ASC` for ascending order (chronological, with the oldest records
1134
- first) or `DESC` for descending order (reverse-chronological, with the
1135
- newest records first). This value corresponds to the `ascending_order`
1136
- query parameter used in the request.
1137
- ReturnChatPagedEvents:
1138
- docs: >-
1139
- A description of chat status with a paginated list of chat events returned
1140
- from the server
1141
- properties:
1142
- id:
1143
- type: string
1144
- docs: Identifier for a Chat. Formatted as a UUID.
1145
- chat_group_id:
1146
- type: string
1147
- docs: >-
1148
- Identifier for the Chat Group. Any chat resumed from this Chat will
1149
- have the same `chat_group_id`. Formatted as a UUID.
1150
- status:
1151
- type: ReturnChatPagedEventsStatus
1248
+ - `ERROR`: The chat ended unexpectedly due to an error.
1249
+ source:
1250
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1251
+ ReturnChatPagedEventsPaginationDirection:
1252
+ enum:
1253
+ - ASC
1254
+ - DESC
1152
1255
  docs: >-
1153
- Indicates the current state of the chat. There are six possible
1154
- statuses:
1155
-
1156
-
1157
- - `ACTIVE`: The chat is currently active and ongoing.
1256
+ Indicates the order in which the paginated results are presented, based on
1257
+ their creation date.
1158
1258
 
1159
1259
 
1160
- - `USER_ENDED`: The chat was manually ended by the user.
1161
-
1162
-
1163
- - `USER_TIMEOUT`: The chat ended due to a user-defined timeout.
1164
-
1165
-
1166
- - `MAX_DURATION_TIMEOUT`: The chat ended because it reached the
1167
- maximum allowed duration.
1168
-
1169
-
1170
- - `INACTIVITY_TIMEOUT`: The chat ended due to an inactivity timeout.
1171
-
1172
-
1173
- - `ERROR`: The chat ended unexpectedly due to an error.
1174
- start_timestamp:
1175
- type: long
1176
- docs: >-
1177
- Time at which the Chat started. Measured in seconds since the Unix
1178
- epoch.
1179
- end_timestamp:
1180
- type: optional<long>
1181
- docs: >-
1182
- Time at which the Chat ended. Measured in seconds since the Unix
1183
- epoch.
1184
- pagination_direction:
1185
- type: ReturnChatPagedEventsPaginationDirection
1260
+ It shows `ASC` for ascending order (chronological, with the oldest records
1261
+ first) or `DESC` for descending order (reverse-chronological, with the
1262
+ newest records first). This value corresponds to the `ascending_order`
1263
+ query parameter used in the request.
1264
+ source:
1265
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1266
+ ReturnChatPagedEvents:
1186
1267
  docs: >-
1187
- Indicates the order in which the paginated results are presented,
1188
- based on their creation date.
1189
-
1190
-
1191
- It shows `ASC` for ascending order (chronological, with the oldest
1192
- records first) or `DESC` for descending order (reverse-chronological,
1193
- with the newest records first). This value corresponds to the
1194
- `ascending_order` query parameter used in the request.
1195
- events_page:
1196
- docs: List of Chat Events for the specified `page_number` and `page_size`.
1197
- type: list<ReturnChatEvent>
1198
- metadata:
1199
- type: optional<string>
1200
- docs: Stringified JSON with additional metadata about the chat.
1201
- page_number:
1202
- type: integer
1203
- docs: >-
1204
- The page number of the returned list.
1205
-
1206
-
1207
- This value corresponds to the `page_number` parameter specified in the
1208
- request. Pagination uses zero-based indexing.
1209
- page_size:
1210
- type: integer
1211
- docs: >-
1212
- The maximum number of items returned per page.
1213
-
1214
-
1215
- This value corresponds to the `page_size` parameter specified in the
1216
- request.
1217
- total_pages:
1218
- type: integer
1219
- docs: The total number of pages in the collection.
1220
- config: optional<ReturnConfigSpec>
1221
- ReturnActiveChatCount:
1222
- docs: A description of current chat chat sessions for a user
1223
- properties:
1224
- timestamp:
1225
- type: long
1226
- docs: >-
1227
- The timestamp for when chat status was measured. Formatted as a Unix
1228
- epoch milliseconds.
1229
- total_user_active_chats:
1230
- type: integer
1231
- docs: The total number of active chats for this user.
1232
- max_allowed_active_chats:
1233
- type: optional<integer>
1234
- docs: The maximum number of concurrent active chats for this user.
1235
- more_active_chats_allowed:
1236
- type: boolean
1237
- docs: Boolean indicating if the user is allowed to start more chats.
1238
- per_tag:
1239
- type: optional<list<optional<ReturnActiveChatCountPerTag>>>
1240
- docs: Optional List of chat counts per tag.
1241
- ReturnActiveChatCountPerTag:
1242
- docs: A description of current chat chat sessions per tag
1243
- properties:
1244
- tag:
1245
- type: string
1246
- docs: User tag applied to a chat.
1247
- total_tag_active_chats:
1248
- type: integer
1249
- docs: The total number of active chats for this user with the specified tag.
1250
- ReturnChatGroup:
1251
- docs: A description of chat_group and its status
1252
- properties:
1253
- id:
1254
- type: string
1255
- docs: >-
1256
- Identifier for the Chat Group. Any Chat resumed from this Chat Group
1257
- will have the same `chat_group_id`. Formatted as a UUID.
1258
- first_start_timestamp:
1259
- type: long
1260
- docs: >-
1261
- Time at which the first Chat in this Chat Group was created. Measured
1262
- in seconds since the Unix epoch.
1263
- most_recent_start_timestamp:
1264
- type: long
1265
- docs: >-
1266
- Time at which the most recent Chat in this Chat Group was created.
1267
- Measured in seconds since the Unix epoch.
1268
- most_recent_chat_id:
1269
- type: optional<string>
1270
- docs: >-
1271
- The `chat_id` of the most recent Chat in this Chat Group. Formatted as
1272
- a UUID.
1273
- num_chats:
1274
- type: integer
1275
- docs: The total number of Chats in this Chat Group.
1276
- active: optional<boolean>
1277
- ReturnPagedChatGroupsPaginationDirection:
1278
- enum:
1279
- - ASC
1280
- - DESC
1281
- docs: >-
1282
- Indicates the order in which the paginated results are presented, based on
1283
- their creation date.
1284
-
1285
-
1286
- It shows `ASC` for ascending order (chronological, with the oldest records
1287
- first) or `DESC` for descending order (reverse-chronological, with the
1288
- newest records first). This value corresponds to the `ascending_order`
1289
- query parameter used in the request.
1290
- ReturnPagedChatGroups:
1291
- docs: A paginated list of chat_groups returned from the server
1292
- properties:
1293
- page_number:
1294
- type: integer
1295
- docs: >-
1296
- The page number of the returned list.
1297
-
1298
-
1299
- This value corresponds to the `page_number` parameter specified in the
1300
- request. Pagination uses zero-based indexing.
1301
- page_size:
1302
- type: integer
1303
- docs: >-
1304
- The maximum number of items returned per page.
1305
-
1306
-
1307
- This value corresponds to the `page_size` parameter specified in the
1308
- request.
1309
- total_pages:
1310
- type: integer
1311
- docs: The total number of pages in the collection.
1312
- pagination_direction:
1313
- type: ReturnPagedChatGroupsPaginationDirection
1314
- docs: >-
1315
- Indicates the order in which the paginated results are presented,
1316
- based on their creation date.
1317
-
1318
-
1319
- It shows `ASC` for ascending order (chronological, with the oldest
1320
- records first) or `DESC` for descending order (reverse-chronological,
1321
- with the newest records first). This value corresponds to the
1322
- `ascending_order` query parameter used in the request.
1323
- chat_groups_page:
1324
- docs: >-
1325
- List of Chat Groups and their metadata returned for the specified
1326
- `page_number` and `page_size`.
1327
- type: list<ReturnChatGroup>
1328
- ReturnChatGroupPagedChats:
1329
- docs: >-
1330
- A description of chat_group and its status with a paginated list of each
1331
- chat in the chat_group
1332
- properties:
1333
- id:
1334
- type: string
1335
- docs: >-
1336
- Identifier for the chat group. Any chat resumed from this chat will
1337
- have the same chat_group_id. Formatted as a UUID.
1338
- first_start_timestamp:
1339
- type: long
1340
- docs: >-
1341
- The timestamp when the first chat in this chat group started,
1342
- formatted as a Unix epoch milliseconds.
1343
- most_recent_start_timestamp:
1344
- type: long
1345
- docs: >-
1346
- The timestamp when the most recent chat in this chat group started,
1347
- formatted as a Unix epoch milliseconds.
1348
- num_chats:
1349
- type: integer
1350
- docs: The total number of chats in this chat group.
1351
- page_number:
1352
- type: integer
1353
- docs: The page number of the returned results.
1354
- page_size:
1355
- type: integer
1356
- docs: The number of results returned per page.
1357
- total_pages:
1358
- type: integer
1359
- docs: The total number of pages in the collection
1360
- pagination_direction:
1361
- type: string
1362
- docs: The direction of the pagination (ASC or DESC).
1363
- chats_page:
1364
- docs: >-
1365
- List of chats and their metadata returned for the specified page
1366
- number and page size.
1367
- type: list<ReturnChat>
1368
- active: optional<boolean>
1369
- ReturnChatGroupPagedEventsPaginationDirection:
1370
- enum:
1371
- - ASC
1372
- - DESC
1373
- docs: >-
1374
- Indicates the order in which the paginated results are presented, based on
1375
- their creation date.
1376
-
1377
-
1378
- It shows `ASC` for ascending order (chronological, with the oldest records
1379
- first) or `DESC` for descending order (reverse-chronological, with the
1380
- newest records first). This value corresponds to the `ascending_order`
1381
- query parameter used in the request.
1382
- ReturnChatGroupPagedEvents:
1383
- docs: >-
1384
- A paginated list of chat events that occurred across chats in this
1385
- chat_group from the server
1386
- properties:
1387
- id:
1388
- type: string
1389
- docs: >-
1390
- Identifier for the Chat Group. Any Chat resumed from this Chat Group
1391
- will have the same `chat_group_id`. Formatted as a UUID.
1392
- page_number:
1393
- type: integer
1394
- docs: >-
1395
- The page number of the returned list.
1396
-
1397
-
1398
- This value corresponds to the `page_number` parameter specified in the
1399
- request. Pagination uses zero-based indexing.
1400
- page_size:
1401
- type: integer
1402
- docs: >-
1403
- The maximum number of items returned per page.
1404
-
1405
-
1406
- This value corresponds to the `page_size` parameter specified in the
1407
- request.
1408
- total_pages:
1409
- type: integer
1410
- docs: The total number of pages in the collection.
1411
- pagination_direction:
1412
- type: ReturnChatGroupPagedEventsPaginationDirection
1413
- docs: >-
1414
- Indicates the order in which the paginated results are presented,
1415
- based on their creation date.
1416
-
1417
-
1418
- It shows `ASC` for ascending order (chronological, with the oldest
1419
- records first) or `DESC` for descending order (reverse-chronological,
1420
- with the newest records first). This value corresponds to the
1421
- `ascending_order` query parameter used in the request.
1422
- events_page:
1423
- docs: List of Chat Events for the specified `page_number` and `page_size`.
1424
- type: list<ReturnChatEvent>
1425
- AssistantInput:
1426
- docs: When provided, the input is spoken by EVI.
1427
- properties:
1428
- type:
1429
- type: literal<"assistant_input">
1430
- docs: >-
1431
- The type of message sent through the socket; must be `assistant_input`
1432
- for our server to correctly identify and process it as an Assistant
1433
- Input message.
1434
- custom_session_id:
1435
- type: optional<string>
1436
- docs: >-
1437
- Used to manage conversational state, correlate frontend and backend
1438
- data, and persist conversations across EVI sessions.
1439
- text:
1440
- type: string
1441
- docs: >-
1442
- Assistant text to synthesize into spoken audio and insert into the
1443
- conversation.
1444
-
1445
-
1446
- EVI uses this text to generate spoken audio using our proprietary
1447
- expressive text-to-speech model. Our model adds appropriate emotional
1448
- inflections and tones to the text based on the user’s expressions and
1449
- the context of the conversation. The synthesized audio is streamed
1450
- back to the user as an [Assistant
1451
- Message](/reference/empathic-voice-interface-evi/chat/chat#receive.Assistant%20Message.type).
1452
- AudioConfiguration:
1453
- properties:
1454
- encoding:
1455
- type: Encoding
1456
- docs: Encoding format of the audio input, such as `linear16`.
1457
- channels:
1458
- type: integer
1459
- docs: Number of audio channels.
1460
- sample_rate:
1461
- type: integer
1462
- docs: >-
1463
- Audio sample rate. Number of samples per second in the audio input,
1464
- measured in Hertz.
1465
- AudioInput:
1466
- docs: When provided, the input is audio.
1467
- properties:
1468
- type:
1469
- type: literal<"audio_input">
1470
- docs: >-
1471
- The type of message sent through the socket; must be `audio_input` for
1472
- our server to correctly identify and process it as an Audio Input
1473
- message.
1474
-
1475
-
1476
- This message is used for sending audio input data to EVI for
1477
- processing and expression measurement. Audio data should be sent as a
1478
- continuous stream, encoded in Base64.
1479
- custom_session_id:
1480
- type: optional<string>
1481
- docs: >-
1482
- Used to manage conversational state, correlate frontend and backend
1483
- data, and persist conversations across EVI sessions.
1484
- data:
1485
- type: string
1486
- docs: >-
1487
- Base64 encoded audio input to insert into the conversation.
1488
-
1489
-
1490
- The content of an Audio Input message is treated as the user’s speech
1491
- to EVI and must be streamed continuously. Pre-recorded audio files are
1492
- not supported.
1493
-
1494
-
1495
- For optimal transcription quality, the audio data should be
1496
- transmitted in small chunks.
1497
-
1498
-
1499
- Hume recommends streaming audio with a buffer window of 20
1500
- milliseconds (ms), or 100 milliseconds (ms) for web applications.
1501
- BuiltInTool:
1502
- type: literal<"web_search">
1503
- docs: >-
1504
- Name of the built-in tool. Set to `web_search` to equip EVI with the
1505
- built-in Web Search tool.
1506
- BuiltinToolConfig:
1507
- properties:
1508
- name: BuiltInTool
1509
- fallback_content:
1510
- type: optional<string>
1511
- docs: >-
1512
- Optional text passed to the supplemental LLM if the tool call fails.
1513
- The LLM then uses this text to generate a response back to the user,
1514
- ensuring continuity in the conversation.
1515
- Context:
1516
- properties:
1517
- type:
1518
- type: optional<ContextType>
1519
- docs: >-
1520
- The persistence level of the injected context. Specifies how long the
1521
- injected context will remain active in the session.
1522
-
1523
-
1524
- There are three possible context types:
1525
-
1526
-
1527
- - **Persistent**: The context is appended to all user messages for the
1528
- duration of the session.
1529
-
1530
-
1531
- - **Temporary**: The context is appended only to the next user
1532
- message.
1533
-
1534
- - **Editable**: The original context is updated to reflect the new context.
1535
- text:
1536
- type: string
1537
- docs: >-
1538
- The context to be injected into the conversation. Helps inform the
1539
- LLM's response by providing relevant information about the ongoing
1540
- conversation.
1541
-
1542
-
1543
- This text will be appended to the end of user messages based on the
1544
- chosen persistence level. For example, if you want to remind EVI of
1545
- its role as a helpful weather assistant, the context you insert will
1546
- be appended to the end of user messages as `{Context: You are a
1547
- helpful weather assistant}`.
1548
- ContextType:
1549
- enum:
1550
- - editable
1551
- - persistent
1552
- - temporary
1553
- Encoding: literal<"linear16">
1554
- ErrorLevel: literal<"warn">
1555
- PauseAssistantMessage:
1556
- docs: >-
1557
- Pause responses from EVI. Chat history is still saved and sent after
1558
- resuming.
1559
- properties:
1560
- type:
1561
- type: literal<"pause_assistant_message">
1562
- docs: >-
1563
- The type of message sent through the socket; must be
1564
- `pause_assistant_message` for our server to correctly identify and
1565
- process it as a Pause Assistant message.
1566
-
1567
-
1568
- Once this message is sent, EVI will not respond until a [Resume
1569
- Assistant
1570
- message](/reference/empathic-voice-interface-evi/chat/chat#send.Resume%20Assistant%20Message.type)
1571
- is sent. When paused, EVI won’t respond, but transcriptions of your
1572
- audio inputs will still be recorded.
1573
- custom_session_id:
1574
- type: optional<string>
1575
- docs: >-
1576
- Used to manage conversational state, correlate frontend and backend
1577
- data, and persist conversations across EVI sessions.
1578
- ResumeAssistantMessage:
1579
- docs: >-
1580
- Resume responses from EVI. Chat history sent while paused will now be
1581
- sent.
1582
- properties:
1583
- type:
1584
- type: literal<"resume_assistant_message">
1585
- docs: >-
1586
- The type of message sent through the socket; must be
1587
- `resume_assistant_message` for our server to correctly identify and
1588
- process it as a Resume Assistant message.
1589
-
1590
-
1591
- Upon resuming, if any audio input was sent during the pause, EVI will
1592
- retain context from all messages sent but only respond to the last
1593
- user message. (e.g., If you ask EVI two questions while paused and
1594
- then send a `resume_assistant_message`, EVI will respond to the second
1595
- question and have added the first question to its conversation
1596
- context.)
1597
- custom_session_id:
1598
- type: optional<string>
1599
- docs: >-
1600
- Used to manage conversational state, correlate frontend and backend
1601
- data, and persist conversations across EVI sessions.
1602
- SessionSettings:
1603
- docs: Settings for this chat session.
1604
- properties:
1605
- type:
1606
- type: literal<"session_settings">
1607
- docs: >-
1608
- The type of message sent through the socket; must be
1609
- `session_settings` for our server to correctly identify and process it
1610
- as a Session Settings message.
1611
-
1612
-
1613
- Session settings are temporary and apply only to the current Chat
1614
- session. These settings can be adjusted dynamically based on the
1615
- requirements of each session to ensure optimal performance and user
1616
- experience.
1617
-
1618
-
1619
- For more information, please refer to the [Session Settings
1620
- section](/docs/empathic-voice-interface-evi/configuration#session-settings)
1621
- on the EVI Configuration page.
1622
- custom_session_id:
1623
- type: optional<string>
1624
- docs: >-
1625
- Unique identifier for the session. Used to manage conversational
1626
- state, correlate frontend and backend data, and persist conversations
1627
- across EVI sessions.
1628
-
1629
-
1630
- If included, the response sent from Hume to your backend will include
1631
- this ID. This allows you to correlate frontend users with their
1632
- incoming messages.
1633
-
1634
-
1635
- It is recommended to pass a `custom_session_id` if you are using a
1636
- Custom Language Model. Please see our guide to [using a custom
1637
- language
1638
- model](/docs/empathic-voice-interface-evi/custom-language-model) with
1639
- EVI to learn more.
1640
- system_prompt:
1641
- type: optional<string>
1642
- docs: >-
1643
- Instructions used to shape EVI’s behavior, responses, and style for
1644
- the session.
1645
-
1646
-
1647
- When included in a Session Settings message, the provided Prompt
1648
- overrides the existing one specified in the EVI configuration. If no
1649
- Prompt was defined in the configuration, this Prompt will be the one
1650
- used for the session.
1651
-
1652
-
1653
- You can use the Prompt to define a specific goal or role for EVI,
1654
- specifying how it should act or what it should focus on during the
1655
- conversation. For example, EVI can be instructed to act as a customer
1656
- support representative, a fitness coach, or a travel advisor, each
1657
- with its own set of behaviors and response styles.
1658
-
1659
-
1660
- For help writing a system prompt, see our [Prompting
1661
- Guide](/docs/empathic-voice-interface-evi/prompting).
1662
- context:
1663
- type: optional<Context>
1664
- docs: >-
1665
- Allows developers to inject additional context into the conversation,
1666
- which is appended to the end of user messages for the session.
1667
-
1668
-
1669
- When included in a Session Settings message, the provided context can
1670
- be used to remind the LLM of its role in every user message, prevent
1671
- it from forgetting important details, or add new relevant information
1672
- to the conversation.
1673
-
1674
-
1675
- Set to `null` to disable context injection.
1676
- audio:
1677
- type: optional<AudioConfiguration>
1678
- docs: >-
1679
- Configuration details for the audio input used during the session.
1680
- Ensures the audio is being correctly set up for processing.
1681
-
1682
-
1683
- This optional field is only required when the audio input is encoded
1684
- in PCM Linear 16 (16-bit, little-endian, signed PCM WAV data). For
1685
- detailed instructions on how to configure session settings for PCM
1686
- Linear 16 audio, please refer to the [Session Settings
1687
- section](/docs/empathic-voice-interface-evi/configuration#session-settings)
1688
- on the EVI Configuration page.
1689
- language_model_api_key:
1690
- type: optional<string>
1691
- docs: >-
1692
- Third party API key for the supplemental language model.
1693
-
1694
-
1695
- When provided, EVI will use this key instead of Hume’s API key for the
1696
- supplemental LLM. This allows you to bypass rate limits and utilize
1697
- your own API key as needed.
1698
- tools:
1699
- type: optional<list<Tool>>
1700
- docs: >-
1701
- List of user-defined tools to enable for the session.
1702
-
1703
-
1704
- Tools are resources used by EVI to perform various tasks, such as
1705
- searching the web or calling external APIs. Built-in tools, like web
1706
- search, are natively integrated, while user-defined tools are created
1707
- and invoked by the user. To learn more, see our [Tool Use
1708
- Guide](/docs/empathic-voice-interface-evi/tool-use).
1709
- builtin_tools:
1710
- type: optional<list<BuiltinToolConfig>>
1711
- docs: >-
1712
- List of built-in tools to enable for the session.
1713
-
1714
-
1715
- Tools are resources used by EVI to perform various tasks, such as
1716
- searching the web or calling external APIs. Built-in tools, like web
1717
- search, are natively integrated, while user-defined tools are created
1718
- and invoked by the user. To learn more, see our [Tool Use
1719
- Guide](/docs/empathic-voice-interface-evi/tool-use).
1720
-
1721
-
1722
- Currently, the only built-in tool Hume provides is **Web Search**.
1723
- When enabled, Web Search equips EVI with the ability to search the web
1724
- for up-to-date information.
1725
- metadata: optional<map<string, unknown>>
1726
- variables:
1727
- type: optional<map<string, string>>
1728
- docs: Dynamic values that can be used to populate EVI prompts.
1729
- Tool:
1730
- properties:
1731
- type:
1732
- type: ToolType
1733
- docs: Type of tool. Set to `function` for user-defined tools.
1734
- name:
1735
- type: string
1736
- docs: Name of the user-defined tool to be enabled.
1737
- parameters:
1738
- type: string
1739
- docs: >-
1740
- Parameters of the tool. Is a stringified JSON schema.
1741
-
1742
-
1743
- These parameters define the inputs needed for the tool’s execution,
1744
- including the expected data type and description for each input field.
1745
- Structured as a JSON schema, this format ensures the tool receives
1746
- data in the expected format.
1747
- description:
1748
- type: optional<string>
1749
- docs: >-
1750
- An optional description of what the tool does, used by the
1751
- supplemental LLM to choose when and how to call the function.
1752
- fallback_content:
1753
- type: optional<string>
1754
- docs: >-
1755
- Optional text passed to the supplemental LLM if the tool call fails.
1756
- The LLM then uses this text to generate a response back to the user,
1757
- ensuring continuity in the conversation.
1758
- ToolErrorMessage:
1759
- docs: When provided, the output is a function call error.
1760
- properties:
1761
- type:
1762
- type: literal<"tool_error">
1763
- docs: >-
1764
- The type of message sent through the socket; for a Tool Error message,
1765
- this must be `tool_error`.
1766
-
1767
-
1768
- Upon receiving a [Tool Call
1769
- message](/reference/empathic-voice-interface-evi/chat/chat#receive.Tool%20Call%20Message.type)
1770
- and failing to invoke the function, this message is sent to notify EVI
1771
- of the tool's failure.
1772
- custom_session_id:
1773
- type: optional<string>
1774
- docs: >-
1775
- Used to manage conversational state, correlate frontend and backend
1776
- data, and persist conversations across EVI sessions.
1777
- tool_type:
1778
- type: optional<ToolType>
1779
- docs: >-
1780
- Type of tool called. Either `builtin` for natively implemented tools,
1781
- like web search, or `function` for user-defined tools.
1782
- tool_call_id:
1783
- type: string
1784
- docs: >-
1785
- The unique identifier for a specific tool call instance.
1786
-
1787
-
1788
- This ID is used to track the request and response of a particular tool
1789
- invocation, ensuring that the Tool Error message is linked to the
1790
- appropriate tool call request. The specified `tool_call_id` must match
1791
- the one received in the [Tool Call
1792
- message](/reference/empathic-voice-interface-evi/chat/chat#receive.Tool%20Call%20Message.type).
1793
- content:
1794
- type: optional<string>
1795
- docs: >-
1796
- Optional text passed to the supplemental LLM in place of the tool call
1797
- result. The LLM then uses this text to generate a response back to the
1798
- user, ensuring continuity in the conversation if the tool errors.
1799
- error:
1800
- type: string
1801
- docs: Error message from the tool call, not exposed to the LLM or user.
1802
- code:
1803
- type: optional<string>
1804
- docs: Error code. Identifies the type of error encountered.
1805
- level:
1806
- type: optional<ErrorLevel>
1807
- docs: >-
1808
- Indicates the severity of an error; for a Tool Error message, this
1809
- must be `warn` to signal an unexpected event.
1810
- ToolResponseMessage:
1811
- docs: When provided, the output is a function call response.
1812
- properties:
1813
- type:
1814
- type: literal<"tool_response">
1815
- docs: >-
1816
- The type of message sent through the socket; for a Tool Response
1817
- message, this must be `tool_response`.
1818
-
1819
-
1820
- Upon receiving a [Tool Call
1821
- message](/reference/empathic-voice-interface-evi/chat/chat#receive.Tool%20Call%20Message.type)
1822
- and successfully invoking the function, this message is sent to convey
1823
- the result of the function call back to EVI.
1824
- custom_session_id:
1825
- type: optional<string>
1826
- docs: >-
1827
- Used to manage conversational state, correlate frontend and backend
1828
- data, and persist conversations across EVI sessions.
1829
- tool_call_id:
1830
- type: string
1831
- docs: >-
1832
- The unique identifier for a specific tool call instance.
1833
-
1834
-
1835
- This ID is used to track the request and response of a particular tool
1836
- invocation, ensuring that the correct response is linked to the
1837
- appropriate request. The specified `tool_call_id` must match the one
1838
- received in the [Tool Call
1839
- message](/reference/empathic-voice-interface-evi/chat/chat#receive.Tool%20Call%20Message.tool_call_id).
1840
- content:
1841
- type: string
1842
- docs: >-
1843
- Return value of the tool call. Contains the output generated by the
1844
- tool to pass back to EVI.
1845
- tool_name:
1846
- type: optional<string>
1847
- docs: >-
1848
- Name of the tool.
1849
-
1850
-
1851
- Include this optional field to help the supplemental LLM identify
1852
- which tool generated the response. The specified `tool_name` must
1853
- match the one received in the [Tool Call
1854
- message](/reference/empathic-voice-interface-evi/chat/chat#receive.Tool%20Call%20Message.type).
1855
- tool_type:
1856
- type: optional<ToolType>
1857
- docs: >-
1858
- Type of tool called. Either `builtin` for natively implemented tools,
1859
- like web search, or `function` for user-defined tools.
1860
- ToolType:
1861
- enum:
1862
- - builtin
1863
- - function
1864
- UserInput:
1865
- docs: User text to insert into the conversation.
1866
- properties:
1867
- type:
1868
- type: literal<"user_input">
1869
- docs: >-
1870
- The type of message sent through the socket; must be `user_input` for
1871
- our server to correctly identify and process it as a User Input
1872
- message.
1873
- custom_session_id:
1874
- type: optional<string>
1875
- docs: >-
1876
- Used to manage conversational state, correlate frontend and backend
1877
- data, and persist conversations across EVI sessions.
1878
- text:
1879
- type: string
1880
- docs: >-
1881
- User text to insert into the conversation. Text sent through a User
1882
- Input message is treated as the user’s speech to EVI. EVI processes
1883
- this input and provides a corresponding response.
1884
-
1885
-
1886
- Expression measurement results are not available for User Input
1887
- messages, as the prosody model relies on audio input and cannot
1888
- process text alone.
1889
- AssistantEnd:
1890
- docs: When provided, the output is an assistant end message.
1891
- properties:
1892
- type:
1893
- type: literal<"assistant_end">
1894
- docs: >-
1895
- The type of message sent through the socket; for an Assistant End
1896
- message, this must be `assistant_end`.
1897
-
1898
-
1899
- This message indicates the conclusion of the assistant’s response,
1900
- signaling that the assistant has finished speaking for the current
1901
- conversational turn.
1902
- custom_session_id:
1903
- type: optional<string>
1904
- docs: >-
1905
- Used to manage conversational state, correlate frontend and backend
1906
- data, and persist conversations across EVI sessions.
1907
- AssistantMessage:
1908
- docs: When provided, the output is an assistant message.
1909
- properties:
1910
- type:
1911
- type: literal<"assistant_message">
1912
- docs: >-
1913
- The type of message sent through the socket; for an Assistant Message,
1914
- this must be `assistant_message`.
1915
-
1916
-
1917
- This message contains both a transcript of the assistant’s response
1918
- and the expression measurement predictions of the assistant’s audio
1919
- output.
1920
- custom_session_id:
1921
- type: optional<string>
1922
- docs: >-
1923
- Used to manage conversational state, correlate frontend and backend
1924
- data, and persist conversations across EVI sessions.
1925
- id:
1926
- type: optional<string>
1927
- docs: >-
1928
- ID of the assistant message. Allows the Assistant Message to be
1929
- tracked and referenced.
1930
- message:
1931
- type: ChatMessage
1932
- docs: Transcript of the message.
1933
- models:
1934
- type: Inference
1935
- docs: Inference model results.
1936
- from_text:
1937
- type: boolean
1938
- docs: >-
1939
- Indicates if this message was inserted into the conversation as text
1940
- from an [Assistant Input
1941
- message](/reference/empathic-voice-interface-evi/chat/chat#send.Assistant%20Input.text).
1942
- AudioOutput:
1943
- docs: When provided, the output is audio.
1944
- properties:
1945
- type:
1946
- type: literal<"audio_output">
1947
- docs: >-
1948
- The type of message sent through the socket; for an Audio Output
1949
- message, this must be `audio_output`.
1950
- custom_session_id:
1951
- type: optional<string>
1952
- docs: >-
1953
- Used to manage conversational state, correlate frontend and backend
1954
- data, and persist conversations across EVI sessions.
1955
- id:
1956
- type: string
1957
- docs: >-
1958
- ID of the audio output. Allows the Audio Output message to be tracked
1959
- and referenced.
1960
- data:
1961
- type: string
1962
- docs: >-
1963
- Base64 encoded audio output. This encoded audio is transmitted to the
1964
- client, where it can be decoded and played back as part of the user
1965
- interaction.
1966
- ChatMessageToolResult:
1967
- discriminated: false
1968
- docs: Function call response from client.
1969
- union:
1970
- - ToolResponseMessage
1971
- - ToolErrorMessage
1972
- ChatMessage:
1973
- properties:
1974
- role:
1975
- type: Role
1976
- docs: Role of who is providing the message.
1977
- content:
1978
- type: optional<string>
1979
- docs: Transcript of the message.
1980
- tool_call:
1981
- type: optional<ToolCallMessage>
1982
- docs: Function call name and arguments.
1983
- tool_result:
1984
- type: optional<ChatMessageToolResult>
1268
+ A description of chat status with a paginated list of chat events returned
1269
+ from the server
1270
+ properties:
1271
+ id:
1272
+ type: string
1273
+ docs: Identifier for a Chat. Formatted as a UUID.
1274
+ chat_group_id:
1275
+ type: string
1276
+ docs: >-
1277
+ Identifier for the Chat Group. Any chat resumed from this Chat will
1278
+ have the same `chat_group_id`. Formatted as a UUID.
1279
+ status:
1280
+ type: ReturnChatPagedEventsStatus
1281
+ docs: >-
1282
+ Indicates the current state of the chat. There are six possible
1283
+ statuses:
1284
+
1285
+
1286
+ - `ACTIVE`: The chat is currently active and ongoing.
1287
+
1288
+
1289
+ - `USER_ENDED`: The chat was manually ended by the user.
1290
+
1291
+
1292
+ - `USER_TIMEOUT`: The chat ended due to a user-defined timeout.
1293
+
1294
+
1295
+ - `MAX_DURATION_TIMEOUT`: The chat ended because it reached the
1296
+ maximum allowed duration.
1297
+
1298
+
1299
+ - `INACTIVITY_TIMEOUT`: The chat ended due to an inactivity timeout.
1300
+
1301
+
1302
+ - `ERROR`: The chat ended unexpectedly due to an error.
1303
+ start_timestamp:
1304
+ type: long
1305
+ docs: >-
1306
+ Time at which the Chat started. Measured in seconds since the Unix
1307
+ epoch.
1308
+ end_timestamp:
1309
+ type: optional<long>
1310
+ docs: >-
1311
+ Time at which the Chat ended. Measured in seconds since the Unix
1312
+ epoch.
1313
+ pagination_direction:
1314
+ type: ReturnChatPagedEventsPaginationDirection
1315
+ docs: >-
1316
+ Indicates the order in which the paginated results are presented,
1317
+ based on their creation date.
1318
+
1319
+
1320
+ It shows `ASC` for ascending order (chronological, with the oldest
1321
+ records first) or `DESC` for descending order (reverse-chronological,
1322
+ with the newest records first). This value corresponds to the
1323
+ `ascending_order` query parameter used in the request.
1324
+ events_page:
1325
+ docs: List of Chat Events for the specified `page_number` and `page_size`.
1326
+ type: list<ReturnChatEvent>
1327
+ metadata:
1328
+ type: optional<string>
1329
+ docs: Stringified JSON with additional metadata about the chat.
1330
+ page_number:
1331
+ type: integer
1332
+ docs: >-
1333
+ The page number of the returned list.
1334
+
1335
+
1336
+ This value corresponds to the `page_number` parameter specified in the
1337
+ request. Pagination uses zero-based indexing.
1338
+ page_size:
1339
+ type: integer
1340
+ docs: >-
1341
+ The maximum number of items returned per page.
1342
+
1343
+
1344
+ This value corresponds to the `page_size` parameter specified in the
1345
+ request.
1346
+ total_pages:
1347
+ type: integer
1348
+ docs: The total number of pages in the collection.
1349
+ config: optional<ReturnConfigSpec>
1350
+ source:
1351
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1352
+ ReturnActiveChatCount:
1353
+ docs: A description of current chat chat sessions for a user
1354
+ properties:
1355
+ timestamp:
1356
+ type: long
1357
+ docs: >-
1358
+ The timestamp for when chat status was measured. Formatted as a Unix
1359
+ epoch milliseconds.
1360
+ total_user_active_chats:
1361
+ type: integer
1362
+ docs: The total number of active chats for this user.
1363
+ max_allowed_active_chats:
1364
+ type: optional<integer>
1365
+ docs: The maximum number of concurrent active chats for this user.
1366
+ more_active_chats_allowed:
1367
+ type: boolean
1368
+ docs: Boolean indicating if the user is allowed to start more chats.
1369
+ per_tag:
1370
+ type: optional<list<optional<ReturnActiveChatCountPerTag>>>
1371
+ docs: Optional List of chat counts per tag.
1372
+ source:
1373
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1374
+ ReturnActiveChatCountPerTag:
1375
+ docs: A description of current chat chat sessions per tag
1376
+ properties:
1377
+ tag:
1378
+ type: string
1379
+ docs: User tag applied to a chat.
1380
+ total_tag_active_chats:
1381
+ type: integer
1382
+ docs: The total number of active chats for this user with the specified tag.
1383
+ source:
1384
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1385
+ ReturnChatGroup:
1386
+ docs: A description of chat_group and its status
1387
+ properties:
1388
+ id:
1389
+ type: string
1390
+ docs: >-
1391
+ Identifier for the Chat Group. Any Chat resumed from this Chat Group
1392
+ will have the same `chat_group_id`. Formatted as a UUID.
1393
+ first_start_timestamp:
1394
+ type: long
1395
+ docs: >-
1396
+ Time at which the first Chat in this Chat Group was created. Measured
1397
+ in seconds since the Unix epoch.
1398
+ most_recent_start_timestamp:
1399
+ type: long
1400
+ docs: >-
1401
+ Time at which the most recent Chat in this Chat Group was created.
1402
+ Measured in seconds since the Unix epoch.
1403
+ most_recent_chat_id:
1404
+ type: optional<string>
1405
+ docs: >-
1406
+ The `chat_id` of the most recent Chat in this Chat Group. Formatted as
1407
+ a UUID.
1408
+ num_chats:
1409
+ type: integer
1410
+ docs: The total number of Chats in this Chat Group.
1411
+ active: optional<boolean>
1412
+ source:
1413
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1414
+ ReturnPagedChatGroupsPaginationDirection:
1415
+ enum:
1416
+ - ASC
1417
+ - DESC
1418
+ docs: >-
1419
+ Indicates the order in which the paginated results are presented, based on
1420
+ their creation date.
1421
+
1422
+
1423
+ It shows `ASC` for ascending order (chronological, with the oldest records
1424
+ first) or `DESC` for descending order (reverse-chronological, with the
1425
+ newest records first). This value corresponds to the `ascending_order`
1426
+ query parameter used in the request.
1427
+ source:
1428
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1429
+ ReturnPagedChatGroups:
1430
+ docs: A paginated list of chat_groups returned from the server
1431
+ properties:
1432
+ page_number:
1433
+ type: integer
1434
+ docs: >-
1435
+ The page number of the returned list.
1436
+
1437
+
1438
+ This value corresponds to the `page_number` parameter specified in the
1439
+ request. Pagination uses zero-based indexing.
1440
+ page_size:
1441
+ type: integer
1442
+ docs: >-
1443
+ The maximum number of items returned per page.
1444
+
1445
+
1446
+ This value corresponds to the `page_size` parameter specified in the
1447
+ request.
1448
+ total_pages:
1449
+ type: integer
1450
+ docs: The total number of pages in the collection.
1451
+ pagination_direction:
1452
+ type: ReturnPagedChatGroupsPaginationDirection
1453
+ docs: >-
1454
+ Indicates the order in which the paginated results are presented,
1455
+ based on their creation date.
1456
+
1457
+
1458
+ It shows `ASC` for ascending order (chronological, with the oldest
1459
+ records first) or `DESC` for descending order (reverse-chronological,
1460
+ with the newest records first). This value corresponds to the
1461
+ `ascending_order` query parameter used in the request.
1462
+ chat_groups_page:
1463
+ docs: >-
1464
+ List of Chat Groups and their metadata returned for the specified
1465
+ `page_number` and `page_size`.
1466
+ type: list<ReturnChatGroup>
1467
+ source:
1468
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1469
+ ReturnChatGroupPagedChats:
1470
+ docs: >-
1471
+ A description of chat_group and its status with a paginated list of each
1472
+ chat in the chat_group
1473
+ properties:
1474
+ id:
1475
+ type: string
1476
+ docs: >-
1477
+ Identifier for the chat group. Any chat resumed from this chat will
1478
+ have the same chat_group_id. Formatted as a UUID.
1479
+ first_start_timestamp:
1480
+ type: long
1481
+ docs: >-
1482
+ The timestamp when the first chat in this chat group started,
1483
+ formatted as a Unix epoch milliseconds.
1484
+ most_recent_start_timestamp:
1485
+ type: long
1486
+ docs: >-
1487
+ The timestamp when the most recent chat in this chat group started,
1488
+ formatted as a Unix epoch milliseconds.
1489
+ num_chats:
1490
+ type: integer
1491
+ docs: The total number of chats in this chat group.
1492
+ page_number:
1493
+ type: integer
1494
+ docs: The page number of the returned results.
1495
+ page_size:
1496
+ type: integer
1497
+ docs: The number of results returned per page.
1498
+ total_pages:
1499
+ type: integer
1500
+ docs: The total number of pages in the collection
1501
+ pagination_direction:
1502
+ type: string
1503
+ docs: The direction of the pagination (ASC or DESC).
1504
+ chats_page:
1505
+ docs: >-
1506
+ List of chats and their metadata returned for the specified page
1507
+ number and page size.
1508
+ type: list<ReturnChat>
1509
+ active: optional<boolean>
1510
+ source:
1511
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1512
+ ReturnChatGroupPagedEventsPaginationDirection:
1513
+ enum:
1514
+ - ASC
1515
+ - DESC
1516
+ docs: >-
1517
+ Indicates the order in which the paginated results are presented, based on
1518
+ their creation date.
1519
+
1520
+
1521
+ It shows `ASC` for ascending order (chronological, with the oldest records
1522
+ first) or `DESC` for descending order (reverse-chronological, with the
1523
+ newest records first). This value corresponds to the `ascending_order`
1524
+ query parameter used in the request.
1525
+ source:
1526
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1527
+ ReturnChatGroupPagedEvents:
1528
+ docs: >-
1529
+ A paginated list of chat events that occurred across chats in this
1530
+ chat_group from the server
1531
+ properties:
1532
+ id:
1533
+ type: string
1534
+ docs: >-
1535
+ Identifier for the Chat Group. Any Chat resumed from this Chat Group
1536
+ will have the same `chat_group_id`. Formatted as a UUID.
1537
+ page_number:
1538
+ type: integer
1539
+ docs: >-
1540
+ The page number of the returned list.
1541
+
1542
+
1543
+ This value corresponds to the `page_number` parameter specified in the
1544
+ request. Pagination uses zero-based indexing.
1545
+ page_size:
1546
+ type: integer
1547
+ docs: >-
1548
+ The maximum number of items returned per page.
1549
+
1550
+
1551
+ This value corresponds to the `page_size` parameter specified in the
1552
+ request.
1553
+ total_pages:
1554
+ type: integer
1555
+ docs: The total number of pages in the collection.
1556
+ pagination_direction:
1557
+ type: ReturnChatGroupPagedEventsPaginationDirection
1558
+ docs: >-
1559
+ Indicates the order in which the paginated results are presented,
1560
+ based on their creation date.
1561
+
1562
+
1563
+ It shows `ASC` for ascending order (chronological, with the oldest
1564
+ records first) or `DESC` for descending order (reverse-chronological,
1565
+ with the newest records first). This value corresponds to the
1566
+ `ascending_order` query parameter used in the request.
1567
+ events_page:
1568
+ docs: List of Chat Events for the specified `page_number` and `page_size`.
1569
+ type: list<ReturnChatEvent>
1570
+ source:
1571
+ openapi: ../empathic-voice-interface/stenographer-openapi.json
1572
+ AssistantInput:
1573
+ docs: When provided, the input is spoken by EVI.
1574
+ properties:
1575
+ type:
1576
+ type: literal<"assistant_input">
1577
+ docs: >-
1578
+ The type of message sent through the socket; must be `assistant_input`
1579
+ for our server to correctly identify and process it as an Assistant
1580
+ Input message.
1581
+ custom_session_id:
1582
+ type: optional<string>
1583
+ docs: >-
1584
+ Used to manage conversational state, correlate frontend and backend
1585
+ data, and persist conversations across EVI sessions.
1586
+ text:
1587
+ type: string
1588
+ docs: >-
1589
+ Assistant text to synthesize into spoken audio and insert into the
1590
+ conversation.
1591
+
1592
+
1593
+ EVI uses this text to generate spoken audio using our proprietary
1594
+ expressive text-to-speech model. Our model adds appropriate emotional
1595
+ inflections and tones to the text based on the user’s expressions and
1596
+ the context of the conversation. The synthesized audio is streamed
1597
+ back to the user as an [Assistant
1598
+ Message](/reference/empathic-voice-interface-evi/chat/chat#receive.Assistant%20Message.type).
1599
+ source:
1600
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
1601
+ AudioConfiguration:
1602
+ properties:
1603
+ encoding:
1604
+ type: Encoding
1605
+ docs: Encoding format of the audio input, such as `linear16`.
1606
+ channels:
1607
+ type: integer
1608
+ docs: Number of audio channels.
1609
+ sample_rate:
1610
+ type: integer
1611
+ docs: >-
1612
+ Audio sample rate. Number of samples per second in the audio input,
1613
+ measured in Hertz.
1614
+ source:
1615
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
1616
+ AudioInput:
1617
+ docs: When provided, the input is audio.
1618
+ properties:
1619
+ type:
1620
+ type: literal<"audio_input">
1621
+ docs: >-
1622
+ The type of message sent through the socket; must be `audio_input` for
1623
+ our server to correctly identify and process it as an Audio Input
1624
+ message.
1625
+
1626
+
1627
+ This message is used for sending audio input data to EVI for
1628
+ processing and expression measurement. Audio data should be sent as a
1629
+ continuous stream, encoded in Base64.
1630
+ custom_session_id:
1631
+ type: optional<string>
1632
+ docs: >-
1633
+ Used to manage conversational state, correlate frontend and backend
1634
+ data, and persist conversations across EVI sessions.
1635
+ data:
1636
+ type: string
1637
+ docs: >-
1638
+ Base64 encoded audio input to insert into the conversation.
1639
+
1640
+
1641
+ The content of an Audio Input message is treated as the user’s speech
1642
+ to EVI and must be streamed continuously. Pre-recorded audio files are
1643
+ not supported.
1644
+
1645
+
1646
+ For optimal transcription quality, the audio data should be
1647
+ transmitted in small chunks.
1648
+
1649
+
1650
+ Hume recommends streaming audio with a buffer window of 20
1651
+ milliseconds (ms), or 100 milliseconds (ms) for web applications.
1652
+ source:
1653
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
1654
+ BuiltInTool:
1655
+ type: literal<"web_search">
1656
+ docs: >-
1657
+ Name of the built-in tool. Set to `web_search` to equip EVI with the
1658
+ built-in Web Search tool.
1659
+ BuiltinToolConfig:
1660
+ properties:
1661
+ name: BuiltInTool
1662
+ fallback_content:
1663
+ type: optional<string>
1664
+ docs: >-
1665
+ Optional text passed to the supplemental LLM if the tool call fails.
1666
+ The LLM then uses this text to generate a response back to the user,
1667
+ ensuring continuity in the conversation.
1668
+ source:
1669
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
1670
+ Context:
1671
+ properties:
1672
+ type:
1673
+ type: optional<ContextType>
1674
+ docs: >-
1675
+ The persistence level of the injected context. Specifies how long the
1676
+ injected context will remain active in the session.
1677
+
1678
+
1679
+ There are three possible context types:
1680
+
1681
+
1682
+ - **Persistent**: The context is appended to all user messages for the
1683
+ duration of the session.
1684
+
1685
+
1686
+ - **Temporary**: The context is appended only to the next user
1687
+ message.
1688
+
1689
+ - **Editable**: The original context is updated to reflect the new context.
1690
+
1691
+ If the type is not specified, it will default to `temporary`.
1692
+ text:
1693
+ type: string
1694
+ docs: >-
1695
+ The context to be injected into the conversation. Helps inform the
1696
+ LLM's response by providing relevant information about the ongoing
1697
+ conversation.
1698
+
1699
+
1700
+ This text will be appended to the end of user messages based on the
1701
+ chosen persistence level. For example, if you want to remind EVI of
1702
+ its role as a helpful weather assistant, the context you insert will
1703
+ be appended to the end of user messages as `{Context: You are a
1704
+ helpful weather assistant}`.
1705
+ source:
1706
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
1707
+ ContextType:
1708
+ enum:
1709
+ - editable
1710
+ - persistent
1711
+ - temporary
1712
+ source:
1713
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
1714
+ Encoding: literal<"linear16">
1715
+ ErrorLevel: literal<"warn">
1716
+ PauseAssistantMessage:
1717
+ docs: >-
1718
+ Pause responses from EVI. Chat history is still saved and sent after
1719
+ resuming.
1720
+ properties:
1721
+ type:
1722
+ type: literal<"pause_assistant_message">
1723
+ docs: >-
1724
+ The type of message sent through the socket; must be
1725
+ `pause_assistant_message` for our server to correctly identify and
1726
+ process it as a Pause Assistant message.
1727
+
1728
+
1729
+ Once this message is sent, EVI will not respond until a [Resume
1730
+ Assistant
1731
+ message](/reference/empathic-voice-interface-evi/chat/chat#send.Resume%20Assistant%20Message.type)
1732
+ is sent. When paused, EVI won’t respond, but transcriptions of your
1733
+ audio inputs will still be recorded.
1734
+ custom_session_id:
1735
+ type: optional<string>
1736
+ docs: >-
1737
+ Used to manage conversational state, correlate frontend and backend
1738
+ data, and persist conversations across EVI sessions.
1739
+ source:
1740
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
1741
+ ResumeAssistantMessage:
1742
+ docs: >-
1743
+ Resume responses from EVI. Chat history sent while paused will now be
1744
+ sent.
1745
+ properties:
1746
+ type:
1747
+ type: literal<"resume_assistant_message">
1748
+ docs: >-
1749
+ The type of message sent through the socket; must be
1750
+ `resume_assistant_message` for our server to correctly identify and
1751
+ process it as a Resume Assistant message.
1752
+
1753
+
1754
+ Upon resuming, if any audio input was sent during the pause, EVI will
1755
+ retain context from all messages sent but only respond to the last
1756
+ user message. (e.g., If you ask EVI two questions while paused and
1757
+ then send a `resume_assistant_message`, EVI will respond to the second
1758
+ question and have added the first question to its conversation
1759
+ context.)
1760
+ custom_session_id:
1761
+ type: optional<string>
1762
+ docs: >-
1763
+ Used to manage conversational state, correlate frontend and backend
1764
+ data, and persist conversations across EVI sessions.
1765
+ source:
1766
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
1767
+ SessionSettings:
1768
+ docs: Settings for this chat session.
1769
+ properties:
1770
+ type:
1771
+ type: literal<"session_settings">
1772
+ docs: >-
1773
+ The type of message sent through the socket; must be
1774
+ `session_settings` for our server to correctly identify and process it
1775
+ as a Session Settings message.
1776
+
1777
+
1778
+ Session settings are temporary and apply only to the current Chat
1779
+ session. These settings can be adjusted dynamically based on the
1780
+ requirements of each session to ensure optimal performance and user
1781
+ experience.
1782
+
1783
+
1784
+ For more information, please refer to the [Session Settings
1785
+ section](/docs/empathic-voice-interface-evi/configuration#session-settings)
1786
+ on the EVI Configuration page.
1787
+ custom_session_id:
1788
+ type: optional<string>
1789
+ docs: >-
1790
+ Unique identifier for the session. Used to manage conversational
1791
+ state, correlate frontend and backend data, and persist conversations
1792
+ across EVI sessions.
1793
+
1794
+
1795
+ If included, the response sent from Hume to your backend will include
1796
+ this ID. This allows you to correlate frontend users with their
1797
+ incoming messages.
1798
+
1799
+
1800
+ It is recommended to pass a `custom_session_id` if you are using a
1801
+ Custom Language Model. Please see our guide to [using a custom
1802
+ language
1803
+ model](/docs/empathic-voice-interface-evi/custom-language-model) with
1804
+ EVI to learn more.
1805
+ system_prompt:
1806
+ type: optional<string>
1807
+ docs: >-
1808
+ Instructions used to shape EVI’s behavior, responses, and style for
1809
+ the session.
1810
+
1811
+
1812
+ When included in a Session Settings message, the provided Prompt
1813
+ overrides the existing one specified in the EVI configuration. If no
1814
+ Prompt was defined in the configuration, this Prompt will be the one
1815
+ used for the session.
1816
+
1817
+
1818
+ You can use the Prompt to define a specific goal or role for EVI,
1819
+ specifying how it should act or what it should focus on during the
1820
+ conversation. For example, EVI can be instructed to act as a customer
1821
+ support representative, a fitness coach, or a travel advisor, each
1822
+ with its own set of behaviors and response styles.
1823
+
1824
+
1825
+ For help writing a system prompt, see our [Prompting
1826
+ Guide](/docs/empathic-voice-interface-evi/prompting).
1827
+ context:
1828
+ type: optional<Context>
1829
+ docs: >-
1830
+ Allows developers to inject additional context into the conversation,
1831
+ which is appended to the end of user messages for the session.
1832
+
1833
+
1834
+ When included in a Session Settings message, the provided context can
1835
+ be used to remind the LLM of its role in every user message, prevent
1836
+ it from forgetting important details, or add new relevant information
1837
+ to the conversation.
1838
+
1839
+
1840
+ Set to `null` to disable context injection.
1841
+ audio:
1842
+ type: optional<AudioConfiguration>
1843
+ docs: >-
1844
+ Configuration details for the audio input used during the session.
1845
+ Ensures the audio is being correctly set up for processing.
1846
+
1847
+
1848
+ This optional field is only required when the audio input is encoded
1849
+ in PCM Linear 16 (16-bit, little-endian, signed PCM WAV data). For
1850
+ detailed instructions on how to configure session settings for PCM
1851
+ Linear 16 audio, please refer to the [Session Settings
1852
+ section](/docs/empathic-voice-interface-evi/configuration#session-settings)
1853
+ on the EVI Configuration page.
1854
+ language_model_api_key:
1855
+ type: optional<string>
1856
+ docs: >-
1857
+ Third party API key for the supplemental language model.
1858
+
1859
+
1860
+ When provided, EVI will use this key instead of Hume’s API key for the
1861
+ supplemental LLM. This allows you to bypass rate limits and utilize
1862
+ your own API key as needed.
1863
+ tools:
1864
+ type: optional<list<Tool>>
1865
+ docs: >-
1866
+ List of user-defined tools to enable for the session.
1867
+
1868
+
1869
+ Tools are resources used by EVI to perform various tasks, such as
1870
+ searching the web or calling external APIs. Built-in tools, like web
1871
+ search, are natively integrated, while user-defined tools are created
1872
+ and invoked by the user. To learn more, see our [Tool Use
1873
+ Guide](/docs/empathic-voice-interface-evi/tool-use).
1874
+ builtin_tools:
1875
+ type: optional<list<BuiltinToolConfig>>
1876
+ docs: >-
1877
+ List of built-in tools to enable for the session.
1878
+
1879
+
1880
+ Tools are resources used by EVI to perform various tasks, such as
1881
+ searching the web or calling external APIs. Built-in tools, like web
1882
+ search, are natively integrated, while user-defined tools are created
1883
+ and invoked by the user. To learn more, see our [Tool Use
1884
+ Guide](/docs/empathic-voice-interface-evi/tool-use).
1885
+
1886
+
1887
+ Currently, the only built-in tool Hume provides is **Web Search**.
1888
+ When enabled, Web Search equips EVI with the ability to search the web
1889
+ for up-to-date information.
1890
+ metadata: optional<map<string, unknown>>
1891
+ variables:
1892
+ type: optional<map<string, string>>
1893
+ docs: Dynamic values that can be used to populate EVI prompts.
1894
+ source:
1895
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
1896
+ Tool:
1897
+ properties:
1898
+ type:
1899
+ type: ToolType
1900
+ docs: Type of tool. Set to `function` for user-defined tools.
1901
+ name:
1902
+ type: string
1903
+ docs: Name of the user-defined tool to be enabled.
1904
+ parameters:
1905
+ type: string
1906
+ docs: >-
1907
+ Parameters of the tool. Is a stringified JSON schema.
1908
+
1909
+
1910
+ These parameters define the inputs needed for the tool’s execution,
1911
+ including the expected data type and description for each input field.
1912
+ Structured as a JSON schema, this format ensures the tool receives
1913
+ data in the expected format.
1914
+ description:
1915
+ type: optional<string>
1916
+ docs: >-
1917
+ An optional description of what the tool does, used by the
1918
+ supplemental LLM to choose when and how to call the function.
1919
+ fallback_content:
1920
+ type: optional<string>
1921
+ docs: >-
1922
+ Optional text passed to the supplemental LLM if the tool call fails.
1923
+ The LLM then uses this text to generate a response back to the user,
1924
+ ensuring continuity in the conversation.
1925
+ source:
1926
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
1927
+ ToolErrorMessage:
1928
+ docs: When provided, the output is a function call error.
1929
+ properties:
1930
+ type:
1931
+ type: literal<"tool_error">
1932
+ docs: >-
1933
+ The type of message sent through the socket; for a Tool Error message,
1934
+ this must be `tool_error`.
1935
+
1936
+
1937
+ Upon receiving a [Tool Call
1938
+ message](/reference/empathic-voice-interface-evi/chat/chat#receive.Tool%20Call%20Message.type)
1939
+ and failing to invoke the function, this message is sent to notify EVI
1940
+ of the tool's failure.
1941
+ custom_session_id:
1942
+ type: optional<string>
1943
+ docs: >-
1944
+ Used to manage conversational state, correlate frontend and backend
1945
+ data, and persist conversations across EVI sessions.
1946
+ tool_type:
1947
+ type: optional<ToolType>
1948
+ docs: >-
1949
+ Type of tool called. Either `builtin` for natively implemented tools,
1950
+ like web search, or `function` for user-defined tools.
1951
+ tool_call_id:
1952
+ type: string
1953
+ docs: >-
1954
+ The unique identifier for a specific tool call instance.
1955
+
1956
+
1957
+ This ID is used to track the request and response of a particular tool
1958
+ invocation, ensuring that the Tool Error message is linked to the
1959
+ appropriate tool call request. The specified `tool_call_id` must match
1960
+ the one received in the [Tool Call
1961
+ message](/reference/empathic-voice-interface-evi/chat/chat#receive.Tool%20Call%20Message.type).
1962
+ content:
1963
+ type: optional<string>
1964
+ docs: >-
1965
+ Optional text passed to the supplemental LLM in place of the tool call
1966
+ result. The LLM then uses this text to generate a response back to the
1967
+ user, ensuring continuity in the conversation if the tool errors.
1968
+ error:
1969
+ type: string
1970
+ docs: Error message from the tool call, not exposed to the LLM or user.
1971
+ code:
1972
+ type: optional<string>
1973
+ docs: Error code. Identifies the type of error encountered.
1974
+ level:
1975
+ type: optional<ErrorLevel>
1976
+ docs: >-
1977
+ Indicates the severity of an error; for a Tool Error message, this
1978
+ must be `warn` to signal an unexpected event.
1979
+ source:
1980
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
1981
+ ToolResponseMessage:
1982
+ docs: When provided, the output is a function call response.
1983
+ properties:
1984
+ type:
1985
+ type: literal<"tool_response">
1986
+ docs: >-
1987
+ The type of message sent through the socket; for a Tool Response
1988
+ message, this must be `tool_response`.
1989
+
1990
+
1991
+ Upon receiving a [Tool Call
1992
+ message](/reference/empathic-voice-interface-evi/chat/chat#receive.Tool%20Call%20Message.type)
1993
+ and successfully invoking the function, this message is sent to convey
1994
+ the result of the function call back to EVI.
1995
+ custom_session_id:
1996
+ type: optional<string>
1997
+ docs: >-
1998
+ Used to manage conversational state, correlate frontend and backend
1999
+ data, and persist conversations across EVI sessions.
2000
+ tool_call_id:
2001
+ type: string
2002
+ docs: >-
2003
+ The unique identifier for a specific tool call instance.
2004
+
2005
+
2006
+ This ID is used to track the request and response of a particular tool
2007
+ invocation, ensuring that the correct response is linked to the
2008
+ appropriate request. The specified `tool_call_id` must match the one
2009
+ received in the [Tool Call
2010
+ message](/reference/empathic-voice-interface-evi/chat/chat#receive.Tool%20Call%20Message.tool_call_id).
2011
+ content:
2012
+ type: string
2013
+ docs: >-
2014
+ Return value of the tool call. Contains the output generated by the
2015
+ tool to pass back to EVI.
2016
+ tool_name:
2017
+ type: optional<string>
2018
+ docs: >-
2019
+ Name of the tool.
2020
+
2021
+
2022
+ Include this optional field to help the supplemental LLM identify
2023
+ which tool generated the response. The specified `tool_name` must
2024
+ match the one received in the [Tool Call
2025
+ message](/reference/empathic-voice-interface-evi/chat/chat#receive.Tool%20Call%20Message.type).
2026
+ tool_type:
2027
+ type: optional<ToolType>
2028
+ docs: >-
2029
+ Type of tool called. Either `builtin` for natively implemented tools,
2030
+ like web search, or `function` for user-defined tools.
2031
+ source:
2032
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2033
+ ToolType:
2034
+ enum:
2035
+ - builtin
2036
+ - function
2037
+ source:
2038
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2039
+ UserInput:
2040
+ docs: User text to insert into the conversation.
2041
+ properties:
2042
+ type:
2043
+ type: literal<"user_input">
2044
+ docs: >-
2045
+ The type of message sent through the socket; must be `user_input` for
2046
+ our server to correctly identify and process it as a User Input
2047
+ message.
2048
+ custom_session_id:
2049
+ type: optional<string>
2050
+ docs: >-
2051
+ Used to manage conversational state, correlate frontend and backend
2052
+ data, and persist conversations across EVI sessions.
2053
+ text:
2054
+ type: string
2055
+ docs: >-
2056
+ User text to insert into the conversation. Text sent through a User
2057
+ Input message is treated as the user’s speech to EVI. EVI processes
2058
+ this input and provides a corresponding response.
2059
+
2060
+
2061
+ Expression measurement results are not available for User Input
2062
+ messages, as the prosody model relies on audio input and cannot
2063
+ process text alone.
2064
+ source:
2065
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2066
+ AssistantEnd:
2067
+ docs: When provided, the output is an assistant end message.
2068
+ properties:
2069
+ type:
2070
+ type: literal<"assistant_end">
2071
+ docs: >-
2072
+ The type of message sent through the socket; for an Assistant End
2073
+ message, this must be `assistant_end`.
2074
+
2075
+
2076
+ This message indicates the conclusion of the assistant’s response,
2077
+ signaling that the assistant has finished speaking for the current
2078
+ conversational turn.
2079
+ custom_session_id:
2080
+ type: optional<string>
2081
+ docs: >-
2082
+ Used to manage conversational state, correlate frontend and backend
2083
+ data, and persist conversations across EVI sessions.
2084
+ source:
2085
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2086
+ AssistantMessage:
2087
+ docs: When provided, the output is an assistant message.
2088
+ properties:
2089
+ type:
2090
+ type: literal<"assistant_message">
2091
+ docs: >-
2092
+ The type of message sent through the socket; for an Assistant Message,
2093
+ this must be `assistant_message`.
2094
+
2095
+
2096
+ This message contains both a transcript of the assistant’s response
2097
+ and the expression measurement predictions of the assistant’s audio
2098
+ output.
2099
+ custom_session_id:
2100
+ type: optional<string>
2101
+ docs: >-
2102
+ Used to manage conversational state, correlate frontend and backend
2103
+ data, and persist conversations across EVI sessions.
2104
+ id:
2105
+ type: optional<string>
2106
+ docs: >-
2107
+ ID of the assistant message. Allows the Assistant Message to be
2108
+ tracked and referenced.
2109
+ message:
2110
+ type: ChatMessage
2111
+ docs: Transcript of the message.
2112
+ models:
2113
+ type: Inference
2114
+ docs: Inference model results.
2115
+ from_text:
2116
+ type: boolean
2117
+ docs: >-
2118
+ Indicates if this message was inserted into the conversation as text
2119
+ from an [Assistant Input
2120
+ message](/reference/empathic-voice-interface-evi/chat/chat#send.Assistant%20Input.text).
2121
+ source:
2122
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2123
+ AudioOutput:
2124
+ docs: When provided, the output is audio.
2125
+ properties:
2126
+ type:
2127
+ type: literal<"audio_output">
2128
+ docs: >-
2129
+ The type of message sent through the socket; for an Audio Output
2130
+ message, this must be `audio_output`.
2131
+ custom_session_id:
2132
+ type: optional<string>
2133
+ docs: >-
2134
+ Used to manage conversational state, correlate frontend and backend
2135
+ data, and persist conversations across EVI sessions.
2136
+ id:
2137
+ type: string
2138
+ docs: >-
2139
+ ID of the audio output. Allows the Audio Output message to be tracked
2140
+ and referenced.
2141
+ data:
2142
+ type: string
2143
+ docs: >-
2144
+ Base64 encoded audio output. This encoded audio is transmitted to the
2145
+ client, where it can be decoded and played back as part of the user
2146
+ interaction.
2147
+ source:
2148
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2149
+ ChatMessageToolResult:
2150
+ discriminated: false
1985
2151
  docs: Function call response from client.
1986
- ChatMetadata:
1987
- docs: When provided, the output is a chat metadata message.
1988
- properties:
1989
- type:
1990
- type: literal<"chat_metadata">
1991
- docs: >-
1992
- The type of message sent through the socket; for a Chat Metadata
1993
- message, this must be `chat_metadata`.
1994
-
1995
-
1996
- The Chat Metadata message is the first message you receive after
1997
- establishing a connection with EVI and contains important identifiers
1998
- for the current Chat session.
1999
- custom_session_id:
2000
- type: optional<string>
2001
- docs: >-
2002
- Used to manage conversational state, correlate frontend and backend
2003
- data, and persist conversations across EVI sessions.
2004
- chat_group_id:
2005
- type: string
2006
- docs: >-
2007
- ID of the Chat Group.
2008
-
2009
-
2010
- Used to resume a Chat when passed in the
2011
- [resumed_chat_group_id](/reference/empathic-voice-interface-evi/chat/chat#request.query.resumed_chat_group_id)
2012
- query parameter of a subsequent connection request. This allows EVI to
2013
- continue the conversation from where it left off within the Chat
2014
- Group.
2015
-
2016
-
2017
- Learn more about [supporting chat
2018
- resumability](/docs/empathic-voice-interface-evi/faq#does-evi-support-chat-resumability)
2019
- from the EVI FAQ.
2020
- chat_id:
2021
- type: string
2022
- docs: >-
2023
- ID of the Chat session. Allows the Chat session to be tracked and
2024
- referenced.
2025
- request_id:
2026
- type: optional<string>
2027
- docs: ID of the initiating request.
2028
- EmotionScores:
2029
- properties:
2030
- Admiration: double
2031
- Adoration: double
2032
- Aesthetic Appreciation: double
2033
- Amusement: double
2034
- Anger: double
2035
- Anxiety: double
2036
- Awe: double
2037
- Awkwardness: double
2038
- Boredom: double
2039
- Calmness: double
2040
- Concentration: double
2041
- Confusion: double
2042
- Contemplation: double
2043
- Contempt: double
2044
- Contentment: double
2045
- Craving: double
2046
- Desire: double
2047
- Determination: double
2048
- Disappointment: double
2049
- Disgust: double
2050
- Distress: double
2051
- Doubt: double
2052
- Ecstasy: double
2053
- Embarrassment: double
2054
- Empathic Pain: double
2055
- Entrancement: double
2056
- Envy: double
2057
- Excitement: double
2058
- Fear: double
2059
- Guilt: double
2060
- Horror: double
2061
- Interest: double
2062
- Joy: double
2063
- Love: double
2064
- Nostalgia: double
2065
- Pain: double
2066
- Pride: double
2067
- Realization: double
2068
- Relief: double
2069
- Romance: double
2070
- Sadness: double
2071
- Satisfaction: double
2072
- Shame: double
2073
- Surprise (negative): double
2074
- Surprise (positive): double
2075
- Sympathy: double
2076
- Tiredness: double
2077
- Triumph: double
2078
- WebSocketError:
2079
- docs: When provided, the output is an error message.
2080
- properties:
2081
- type:
2082
- type: literal<"error">
2083
- docs: >-
2084
- The type of message sent through the socket; for a Web Socket Error
2085
- message, this must be `error`.
2086
-
2087
-
2088
- This message indicates a disruption in the WebSocket connection, such
2089
- as an unexpected disconnection, protocol error, or data transmission
2090
- issue.
2091
- custom_session_id:
2092
- type: optional<string>
2093
- docs: >-
2094
- Used to manage conversational state, correlate frontend and backend
2095
- data, and persist conversations across EVI sessions.
2096
- code:
2097
- type: string
2098
- docs: Error code. Identifies the type of error encountered.
2099
- slug:
2100
- type: string
2101
- docs: >-
2102
- Short, human-readable identifier and description for the error. See a
2103
- complete list of error slugs on the [Errors
2104
- page](/docs/resources/errors).
2105
- message:
2106
- type: string
2107
- docs: Detailed description of the error.
2108
- Inference:
2109
- properties:
2110
- prosody:
2111
- type: optional<ProsodyInference>
2112
- docs: >-
2113
- Prosody model inference results.
2114
-
2115
-
2116
- EVI uses the prosody model to measure 48 emotions related to speech
2117
- and vocal characteristics within a given expression.
2118
- MillisecondInterval:
2119
- properties:
2120
- begin:
2121
- type: integer
2122
- docs: Start time of the interval in milliseconds.
2123
- end:
2124
- type: integer
2125
- docs: End time of the interval in milliseconds.
2126
- ProsodyInference:
2127
- properties:
2128
- scores:
2129
- type: EmotionScores
2130
- docs: >-
2131
- The confidence scores for 48 emotions within the detected expression
2132
- of an audio sample.
2133
-
2134
-
2135
- Scores typically range from 0 to 1, with higher values indicating a
2136
- stronger confidence level in the measured attribute.
2137
-
2138
-
2139
- See our guide on [interpreting expression measurement
2140
- results](/docs/expression-measurement/faq#how-do-i-interpret-my-results)
2141
- to learn more.
2142
- Role:
2143
- enum:
2144
- - assistant
2145
- - system
2146
- - user
2147
- - all
2148
- - tool
2149
- ToolCallMessage:
2150
- docs: When provided, the output is a tool call.
2151
- properties:
2152
- name:
2153
- type: string
2154
- docs: Name of the tool called.
2155
- parameters:
2156
- type: string
2157
- docs: >-
2158
- Parameters of the tool.
2159
-
2160
-
2161
- These parameters define the inputs needed for the tool’s execution,
2162
- including the expected data type and description for each input field.
2163
- Structured as a stringified JSON schema, this format ensures the tool
2164
- receives data in the expected format.
2165
- tool_call_id:
2166
- type: string
2167
- docs: >-
2168
- The unique identifier for a specific tool call instance.
2169
-
2170
-
2171
- This ID is used to track the request and response of a particular tool
2172
- invocation, ensuring that the correct response is linked to the
2173
- appropriate request.
2174
- type:
2175
- type: literal<"tool_call">
2176
- docs: >-
2177
- The type of message sent through the socket; for a Tool Call message,
2178
- this must be `tool_call`.
2179
-
2180
-
2181
- This message indicates that the supplemental LLM has detected a need
2182
- to invoke the specified tool.
2183
- custom_session_id:
2184
- type: optional<string>
2185
- docs: >-
2186
- Used to manage conversational state, correlate frontend and backend
2187
- data, and persist conversations across EVI sessions.
2188
- tool_type:
2189
- type: optional<ToolType>
2190
- docs: >-
2191
- Type of tool called. Either `builtin` for natively implemented tools,
2192
- like web search, or `function` for user-defined tools.
2193
- response_required:
2194
- type: boolean
2195
- docs: >-
2196
- Indicates whether a response to the tool call is required from the
2197
- developer, either in the form of a [Tool Response
2198
- message](/reference/empathic-voice-interface-evi/chat/chat#send.Tool%20Response%20Message.type)
2199
- or a [Tool Error
2200
- message](/reference/empathic-voice-interface-evi/chat/chat#send.Tool%20Error%20Message.type).
2201
- UserInterruption:
2202
- docs: When provided, the output is an interruption.
2203
- properties:
2204
- type:
2205
- type: literal<"user_interruption">
2206
- docs: >-
2207
- The type of message sent through the socket; for a User Interruption
2208
- message, this must be `user_interruption`.
2209
-
2210
-
2211
- This message indicates the user has interrupted the assistant’s
2212
- response. EVI detects the interruption in real-time and sends this
2213
- message to signal the interruption event. This message allows the
2214
- system to stop the current audio playback, clear the audio queue, and
2215
- prepare to handle new user input.
2216
- custom_session_id:
2217
- type: optional<string>
2218
- docs: >-
2219
- Used to manage conversational state, correlate frontend and backend
2220
- data, and persist conversations across EVI sessions.
2221
- time:
2222
- type: integer
2223
- docs: Unix timestamp of the detected user interruption.
2224
- UserMessage:
2225
- docs: When provided, the output is a user message.
2226
- properties:
2227
- type:
2228
- type: literal<"user_message">
2229
- docs: >-
2230
- The type of message sent through the socket; for a User Message, this
2231
- must be `user_message`.
2232
-
2233
-
2234
- This message contains both a transcript of the user’s input and the
2235
- expression measurement predictions if the input was sent as an [Audio
2236
- Input
2237
- message](/reference/empathic-voice-interface-evi/chat/chat#send.Audio%20Input.type).
2238
- Expression measurement predictions are not provided for a [User Input
2239
- message](/reference/empathic-voice-interface-evi/chat/chat#send.User%20Input.type),
2240
- as the prosody model relies on audio input and cannot process text
2241
- alone.
2242
- custom_session_id:
2243
- type: optional<string>
2244
- docs: >-
2245
- Used to manage conversational state, correlate frontend and backend
2246
- data, and persist conversations across EVI sessions.
2247
- message:
2248
- type: ChatMessage
2249
- docs: Transcript of the message.
2250
- models:
2251
- type: Inference
2252
- docs: Inference model results.
2253
- time:
2254
- type: MillisecondInterval
2255
- docs: Start and End time of user message.
2256
- from_text:
2257
- type: boolean
2258
- docs: >-
2259
- Indicates if this message was inserted into the conversation as text
2260
- from a [User
2261
- Input](/reference/empathic-voice-interface-evi/chat/chat#send.User%20Input.text)
2262
- message.
2263
- JsonMessage:
2264
- discriminated: false
2265
- union:
2266
- - AssistantEnd
2267
- - AssistantMessage
2268
- - ChatMetadata
2269
- - WebSocketError
2270
- - UserInterruption
2271
- - UserMessage
2272
- - ToolCallMessage
2273
- - ToolResponseMessage
2274
- - ToolErrorMessage
2275
- TtsInput:
2276
- properties:
2277
- type: optional<literal<"tts">>
2278
- TextInput:
2279
- properties:
2280
- type: optional<literal<"text_input">>
2281
- FunctionCallResponseInput:
2282
- properties:
2283
- type: optional<literal<"function_call_response">>
2284
- ExtendedVoiceArgs:
2285
- properties:
2286
- text: string
2287
- voice_args: VoiceArgs
2288
- HTTPValidationError:
2289
- properties:
2290
- detail: optional<list<ValidationError>>
2291
- ValidationErrorLocItem:
2292
- discriminated: false
2293
- union:
2294
- - string
2295
- - integer
2296
- ValidationError:
2297
- properties:
2298
- loc: list<ValidationErrorLocItem>
2299
- msg: string
2300
- type: string
2301
- VoiceArgs:
2302
- properties:
2303
- voice: optional<VoiceNameEnum>
2304
- baseline:
2305
- type: optional<boolean>
2306
- default: false
2307
- reconstruct:
2308
- type: optional<boolean>
2309
- default: false
2310
- VoiceNameEnum:
2311
- enum:
2312
- - ITO
2313
- - KORA
2314
- - DACHER
2152
+ union:
2153
+ - ToolResponseMessage
2154
+ - ToolErrorMessage
2155
+ source:
2156
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2157
+ ChatMessage:
2158
+ properties:
2159
+ role:
2160
+ type: Role
2161
+ docs: Role of who is providing the message.
2162
+ content:
2163
+ type: optional<string>
2164
+ docs: Transcript of the message.
2165
+ tool_call:
2166
+ type: optional<ToolCallMessage>
2167
+ docs: Function call name and arguments.
2168
+ tool_result:
2169
+ type: optional<ChatMessageToolResult>
2170
+ docs: Function call response from client.
2171
+ source:
2172
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2173
+ ChatMetadata:
2174
+ docs: When provided, the output is a chat metadata message.
2175
+ properties:
2176
+ type:
2177
+ type: literal<"chat_metadata">
2178
+ docs: >-
2179
+ The type of message sent through the socket; for a Chat Metadata
2180
+ message, this must be `chat_metadata`.
2181
+
2182
+
2183
+ The Chat Metadata message is the first message you receive after
2184
+ establishing a connection with EVI and contains important identifiers
2185
+ for the current Chat session.
2186
+ custom_session_id:
2187
+ type: optional<string>
2188
+ docs: >-
2189
+ Used to manage conversational state, correlate frontend and backend
2190
+ data, and persist conversations across EVI sessions.
2191
+ chat_group_id:
2192
+ type: string
2193
+ docs: >-
2194
+ ID of the Chat Group.
2195
+
2196
+
2197
+ Used to resume a Chat when passed in the
2198
+ [resumed_chat_group_id](/reference/empathic-voice-interface-evi/chat/chat#request.query.resumed_chat_group_id)
2199
+ query parameter of a subsequent connection request. This allows EVI to
2200
+ continue the conversation from where it left off within the Chat
2201
+ Group.
2202
+
2203
+
2204
+ Learn more about [supporting chat
2205
+ resumability](/docs/empathic-voice-interface-evi/faq#does-evi-support-chat-resumability)
2206
+ from the EVI FAQ.
2207
+ chat_id:
2208
+ type: string
2209
+ docs: >-
2210
+ ID of the Chat session. Allows the Chat session to be tracked and
2211
+ referenced.
2212
+ request_id:
2213
+ type: optional<string>
2214
+ docs: ID of the initiating request.
2215
+ source:
2216
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2217
+ EmotionScores:
2218
+ properties:
2219
+ Admiration: double
2220
+ Adoration: double
2221
+ Aesthetic Appreciation: double
2222
+ Amusement: double
2223
+ Anger: double
2224
+ Anxiety: double
2225
+ Awe: double
2226
+ Awkwardness: double
2227
+ Boredom: double
2228
+ Calmness: double
2229
+ Concentration: double
2230
+ Confusion: double
2231
+ Contemplation: double
2232
+ Contempt: double
2233
+ Contentment: double
2234
+ Craving: double
2235
+ Desire: double
2236
+ Determination: double
2237
+ Disappointment: double
2238
+ Disgust: double
2239
+ Distress: double
2240
+ Doubt: double
2241
+ Ecstasy: double
2242
+ Embarrassment: double
2243
+ Empathic Pain: double
2244
+ Entrancement: double
2245
+ Envy: double
2246
+ Excitement: double
2247
+ Fear: double
2248
+ Guilt: double
2249
+ Horror: double
2250
+ Interest: double
2251
+ Joy: double
2252
+ Love: double
2253
+ Nostalgia: double
2254
+ Pain: double
2255
+ Pride: double
2256
+ Realization: double
2257
+ Relief: double
2258
+ Romance: double
2259
+ Sadness: double
2260
+ Satisfaction: double
2261
+ Shame: double
2262
+ Surprise (negative): double
2263
+ Surprise (positive): double
2264
+ Sympathy: double
2265
+ Tiredness: double
2266
+ Triumph: double
2267
+ source:
2268
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2269
+ WebSocketError:
2270
+ docs: When provided, the output is an error message.
2271
+ properties:
2272
+ type:
2273
+ type: literal<"error">
2274
+ docs: >-
2275
+ The type of message sent through the socket; for a Web Socket Error
2276
+ message, this must be `error`.
2277
+
2278
+
2279
+ This message indicates a disruption in the WebSocket connection, such
2280
+ as an unexpected disconnection, protocol error, or data transmission
2281
+ issue.
2282
+ custom_session_id:
2283
+ type: optional<string>
2284
+ docs: >-
2285
+ Used to manage conversational state, correlate frontend and backend
2286
+ data, and persist conversations across EVI sessions.
2287
+ code:
2288
+ type: string
2289
+ docs: Error code. Identifies the type of error encountered.
2290
+ slug:
2291
+ type: string
2292
+ docs: >-
2293
+ Short, human-readable identifier and description for the error. See a
2294
+ complete list of error slugs on the [Errors
2295
+ page](/docs/resources/errors).
2296
+ message:
2297
+ type: string
2298
+ docs: Detailed description of the error.
2299
+ source:
2300
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2301
+ Inference:
2302
+ properties:
2303
+ prosody:
2304
+ type: optional<ProsodyInference>
2305
+ docs: >-
2306
+ Prosody model inference results.
2307
+
2308
+
2309
+ EVI uses the prosody model to measure 48 emotions related to speech
2310
+ and vocal characteristics within a given expression.
2311
+ source:
2312
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2313
+ MillisecondInterval:
2314
+ properties:
2315
+ begin:
2316
+ type: integer
2317
+ docs: Start time of the interval in milliseconds.
2318
+ end:
2319
+ type: integer
2320
+ docs: End time of the interval in milliseconds.
2321
+ source:
2322
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2323
+ ProsodyInference:
2324
+ properties:
2325
+ scores:
2326
+ type: EmotionScores
2327
+ docs: >-
2328
+ The confidence scores for 48 emotions within the detected expression
2329
+ of an audio sample.
2330
+
2331
+
2332
+ Scores typically range from 0 to 1, with higher values indicating a
2333
+ stronger confidence level in the measured attribute.
2334
+
2335
+
2336
+ See our guide on [interpreting expression measurement
2337
+ results](/docs/expression-measurement/faq#how-do-i-interpret-my-results)
2338
+ to learn more.
2339
+ source:
2340
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2341
+ Role:
2342
+ enum:
2343
+ - assistant
2344
+ - system
2345
+ - user
2346
+ - all
2347
+ - tool
2348
+ source:
2349
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2350
+ ToolCallMessage:
2351
+ docs: When provided, the output is a tool call.
2352
+ properties:
2353
+ name:
2354
+ type: string
2355
+ docs: Name of the tool called.
2356
+ parameters:
2357
+ type: string
2358
+ docs: >-
2359
+ Parameters of the tool.
2360
+
2361
+
2362
+ These parameters define the inputs needed for the tool’s execution,
2363
+ including the expected data type and description for each input field.
2364
+ Structured as a stringified JSON schema, this format ensures the tool
2365
+ receives data in the expected format.
2366
+ tool_call_id:
2367
+ type: string
2368
+ docs: >-
2369
+ The unique identifier for a specific tool call instance.
2370
+
2371
+
2372
+ This ID is used to track the request and response of a particular tool
2373
+ invocation, ensuring that the correct response is linked to the
2374
+ appropriate request.
2375
+ type:
2376
+ type: literal<"tool_call">
2377
+ docs: >-
2378
+ The type of message sent through the socket; for a Tool Call message,
2379
+ this must be `tool_call`.
2380
+
2381
+
2382
+ This message indicates that the supplemental LLM has detected a need
2383
+ to invoke the specified tool.
2384
+ custom_session_id:
2385
+ type: optional<string>
2386
+ docs: >-
2387
+ Used to manage conversational state, correlate frontend and backend
2388
+ data, and persist conversations across EVI sessions.
2389
+ tool_type:
2390
+ type: optional<ToolType>
2391
+ docs: >-
2392
+ Type of tool called. Either `builtin` for natively implemented tools,
2393
+ like web search, or `function` for user-defined tools.
2394
+ response_required:
2395
+ type: boolean
2396
+ docs: >-
2397
+ Indicates whether a response to the tool call is required from the
2398
+ developer, either in the form of a [Tool Response
2399
+ message](/reference/empathic-voice-interface-evi/chat/chat#send.Tool%20Response%20Message.type)
2400
+ or a [Tool Error
2401
+ message](/reference/empathic-voice-interface-evi/chat/chat#send.Tool%20Error%20Message.type).
2402
+ source:
2403
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2404
+ UserInterruption:
2405
+ docs: When provided, the output is an interruption.
2406
+ properties:
2407
+ type:
2408
+ type: literal<"user_interruption">
2409
+ docs: >-
2410
+ The type of message sent through the socket; for a User Interruption
2411
+ message, this must be `user_interruption`.
2412
+
2413
+
2414
+ This message indicates the user has interrupted the assistant’s
2415
+ response. EVI detects the interruption in real-time and sends this
2416
+ message to signal the interruption event. This message allows the
2417
+ system to stop the current audio playback, clear the audio queue, and
2418
+ prepare to handle new user input.
2419
+ custom_session_id:
2420
+ type: optional<string>
2421
+ docs: >-
2422
+ Used to manage conversational state, correlate frontend and backend
2423
+ data, and persist conversations across EVI sessions.
2424
+ time:
2425
+ type: integer
2426
+ docs: Unix timestamp of the detected user interruption.
2427
+ source:
2428
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2429
+ UserMessage:
2430
+ docs: When provided, the output is a user message.
2431
+ properties:
2432
+ type:
2433
+ type: literal<"user_message">
2434
+ docs: >-
2435
+ The type of message sent through the socket; for a User Message, this
2436
+ must be `user_message`.
2437
+
2438
+
2439
+ This message contains both a transcript of the user’s input and the
2440
+ expression measurement predictions if the input was sent as an [Audio
2441
+ Input
2442
+ message](/reference/empathic-voice-interface-evi/chat/chat#send.Audio%20Input.type).
2443
+ Expression measurement predictions are not provided for a [User Input
2444
+ message](/reference/empathic-voice-interface-evi/chat/chat#send.User%20Input.type),
2445
+ as the prosody model relies on audio input and cannot process text
2446
+ alone.
2447
+ custom_session_id:
2448
+ type: optional<string>
2449
+ docs: >-
2450
+ Used to manage conversational state, correlate frontend and backend
2451
+ data, and persist conversations across EVI sessions.
2452
+ message:
2453
+ type: ChatMessage
2454
+ docs: Transcript of the message.
2455
+ models:
2456
+ type: Inference
2457
+ docs: Inference model results.
2458
+ time:
2459
+ type: MillisecondInterval
2460
+ docs: Start and End time of user message.
2461
+ from_text:
2462
+ type: boolean
2463
+ docs: >-
2464
+ Indicates if this message was inserted into the conversation as text
2465
+ from a [User
2466
+ Input](/reference/empathic-voice-interface-evi/chat/chat#send.User%20Input.text)
2467
+ message.
2468
+ source:
2469
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2470
+ JsonMessage:
2471
+ discriminated: false
2472
+ union:
2473
+ - AssistantEnd
2474
+ - AssistantMessage
2475
+ - ChatMetadata
2476
+ - WebSocketError
2477
+ - UserInterruption
2478
+ - UserMessage
2479
+ - ToolCallMessage
2480
+ - ToolResponseMessage
2481
+ - ToolErrorMessage
2482
+ source:
2483
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2484
+ TtsInput:
2485
+ properties:
2486
+ type: optional<literal<"tts">>
2487
+ source:
2488
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2489
+ TextInput:
2490
+ properties:
2491
+ type: optional<literal<"text_input">>
2492
+ source:
2493
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2494
+ FunctionCallResponseInput:
2495
+ properties:
2496
+ type: optional<literal<"function_call_response">>
2497
+ source:
2498
+ openapi: ../empathic-voice-interface/assistant-asyncapi.json
2499
+ ExtendedVoiceArgs:
2500
+ properties:
2501
+ text: string
2502
+ voice_args: VoiceArgs
2503
+ source:
2504
+ openapi: ../empathic-voice-interface/assistant-openapi.json
2505
+ HTTPValidationError:
2506
+ properties:
2507
+ detail: optional<list<ValidationError>>
2508
+ source:
2509
+ openapi: ../empathic-voice-interface/assistant-openapi.json
2510
+ ValidationErrorLocItem:
2511
+ discriminated: false
2512
+ union:
2513
+ - string
2514
+ - integer
2515
+ source:
2516
+ openapi: ../empathic-voice-interface/assistant-openapi.json
2517
+ ValidationError:
2518
+ properties:
2519
+ loc: list<ValidationErrorLocItem>
2520
+ msg: string
2521
+ type: string
2522
+ source:
2523
+ openapi: ../empathic-voice-interface/assistant-openapi.json
2524
+ VoiceArgs:
2525
+ properties:
2526
+ voice: optional<VoiceNameEnum>
2527
+ baseline:
2528
+ type: optional<boolean>
2529
+ default: false
2530
+ reconstruct:
2531
+ type: optional<boolean>
2532
+ default: false
2533
+ source:
2534
+ openapi: ../empathic-voice-interface/assistant-openapi.json
2535
+ VoiceNameEnum:
2536
+ enum:
2537
+ - ITO
2538
+ - KORA
2539
+ - DACHER
2540
+ source:
2541
+ openapi: ../empathic-voice-interface/assistant-openapi.json