alibabacloud-outboundbot20191226 2.0.0__py3-none-any.whl → 2.0.1__py3-none-any.whl

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 (501) hide show
  1. alibabacloud_outboundbot20191226/__init__.py +1 -1
  2. alibabacloud_outboundbot20191226/client.py +9190 -12657
  3. alibabacloud_outboundbot20191226/models/__init__.py +1417 -0
  4. alibabacloud_outboundbot20191226/models/_assign_jobs_async_request.py +69 -0
  5. alibabacloud_outboundbot20191226/models/_assign_jobs_async_response.py +54 -0
  6. alibabacloud_outboundbot20191226/models/_assign_jobs_async_response_body.py +73 -0
  7. alibabacloud_outboundbot20191226/models/_assign_jobs_async_shrink_request.py +67 -0
  8. alibabacloud_outboundbot20191226/models/_assign_jobs_request.py +93 -0
  9. alibabacloud_outboundbot20191226/models/_assign_jobs_response.py +54 -0
  10. alibabacloud_outboundbot20191226/models/_assign_jobs_response_body.py +83 -0
  11. alibabacloud_outboundbot20191226/models/_cancel_jobs_request.py +77 -0
  12. alibabacloud_outboundbot20191226/models/_cancel_jobs_response.py +54 -0
  13. alibabacloud_outboundbot20191226/models/_cancel_jobs_response_body.py +65 -0
  14. alibabacloud_outboundbot20191226/models/_change_resource_group_request.py +43 -0
  15. alibabacloud_outboundbot20191226/models/_change_resource_group_response.py +54 -0
  16. alibabacloud_outboundbot20191226/models/_change_resource_group_response_body.py +65 -0
  17. alibabacloud_outboundbot20191226/models/_create_agent_profile_request.py +141 -0
  18. alibabacloud_outboundbot20191226/models/_create_agent_profile_response.py +54 -0
  19. alibabacloud_outboundbot20191226/models/_create_agent_profile_response_body.py +234 -0
  20. alibabacloud_outboundbot20191226/models/_create_annotation_mission_request.py +171 -0
  21. alibabacloud_outboundbot20191226/models/_create_annotation_mission_response.py +54 -0
  22. alibabacloud_outboundbot20191226/models/_create_annotation_mission_response_body.py +111 -0
  23. alibabacloud_outboundbot20191226/models/_create_annotation_mission_shrink_request.py +171 -0
  24. alibabacloud_outboundbot20191226/models/_create_batch_jobs_request.py +102 -0
  25. alibabacloud_outboundbot20191226/models/_create_batch_jobs_response.py +54 -0
  26. alibabacloud_outboundbot20191226/models/_create_batch_jobs_response_body.py +345 -0
  27. alibabacloud_outboundbot20191226/models/_create_batch_repeat_job_request.py +142 -0
  28. alibabacloud_outboundbot20191226/models/_create_batch_repeat_job_response.py +54 -0
  29. alibabacloud_outboundbot20191226/models/_create_batch_repeat_job_response_body.py +127 -0
  30. alibabacloud_outboundbot20191226/models/_create_beebot_intent_lgf_request.py +92 -0
  31. alibabacloud_outboundbot20191226/models/_create_beebot_intent_lgf_response.py +54 -0
  32. alibabacloud_outboundbot20191226/models/_create_beebot_intent_lgf_response_body.py +81 -0
  33. alibabacloud_outboundbot20191226/models/_create_beebot_intent_lgf_shrink_request.py +52 -0
  34. alibabacloud_outboundbot20191226/models/_create_beebot_intent_request.py +91 -0
  35. alibabacloud_outboundbot20191226/models/_create_beebot_intent_response.py +54 -0
  36. alibabacloud_outboundbot20191226/models/_create_beebot_intent_response_body.py +81 -0
  37. alibabacloud_outboundbot20191226/models/_create_beebot_intent_shrink_request.py +52 -0
  38. alibabacloud_outboundbot20191226/models/_create_beebot_intent_user_say_request.py +92 -0
  39. alibabacloud_outboundbot20191226/models/_create_beebot_intent_user_say_response.py +54 -0
  40. alibabacloud_outboundbot20191226/models/_create_beebot_intent_user_say_response_body.py +81 -0
  41. alibabacloud_outboundbot20191226/models/_create_beebot_intent_user_say_shrink_request.py +52 -0
  42. alibabacloud_outboundbot20191226/models/_create_dialogue_flow_request.py +61 -0
  43. alibabacloud_outboundbot20191226/models/_create_dialogue_flow_response.py +54 -0
  44. alibabacloud_outboundbot20191226/models/_create_dialogue_flow_response_body.py +73 -0
  45. alibabacloud_outboundbot20191226/models/_create_download_url_request.py +43 -0
  46. alibabacloud_outboundbot20191226/models/_create_download_url_response.py +54 -0
  47. alibabacloud_outboundbot20191226/models/_create_download_url_response_body.py +73 -0
  48. alibabacloud_outboundbot20191226/models/_create_global_question_request.py +79 -0
  49. alibabacloud_outboundbot20191226/models/_create_global_question_response.py +54 -0
  50. alibabacloud_outboundbot20191226/models/_create_global_question_response_body.py +73 -0
  51. alibabacloud_outboundbot20191226/models/_create_instance_bind_number_request.py +41 -0
  52. alibabacloud_outboundbot20191226/models/_create_instance_bind_number_response.py +54 -0
  53. alibabacloud_outboundbot20191226/models/_create_instance_bind_number_response_body.py +148 -0
  54. alibabacloud_outboundbot20191226/models/_create_instance_request.py +77 -0
  55. alibabacloud_outboundbot20191226/models/_create_instance_response.py +54 -0
  56. alibabacloud_outboundbot20191226/models/_create_instance_response_body.py +167 -0
  57. alibabacloud_outboundbot20191226/models/_create_intent_request.py +77 -0
  58. alibabacloud_outboundbot20191226/models/_create_intent_response.py +54 -0
  59. alibabacloud_outboundbot20191226/models/_create_intent_response_body.py +73 -0
  60. alibabacloud_outboundbot20191226/models/_create_job_data_parsing_task_request.py +43 -0
  61. alibabacloud_outboundbot20191226/models/_create_job_data_parsing_task_response.py +54 -0
  62. alibabacloud_outboundbot20191226/models/_create_job_data_parsing_task_response_body.py +73 -0
  63. alibabacloud_outboundbot20191226/models/_create_job_group_export_task_request.py +52 -0
  64. alibabacloud_outboundbot20191226/models/_create_job_group_export_task_response.py +54 -0
  65. alibabacloud_outboundbot20191226/models/_create_job_group_export_task_response_body.py +73 -0
  66. alibabacloud_outboundbot20191226/models/_create_job_group_request.py +133 -0
  67. alibabacloud_outboundbot20191226/models/_create_job_group_response.py +54 -0
  68. alibabacloud_outboundbot20191226/models/_create_job_group_response_body.py +525 -0
  69. alibabacloud_outboundbot20191226/models/_create_script_request.py +191 -0
  70. alibabacloud_outboundbot20191226/models/_create_script_response.py +54 -0
  71. alibabacloud_outboundbot20191226/models/_create_script_response_body.py +191 -0
  72. alibabacloud_outboundbot20191226/models/_create_script_waveform_request.py +70 -0
  73. alibabacloud_outboundbot20191226/models/_create_script_waveform_response.py +54 -0
  74. alibabacloud_outboundbot20191226/models/_create_script_waveform_response_body.py +73 -0
  75. alibabacloud_outboundbot20191226/models/_create_tag_request.py +61 -0
  76. alibabacloud_outboundbot20191226/models/_create_tag_response.py +54 -0
  77. alibabacloud_outboundbot20191226/models/_create_tag_response_body.py +73 -0
  78. alibabacloud_outboundbot20191226/models/_create_task_export_task_request.py +242 -0
  79. alibabacloud_outboundbot20191226/models/_create_task_export_task_response.py +54 -0
  80. alibabacloud_outboundbot20191226/models/_create_task_export_task_response_body.py +73 -0
  81. alibabacloud_outboundbot20191226/models/_delete_agent_profiles_request.py +43 -0
  82. alibabacloud_outboundbot20191226/models/_delete_agent_profiles_response.py +54 -0
  83. alibabacloud_outboundbot20191226/models/_delete_agent_profiles_response_body.py +73 -0
  84. alibabacloud_outboundbot20191226/models/_delete_agent_profiles_shrink_request.py +41 -0
  85. alibabacloud_outboundbot20191226/models/_delete_all_number_district_info_response.py +54 -0
  86. alibabacloud_outboundbot20191226/models/_delete_all_number_district_info_response_body.py +65 -0
  87. alibabacloud_outboundbot20191226/models/_delete_beebot_intent_lgf_request.py +61 -0
  88. alibabacloud_outboundbot20191226/models/_delete_beebot_intent_lgf_response.py +54 -0
  89. alibabacloud_outboundbot20191226/models/_delete_beebot_intent_lgf_response_body.py +81 -0
  90. alibabacloud_outboundbot20191226/models/_delete_beebot_intent_request.py +52 -0
  91. alibabacloud_outboundbot20191226/models/_delete_beebot_intent_response.py +54 -0
  92. alibabacloud_outboundbot20191226/models/_delete_beebot_intent_response_body.py +81 -0
  93. alibabacloud_outboundbot20191226/models/_delete_beebot_intent_user_say_request.py +61 -0
  94. alibabacloud_outboundbot20191226/models/_delete_beebot_intent_user_say_response.py +54 -0
  95. alibabacloud_outboundbot20191226/models/_delete_beebot_intent_user_say_response_body.py +81 -0
  96. alibabacloud_outboundbot20191226/models/_delete_contact_block_list_request.py +51 -0
  97. alibabacloud_outboundbot20191226/models/_delete_contact_block_list_response.py +54 -0
  98. alibabacloud_outboundbot20191226/models/_delete_contact_block_list_response_body.py +73 -0
  99. alibabacloud_outboundbot20191226/models/_delete_contact_white_list_request.py +51 -0
  100. alibabacloud_outboundbot20191226/models/_delete_contact_white_list_response.py +54 -0
  101. alibabacloud_outboundbot20191226/models/_delete_contact_white_list_response_body.py +73 -0
  102. alibabacloud_outboundbot20191226/models/_delete_dialogue_flow_request.py +52 -0
  103. alibabacloud_outboundbot20191226/models/_delete_dialogue_flow_response.py +54 -0
  104. alibabacloud_outboundbot20191226/models/_delete_dialogue_flow_response_body.py +65 -0
  105. alibabacloud_outboundbot20191226/models/_delete_global_question_request.py +52 -0
  106. alibabacloud_outboundbot20191226/models/_delete_global_question_response.py +54 -0
  107. alibabacloud_outboundbot20191226/models/_delete_global_question_response_body.py +65 -0
  108. alibabacloud_outboundbot20191226/models/_delete_instance_request.py +34 -0
  109. alibabacloud_outboundbot20191226/models/_delete_instance_response.py +54 -0
  110. alibabacloud_outboundbot20191226/models/_delete_instance_response_body.py +65 -0
  111. alibabacloud_outboundbot20191226/models/_delete_intent_request.py +52 -0
  112. alibabacloud_outboundbot20191226/models/_delete_intent_response.py +54 -0
  113. alibabacloud_outboundbot20191226/models/_delete_intent_response_body.py +65 -0
  114. alibabacloud_outboundbot20191226/models/_delete_job_group_request.py +43 -0
  115. alibabacloud_outboundbot20191226/models/_delete_job_group_response.py +54 -0
  116. alibabacloud_outboundbot20191226/models/_delete_job_group_response_body.py +65 -0
  117. alibabacloud_outboundbot20191226/models/_delete_outbound_call_number_request.py +43 -0
  118. alibabacloud_outboundbot20191226/models/_delete_outbound_call_number_response.py +54 -0
  119. alibabacloud_outboundbot20191226/models/_delete_outbound_call_number_response_body.py +65 -0
  120. alibabacloud_outboundbot20191226/models/_delete_script_recording_request.py +51 -0
  121. alibabacloud_outboundbot20191226/models/_delete_script_recording_response.py +54 -0
  122. alibabacloud_outboundbot20191226/models/_delete_script_recording_response_body.py +65 -0
  123. alibabacloud_outboundbot20191226/models/_delete_script_request.py +43 -0
  124. alibabacloud_outboundbot20191226/models/_delete_script_response.py +54 -0
  125. alibabacloud_outboundbot20191226/models/_delete_script_response_body.py +65 -0
  126. alibabacloud_outboundbot20191226/models/_delete_script_waveform_request.py +52 -0
  127. alibabacloud_outboundbot20191226/models/_delete_script_waveform_response.py +54 -0
  128. alibabacloud_outboundbot20191226/models/_delete_script_waveform_response_body.py +65 -0
  129. alibabacloud_outboundbot20191226/models/_describe_beebot_intent_request.py +52 -0
  130. alibabacloud_outboundbot20191226/models/_describe_beebot_intent_response.py +54 -0
  131. alibabacloud_outboundbot20191226/models/_describe_beebot_intent_response_body.py +183 -0
  132. alibabacloud_outboundbot20191226/models/_describe_dialogue_node_statistics_request.py +52 -0
  133. alibabacloud_outboundbot20191226/models/_describe_dialogue_node_statistics_response.py +54 -0
  134. alibabacloud_outboundbot20191226/models/_describe_dialogue_node_statistics_response_body.py +260 -0
  135. alibabacloud_outboundbot20191226/models/_describe_ds_reports_request.py +43 -0
  136. alibabacloud_outboundbot20191226/models/_describe_ds_reports_response.py +54 -0
  137. alibabacloud_outboundbot20191226/models/_describe_ds_reports_response_body.py +73 -0
  138. alibabacloud_outboundbot20191226/models/_describe_global_question_request.py +52 -0
  139. alibabacloud_outboundbot20191226/models/_describe_global_question_response.py +54 -0
  140. alibabacloud_outboundbot20191226/models/_describe_global_question_response_body.py +143 -0
  141. alibabacloud_outboundbot20191226/models/_describe_group_executing_info_request.py +43 -0
  142. alibabacloud_outboundbot20191226/models/_describe_group_executing_info_response.py +54 -0
  143. alibabacloud_outboundbot20191226/models/_describe_group_executing_info_response_body.py +308 -0
  144. alibabacloud_outboundbot20191226/models/_describe_instance_request.py +34 -0
  145. alibabacloud_outboundbot20191226/models/_describe_instance_response.py +54 -0
  146. alibabacloud_outboundbot20191226/models/_describe_instance_response_body.py +167 -0
  147. alibabacloud_outboundbot20191226/models/_describe_intent_request.py +52 -0
  148. alibabacloud_outboundbot20191226/models/_describe_intent_response.py +54 -0
  149. alibabacloud_outboundbot20191226/models/_describe_intent_response_body.py +159 -0
  150. alibabacloud_outboundbot20191226/models/_describe_intent_statistics_request.py +51 -0
  151. alibabacloud_outboundbot20191226/models/_describe_intent_statistics_response.py +54 -0
  152. alibabacloud_outboundbot20191226/models/_describe_intent_statistics_response_body.py +367 -0
  153. alibabacloud_outboundbot20191226/models/_describe_job_data_parsing_task_progress_request.py +43 -0
  154. alibabacloud_outboundbot20191226/models/_describe_job_data_parsing_task_progress_response.py +54 -0
  155. alibabacloud_outboundbot20191226/models/_describe_job_data_parsing_task_progress_response_body.py +143 -0
  156. alibabacloud_outboundbot20191226/models/_describe_job_group_export_task_progress_request.py +41 -0
  157. alibabacloud_outboundbot20191226/models/_describe_job_group_export_task_progress_response.py +54 -0
  158. alibabacloud_outboundbot20191226/models/_describe_job_group_export_task_progress_response_body.py +81 -0
  159. alibabacloud_outboundbot20191226/models/_describe_job_group_request.py +53 -0
  160. alibabacloud_outboundbot20191226/models/_describe_job_group_response.py +54 -0
  161. alibabacloud_outboundbot20191226/models/_describe_job_group_response_body.py +886 -0
  162. alibabacloud_outboundbot20191226/models/_describe_job_request.py +51 -0
  163. alibabacloud_outboundbot20191226/models/_describe_job_response.py +54 -0
  164. alibabacloud_outboundbot20191226/models/_describe_job_response_body.py +1002 -0
  165. alibabacloud_outboundbot20191226/models/_describe_script_request.py +43 -0
  166. alibabacloud_outboundbot20191226/models/_describe_script_response.py +54 -0
  167. alibabacloud_outboundbot20191226/models/_describe_script_response_body.py +348 -0
  168. alibabacloud_outboundbot20191226/models/_describe_script_voice_config_request.py +52 -0
  169. alibabacloud_outboundbot20191226/models/_describe_script_voice_config_response.py +54 -0
  170. alibabacloud_outboundbot20191226/models/_describe_script_voice_config_response_body.py +151 -0
  171. alibabacloud_outboundbot20191226/models/_describe_tag_hits_summary_request.py +43 -0
  172. alibabacloud_outboundbot20191226/models/_describe_tag_hits_summary_response.py +54 -0
  173. alibabacloud_outboundbot20191226/models/_describe_tag_hits_summary_response_body.py +196 -0
  174. alibabacloud_outboundbot20191226/models/_describe_tenant_bind_number_request.py +33 -0
  175. alibabacloud_outboundbot20191226/models/_describe_tenant_bind_number_response.py +54 -0
  176. alibabacloud_outboundbot20191226/models/_describe_tenant_bind_number_response_body.py +156 -0
  177. alibabacloud_outboundbot20191226/models/_describe_ttsconfig_request.py +43 -0
  178. alibabacloud_outboundbot20191226/models/_describe_ttsconfig_response.py +54 -0
  179. alibabacloud_outboundbot20191226/models/_describe_ttsconfig_response_body.py +143 -0
  180. alibabacloud_outboundbot20191226/models/_describe_ttsdemo_request.py +131 -0
  181. alibabacloud_outboundbot20191226/models/_describe_ttsdemo_response.py +54 -0
  182. alibabacloud_outboundbot20191226/models/_describe_ttsdemo_response_body.py +73 -0
  183. alibabacloud_outboundbot20191226/models/_dialogue_request.py +120 -0
  184. alibabacloud_outboundbot20191226/models/_dialogue_response.py +54 -0
  185. alibabacloud_outboundbot20191226/models/_dialogue_response_body.py +136 -0
  186. alibabacloud_outboundbot20191226/models/_download_recording_request.py +51 -0
  187. alibabacloud_outboundbot20191226/models/_download_recording_response.py +54 -0
  188. alibabacloud_outboundbot20191226/models/_download_recording_response_body.py +119 -0
  189. alibabacloud_outboundbot20191226/models/_download_script_recording_request.py +52 -0
  190. alibabacloud_outboundbot20191226/models/_download_script_recording_response.py +54 -0
  191. alibabacloud_outboundbot20191226/models/_download_script_recording_response_body.py +111 -0
  192. alibabacloud_outboundbot20191226/models/_duplicate_script_request.py +52 -0
  193. alibabacloud_outboundbot20191226/models/_duplicate_script_response.py +54 -0
  194. alibabacloud_outboundbot20191226/models/_duplicate_script_response_body.py +73 -0
  195. alibabacloud_outboundbot20191226/models/_export_script_request.py +43 -0
  196. alibabacloud_outboundbot20191226/models/_export_script_response.py +54 -0
  197. alibabacloud_outboundbot20191226/models/_export_script_response_body.py +103 -0
  198. alibabacloud_outboundbot20191226/models/_generate_upload_url_request.py +41 -0
  199. alibabacloud_outboundbot20191226/models/_generate_upload_url_response.py +54 -0
  200. alibabacloud_outboundbot20191226/models/_generate_upload_url_response_body.py +159 -0
  201. alibabacloud_outboundbot20191226/models/_get_after_answer_delay_playback_request.py +42 -0
  202. alibabacloud_outboundbot20191226/models/_get_after_answer_delay_playback_response.py +54 -0
  203. alibabacloud_outboundbot20191226/models/_get_after_answer_delay_playback_response_body.py +73 -0
  204. alibabacloud_outboundbot20191226/models/_get_agent_profile_request.py +51 -0
  205. alibabacloud_outboundbot20191226/models/_get_agent_profile_response.py +54 -0
  206. alibabacloud_outboundbot20191226/models/_get_agent_profile_response_body.py +248 -0
  207. alibabacloud_outboundbot20191226/models/_get_agent_profile_template_request.py +42 -0
  208. alibabacloud_outboundbot20191226/models/_get_agent_profile_template_response.py +54 -0
  209. alibabacloud_outboundbot20191226/models/_get_agent_profile_template_response_body.py +143 -0
  210. alibabacloud_outboundbot20191226/models/_get_annotation_mission_summary_request.py +33 -0
  211. alibabacloud_outboundbot20191226/models/_get_annotation_mission_summary_response.py +54 -0
  212. alibabacloud_outboundbot20191226/models/_get_annotation_mission_summary_response_body.py +397 -0
  213. alibabacloud_outboundbot20191226/models/_get_annotation_mission_tag_info_list_request.py +49 -0
  214. alibabacloud_outboundbot20191226/models/_get_annotation_mission_tag_info_list_response.py +54 -0
  215. alibabacloud_outboundbot20191226/models/_get_annotation_mission_tag_info_list_response_body.py +196 -0
  216. alibabacloud_outboundbot20191226/models/_get_asr_server_info_request.py +41 -0
  217. alibabacloud_outboundbot20191226/models/_get_asr_server_info_response.py +54 -0
  218. alibabacloud_outboundbot20191226/models/_get_asr_server_info_response_body.py +65 -0
  219. alibabacloud_outboundbot20191226/models/_get_assign_jobs_async_result_request.py +34 -0
  220. alibabacloud_outboundbot20191226/models/_get_assign_jobs_async_result_response.py +54 -0
  221. alibabacloud_outboundbot20191226/models/_get_assign_jobs_async_result_response_body.py +99 -0
  222. alibabacloud_outboundbot20191226/models/_get_base_strategy_period_request.py +42 -0
  223. alibabacloud_outboundbot20191226/models/_get_base_strategy_period_response.py +54 -0
  224. alibabacloud_outboundbot20191226/models/_get_base_strategy_period_response_body.py +151 -0
  225. alibabacloud_outboundbot20191226/models/_get_concurrent_conversation_quota_response.py +54 -0
  226. alibabacloud_outboundbot20191226/models/_get_concurrent_conversation_quota_response_body.py +82 -0
  227. alibabacloud_outboundbot20191226/models/_get_contact_block_list_request.py +58 -0
  228. alibabacloud_outboundbot20191226/models/_get_contact_block_list_response.py +54 -0
  229. alibabacloud_outboundbot20191226/models/_get_contact_block_list_response_body.py +220 -0
  230. alibabacloud_outboundbot20191226/models/_get_contact_white_list_request.py +58 -0
  231. alibabacloud_outboundbot20191226/models/_get_contact_white_list_response.py +54 -0
  232. alibabacloud_outboundbot20191226/models/_get_contact_white_list_response_body.py +220 -0
  233. alibabacloud_outboundbot20191226/models/_get_current_concurrency_request.py +34 -0
  234. alibabacloud_outboundbot20191226/models/_get_current_concurrency_response.py +54 -0
  235. alibabacloud_outboundbot20191226/models/_get_current_concurrency_response_body.py +89 -0
  236. alibabacloud_outboundbot20191226/models/_get_empty_number_no_more_calls_info_request.py +42 -0
  237. alibabacloud_outboundbot20191226/models/_get_empty_number_no_more_calls_info_response.py +54 -0
  238. alibabacloud_outboundbot20191226/models/_get_empty_number_no_more_calls_info_response_body.py +73 -0
  239. alibabacloud_outboundbot20191226/models/_get_job_data_upload_params_request.py +67 -0
  240. alibabacloud_outboundbot20191226/models/_get_job_data_upload_params_response.py +54 -0
  241. alibabacloud_outboundbot20191226/models/_get_job_data_upload_params_response_body.py +143 -0
  242. alibabacloud_outboundbot20191226/models/_get_max_attempts_per_day_request.py +42 -0
  243. alibabacloud_outboundbot20191226/models/_get_max_attempts_per_day_response.py +54 -0
  244. alibabacloud_outboundbot20191226/models/_get_max_attempts_per_day_response_body.py +73 -0
  245. alibabacloud_outboundbot20191226/models/_get_number_district_info_template_download_url_response.py +54 -0
  246. alibabacloud_outboundbot20191226/models/_get_number_district_info_template_download_url_response_body.py +73 -0
  247. alibabacloud_outboundbot20191226/models/_get_realtime_concurrency_report_request.py +57 -0
  248. alibabacloud_outboundbot20191226/models/_get_realtime_concurrency_report_response.py +54 -0
  249. alibabacloud_outboundbot20191226/models/_get_realtime_concurrency_report_response_body.py +228 -0
  250. alibabacloud_outboundbot20191226/models/_get_summary_info_request.py +35 -0
  251. alibabacloud_outboundbot20191226/models/_get_summary_info_response.py +54 -0
  252. alibabacloud_outboundbot20191226/models/_get_summary_info_response_body.py +135 -0
  253. alibabacloud_outboundbot20191226/models/_get_task_by_uuid_request.py +51 -0
  254. alibabacloud_outboundbot20191226/models/_get_task_by_uuid_response.py +54 -0
  255. alibabacloud_outboundbot20191226/models/_get_task_by_uuid_response_body.py +260 -0
  256. alibabacloud_outboundbot20191226/models/_get_version_response.py +54 -0
  257. alibabacloud_outboundbot20191226/models/_get_version_response_body.py +73 -0
  258. alibabacloud_outboundbot20191226/models/_import_script_request.py +51 -0
  259. alibabacloud_outboundbot20191226/models/_import_script_response.py +54 -0
  260. alibabacloud_outboundbot20191226/models/_import_script_response_body.py +73 -0
  261. alibabacloud_outboundbot20191226/models/_inflight_task_timeout_request.py +51 -0
  262. alibabacloud_outboundbot20191226/models/_inflight_task_timeout_response.py +54 -0
  263. alibabacloud_outboundbot20191226/models/_inflight_task_timeout_response_body.py +65 -0
  264. alibabacloud_outboundbot20191226/models/_list_agent_profiles_request.py +50 -0
  265. alibabacloud_outboundbot20191226/models/_list_agent_profiles_response.py +54 -0
  266. alibabacloud_outboundbot20191226/models/_list_agent_profiles_response_body.py +240 -0
  267. alibabacloud_outboundbot20191226/models/_list_all_tenant_bind_number_binding_response.py +54 -0
  268. alibabacloud_outboundbot20191226/models/_list_all_tenant_bind_number_binding_response_body.py +180 -0
  269. alibabacloud_outboundbot20191226/models/_list_annotation_mission_request.py +99 -0
  270. alibabacloud_outboundbot20191226/models/_list_annotation_mission_response.py +54 -0
  271. alibabacloud_outboundbot20191226/models/_list_annotation_mission_response_body.py +324 -0
  272. alibabacloud_outboundbot20191226/models/_list_annotation_mission_session_request.py +73 -0
  273. alibabacloud_outboundbot20191226/models/_list_annotation_mission_session_response.py +54 -0
  274. alibabacloud_outboundbot20191226/models/_list_annotation_mission_session_response_body.py +1002 -0
  275. alibabacloud_outboundbot20191226/models/_list_api_plugins_request.py +60 -0
  276. alibabacloud_outboundbot20191226/models/_list_api_plugins_response.py +54 -0
  277. alibabacloud_outboundbot20191226/models/_list_api_plugins_response_body.py +207 -0
  278. alibabacloud_outboundbot20191226/models/_list_beebot_intent_lgf_request.py +78 -0
  279. alibabacloud_outboundbot20191226/models/_list_beebot_intent_lgf_response.py +54 -0
  280. alibabacloud_outboundbot20191226/models/_list_beebot_intent_lgf_response_body.py +175 -0
  281. alibabacloud_outboundbot20191226/models/_list_beebot_intent_request.py +69 -0
  282. alibabacloud_outboundbot20191226/models/_list_beebot_intent_response.py +54 -0
  283. alibabacloud_outboundbot20191226/models/_list_beebot_intent_response_body.py +207 -0
  284. alibabacloud_outboundbot20191226/models/_list_beebot_intent_user_say_request.py +78 -0
  285. alibabacloud_outboundbot20191226/models/_list_beebot_intent_user_say_response.py +54 -0
  286. alibabacloud_outboundbot20191226/models/_list_beebot_intent_user_say_response_body.py +175 -0
  287. alibabacloud_outboundbot20191226/models/_list_chatbot_instances_request.py +51 -0
  288. alibabacloud_outboundbot20191226/models/_list_chatbot_instances_response.py +54 -0
  289. alibabacloud_outboundbot20191226/models/_list_chatbot_instances_response_body.py +183 -0
  290. alibabacloud_outboundbot20191226/models/_list_dialogue_flows_request.py +43 -0
  291. alibabacloud_outboundbot20191226/models/_list_dialogue_flows_response.py +54 -0
  292. alibabacloud_outboundbot20191226/models/_list_dialogue_flows_response_body.py +151 -0
  293. alibabacloud_outboundbot20191226/models/_list_download_tasks_request.py +51 -0
  294. alibabacloud_outboundbot20191226/models/_list_download_tasks_response.py +54 -0
  295. alibabacloud_outboundbot20191226/models/_list_download_tasks_response_body.py +255 -0
  296. alibabacloud_outboundbot20191226/models/_list_flash_sms_templates_request.py +52 -0
  297. alibabacloud_outboundbot20191226/models/_list_flash_sms_templates_response.py +54 -0
  298. alibabacloud_outboundbot20191226/models/_list_flash_sms_templates_response_body.py +127 -0
  299. alibabacloud_outboundbot20191226/models/_list_global_questions_request.py +61 -0
  300. alibabacloud_outboundbot20191226/models/_list_global_questions_response.py +54 -0
  301. alibabacloud_outboundbot20191226/models/_list_global_questions_response_body.py +204 -0
  302. alibabacloud_outboundbot20191226/models/_list_instances_request.py +111 -0
  303. alibabacloud_outboundbot20191226/models/_list_instances_response.py +54 -0
  304. alibabacloud_outboundbot20191226/models/_list_instances_response_body.py +258 -0
  305. alibabacloud_outboundbot20191226/models/_list_intentions_request.py +97 -0
  306. alibabacloud_outboundbot20191226/models/_list_intentions_response.py +54 -0
  307. alibabacloud_outboundbot20191226/models/_list_intentions_response_body.py +756 -0
  308. alibabacloud_outboundbot20191226/models/_list_intents_request.py +69 -0
  309. alibabacloud_outboundbot20191226/models/_list_intents_response.py +54 -0
  310. alibabacloud_outboundbot20191226/models/_list_intents_response_body.py +220 -0
  311. alibabacloud_outboundbot20191226/models/_list_job_groups_async_request.py +34 -0
  312. alibabacloud_outboundbot20191226/models/_list_job_groups_async_response.py +54 -0
  313. alibabacloud_outboundbot20191226/models/_list_job_groups_async_response_body.py +456 -0
  314. alibabacloud_outboundbot20191226/models/_list_job_groups_request.py +100 -0
  315. alibabacloud_outboundbot20191226/models/_list_job_groups_response.py +54 -0
  316. alibabacloud_outboundbot20191226/models/_list_job_groups_response_body.py +477 -0
  317. alibabacloud_outboundbot20191226/models/_list_jobs_by_group_request.py +77 -0
  318. alibabacloud_outboundbot20191226/models/_list_jobs_by_group_response.py +54 -0
  319. alibabacloud_outboundbot20191226/models/_list_jobs_by_group_response_body.py +487 -0
  320. alibabacloud_outboundbot20191226/models/_list_jobs_request.py +45 -0
  321. alibabacloud_outboundbot20191226/models/_list_jobs_response.py +54 -0
  322. alibabacloud_outboundbot20191226/models/_list_jobs_response_body.py +738 -0
  323. alibabacloud_outboundbot20191226/models/_list_outbound_call_numbers_request.py +52 -0
  324. alibabacloud_outboundbot20191226/models/_list_outbound_call_numbers_response.py +54 -0
  325. alibabacloud_outboundbot20191226/models/_list_outbound_call_numbers_response_body.py +188 -0
  326. alibabacloud_outboundbot20191226/models/_list_resource_tags_request.py +52 -0
  327. alibabacloud_outboundbot20191226/models/_list_resource_tags_response.py +54 -0
  328. alibabacloud_outboundbot20191226/models/_list_resource_tags_response_body.py +172 -0
  329. alibabacloud_outboundbot20191226/models/_list_script_publish_histories_request.py +61 -0
  330. alibabacloud_outboundbot20191226/models/_list_script_publish_histories_response.py +54 -0
  331. alibabacloud_outboundbot20191226/models/_list_script_publish_histories_response_body.py +196 -0
  332. alibabacloud_outboundbot20191226/models/_list_script_recording_request.py +93 -0
  333. alibabacloud_outboundbot20191226/models/_list_script_recording_response.py +54 -0
  334. alibabacloud_outboundbot20191226/models/_list_script_recording_response_body.py +239 -0
  335. alibabacloud_outboundbot20191226/models/_list_script_voice_configs_request.py +61 -0
  336. alibabacloud_outboundbot20191226/models/_list_script_voice_configs_response.py +54 -0
  337. alibabacloud_outboundbot20191226/models/_list_script_voice_configs_response_body.py +212 -0
  338. alibabacloud_outboundbot20191226/models/_list_scripts_request.py +68 -0
  339. alibabacloud_outboundbot20191226/models/_list_scripts_response.py +54 -0
  340. alibabacloud_outboundbot20191226/models/_list_scripts_response_body.py +385 -0
  341. alibabacloud_outboundbot20191226/models/_list_tag_resources_request.py +113 -0
  342. alibabacloud_outboundbot20191226/models/_list_tag_resources_response.py +54 -0
  343. alibabacloud_outboundbot20191226/models/_list_tag_resources_response_body.py +143 -0
  344. alibabacloud_outboundbot20191226/models/_list_tags_request.py +43 -0
  345. alibabacloud_outboundbot20191226/models/_list_tags_response.py +54 -0
  346. alibabacloud_outboundbot20191226/models/_list_tags_response_body.py +211 -0
  347. alibabacloud_outboundbot20191226/models/_modify_agent_profile_request.py +133 -0
  348. alibabacloud_outboundbot20191226/models/_modify_agent_profile_response.py +54 -0
  349. alibabacloud_outboundbot20191226/models/_modify_agent_profile_response_body.py +249 -0
  350. alibabacloud_outboundbot20191226/models/_modify_agent_profile_shrink_request.py +131 -0
  351. alibabacloud_outboundbot20191226/models/_modify_annotation_mission_request.py +57 -0
  352. alibabacloud_outboundbot20191226/models/_modify_annotation_mission_response.py +54 -0
  353. alibabacloud_outboundbot20191226/models/_modify_annotation_mission_response_body.py +111 -0
  354. alibabacloud_outboundbot20191226/models/_modify_batch_jobs_request.py +111 -0
  355. alibabacloud_outboundbot20191226/models/_modify_batch_jobs_response.py +54 -0
  356. alibabacloud_outboundbot20191226/models/_modify_batch_jobs_response_body.py +345 -0
  357. alibabacloud_outboundbot20191226/models/_modify_beebot_intent_lgf_request.py +101 -0
  358. alibabacloud_outboundbot20191226/models/_modify_beebot_intent_lgf_response.py +54 -0
  359. alibabacloud_outboundbot20191226/models/_modify_beebot_intent_lgf_response_body.py +81 -0
  360. alibabacloud_outboundbot20191226/models/_modify_beebot_intent_lgf_shrink_request.py +61 -0
  361. alibabacloud_outboundbot20191226/models/_modify_beebot_intent_request.py +100 -0
  362. alibabacloud_outboundbot20191226/models/_modify_beebot_intent_response.py +54 -0
  363. alibabacloud_outboundbot20191226/models/_modify_beebot_intent_response_body.py +81 -0
  364. alibabacloud_outboundbot20191226/models/_modify_beebot_intent_shrink_request.py +61 -0
  365. alibabacloud_outboundbot20191226/models/_modify_beebot_intent_user_say_request.py +101 -0
  366. alibabacloud_outboundbot20191226/models/_modify_beebot_intent_user_say_response.py +54 -0
  367. alibabacloud_outboundbot20191226/models/_modify_beebot_intent_user_say_response_body.py +81 -0
  368. alibabacloud_outboundbot20191226/models/_modify_beebot_intent_user_say_shrink_request.py +61 -0
  369. alibabacloud_outboundbot20191226/models/_modify_dialogue_flow_request.py +69 -0
  370. alibabacloud_outboundbot20191226/models/_modify_dialogue_flow_response.py +54 -0
  371. alibabacloud_outboundbot20191226/models/_modify_dialogue_flow_response_body.py +81 -0
  372. alibabacloud_outboundbot20191226/models/_modify_empty_number_no_more_calls_info_request.py +50 -0
  373. alibabacloud_outboundbot20191226/models/_modify_empty_number_no_more_calls_info_response.py +54 -0
  374. alibabacloud_outboundbot20191226/models/_modify_empty_number_no_more_calls_info_response_body.py +65 -0
  375. alibabacloud_outboundbot20191226/models/_modify_global_question_request.py +88 -0
  376. alibabacloud_outboundbot20191226/models/_modify_global_question_response.py +54 -0
  377. alibabacloud_outboundbot20191226/models/_modify_global_question_response_body.py +73 -0
  378. alibabacloud_outboundbot20191226/models/_modify_instance_request.py +69 -0
  379. alibabacloud_outboundbot20191226/models/_modify_instance_response.py +54 -0
  380. alibabacloud_outboundbot20191226/models/_modify_instance_response_body.py +159 -0
  381. alibabacloud_outboundbot20191226/models/_modify_intent_request.py +86 -0
  382. alibabacloud_outboundbot20191226/models/_modify_intent_response.py +54 -0
  383. alibabacloud_outboundbot20191226/models/_modify_intent_response_body.py +73 -0
  384. alibabacloud_outboundbot20191226/models/_modify_job_group_request.py +150 -0
  385. alibabacloud_outboundbot20191226/models/_modify_job_group_response.py +54 -0
  386. alibabacloud_outboundbot20191226/models/_modify_job_group_response_body.py +525 -0
  387. alibabacloud_outboundbot20191226/models/_modify_outbound_call_number_request.py +70 -0
  388. alibabacloud_outboundbot20191226/models/_modify_outbound_call_number_response.py +54 -0
  389. alibabacloud_outboundbot20191226/models/_modify_outbound_call_number_response_body.py +127 -0
  390. alibabacloud_outboundbot20191226/models/_modify_script_request.py +224 -0
  391. alibabacloud_outboundbot20191226/models/_modify_script_response.py +54 -0
  392. alibabacloud_outboundbot20191226/models/_modify_script_response_body.py +175 -0
  393. alibabacloud_outboundbot20191226/models/_modify_script_voice_config_request.py +69 -0
  394. alibabacloud_outboundbot20191226/models/_modify_script_voice_config_response.py +54 -0
  395. alibabacloud_outboundbot20191226/models/_modify_script_voice_config_response_body.py +151 -0
  396. alibabacloud_outboundbot20191226/models/_modify_tag_groups_request.py +61 -0
  397. alibabacloud_outboundbot20191226/models/_modify_tag_groups_response.py +54 -0
  398. alibabacloud_outboundbot20191226/models/_modify_tag_groups_response_body.py +211 -0
  399. alibabacloud_outboundbot20191226/models/_modify_ttsconfig_request.py +96 -0
  400. alibabacloud_outboundbot20191226/models/_modify_ttsconfig_response.py +54 -0
  401. alibabacloud_outboundbot20191226/models/_modify_ttsconfig_response_body.py +157 -0
  402. alibabacloud_outboundbot20191226/models/_publish_script_for_debug_request.py +43 -0
  403. alibabacloud_outboundbot20191226/models/_publish_script_for_debug_response.py +54 -0
  404. alibabacloud_outboundbot20191226/models/_publish_script_for_debug_response_body.py +65 -0
  405. alibabacloud_outboundbot20191226/models/_publish_script_request.py +52 -0
  406. alibabacloud_outboundbot20191226/models/_publish_script_response.py +54 -0
  407. alibabacloud_outboundbot20191226/models/_publish_script_response_body.py +65 -0
  408. alibabacloud_outboundbot20191226/models/_query_jobs_request.py +108 -0
  409. alibabacloud_outboundbot20191226/models/_query_jobs_response.py +54 -0
  410. alibabacloud_outboundbot20191226/models/_query_jobs_response_body.py +756 -0
  411. alibabacloud_outboundbot20191226/models/_query_jobs_with_result_request.py +141 -0
  412. alibabacloud_outboundbot20191226/models/_query_jobs_with_result_response.py +54 -0
  413. alibabacloud_outboundbot20191226/models/_query_jobs_with_result_response_body.py +633 -0
  414. alibabacloud_outboundbot20191226/models/_query_script_waveforms_request.py +52 -0
  415. alibabacloud_outboundbot20191226/models/_query_script_waveforms_response.py +54 -0
  416. alibabacloud_outboundbot20191226/models/_query_script_waveforms_response_body.py +143 -0
  417. alibabacloud_outboundbot20191226/models/_query_scripts_by_status_request.py +63 -0
  418. alibabacloud_outboundbot20191226/models/_query_scripts_by_status_response.py +54 -0
  419. alibabacloud_outboundbot20191226/models/_query_scripts_by_status_response_body.py +252 -0
  420. alibabacloud_outboundbot20191226/models/_record_failure_request.py +96 -0
  421. alibabacloud_outboundbot20191226/models/_record_failure_response.py +54 -0
  422. alibabacloud_outboundbot20191226/models/_record_failure_response_body.py +65 -0
  423. alibabacloud_outboundbot20191226/models/_resume_jobs_request.py +77 -0
  424. alibabacloud_outboundbot20191226/models/_resume_jobs_response.py +54 -0
  425. alibabacloud_outboundbot20191226/models/_resume_jobs_response_body.py +65 -0
  426. alibabacloud_outboundbot20191226/models/_rollback_script_request.py +52 -0
  427. alibabacloud_outboundbot20191226/models/_rollback_script_response.py +54 -0
  428. alibabacloud_outboundbot20191226/models/_rollback_script_response_body.py +65 -0
  429. alibabacloud_outboundbot20191226/models/_save_after_answer_delay_playback_request.py +50 -0
  430. alibabacloud_outboundbot20191226/models/_save_after_answer_delay_playback_response.py +54 -0
  431. alibabacloud_outboundbot20191226/models/_save_after_answer_delay_playback_response_body.py +65 -0
  432. alibabacloud_outboundbot20191226/models/_save_annotation_mission_session_list_request.py +930 -0
  433. alibabacloud_outboundbot20191226/models/_save_annotation_mission_session_list_response.py +54 -0
  434. alibabacloud_outboundbot20191226/models/_save_annotation_mission_session_list_response_body.py +158 -0
  435. alibabacloud_outboundbot20191226/models/_save_annotation_mission_tag_info_list_request.py +136 -0
  436. alibabacloud_outboundbot20191226/models/_save_annotation_mission_tag_info_list_response.py +54 -0
  437. alibabacloud_outboundbot20191226/models/_save_annotation_mission_tag_info_list_response_body.py +119 -0
  438. alibabacloud_outboundbot20191226/models/_save_base_strategy_period_request.py +76 -0
  439. alibabacloud_outboundbot20191226/models/_save_base_strategy_period_response.py +54 -0
  440. alibabacloud_outboundbot20191226/models/_save_base_strategy_period_response_body.py +65 -0
  441. alibabacloud_outboundbot20191226/models/_save_contact_block_list_request.py +51 -0
  442. alibabacloud_outboundbot20191226/models/_save_contact_block_list_response.py +54 -0
  443. alibabacloud_outboundbot20191226/models/_save_contact_block_list_response_body.py +73 -0
  444. alibabacloud_outboundbot20191226/models/_save_contact_white_list_request.py +52 -0
  445. alibabacloud_outboundbot20191226/models/_save_contact_white_list_response.py +54 -0
  446. alibabacloud_outboundbot20191226/models/_save_contact_white_list_response_body.py +73 -0
  447. alibabacloud_outboundbot20191226/models/_save_effective_days_request.py +50 -0
  448. alibabacloud_outboundbot20191226/models/_save_effective_days_response.py +54 -0
  449. alibabacloud_outboundbot20191226/models/_save_effective_days_response_body.py +65 -0
  450. alibabacloud_outboundbot20191226/models/_save_max_attempts_per_day_request.py +50 -0
  451. alibabacloud_outboundbot20191226/models/_save_max_attempts_per_day_response.py +54 -0
  452. alibabacloud_outboundbot20191226/models/_save_max_attempts_per_day_response_body.py +65 -0
  453. alibabacloud_outboundbot20191226/models/_search_task_request.py +228 -0
  454. alibabacloud_outboundbot20191226/models/_search_task_response.py +54 -0
  455. alibabacloud_outboundbot20191226/models/_search_task_response_body.py +470 -0
  456. alibabacloud_outboundbot20191226/models/_start_job_request.py +77 -0
  457. alibabacloud_outboundbot20191226/models/_start_job_response.py +54 -0
  458. alibabacloud_outboundbot20191226/models/_start_job_response_body.py +171 -0
  459. alibabacloud_outboundbot20191226/models/_submit_batch_jobs_request.py +43 -0
  460. alibabacloud_outboundbot20191226/models/_submit_batch_jobs_response.py +54 -0
  461. alibabacloud_outboundbot20191226/models/_submit_batch_jobs_response_body.py +65 -0
  462. alibabacloud_outboundbot20191226/models/_submit_recording_request.py +60 -0
  463. alibabacloud_outboundbot20191226/models/_submit_recording_response.py +54 -0
  464. alibabacloud_outboundbot20191226/models/_submit_recording_response_body.py +65 -0
  465. alibabacloud_outboundbot20191226/models/_submit_script_review_request.py +60 -0
  466. alibabacloud_outboundbot20191226/models/_submit_script_review_response.py +54 -0
  467. alibabacloud_outboundbot20191226/models/_submit_script_review_response_body.py +65 -0
  468. alibabacloud_outboundbot20191226/models/_suspend_call_request.py +52 -0
  469. alibabacloud_outboundbot20191226/models/_suspend_call_response.py +54 -0
  470. alibabacloud_outboundbot20191226/models/_suspend_call_response_body.py +65 -0
  471. alibabacloud_outboundbot20191226/models/_suspend_call_with_file_request.py +49 -0
  472. alibabacloud_outboundbot20191226/models/_suspend_call_with_file_response.py +54 -0
  473. alibabacloud_outboundbot20191226/models/_suspend_call_with_file_response_body.py +65 -0
  474. alibabacloud_outboundbot20191226/models/_suspend_jobs_request.py +77 -0
  475. alibabacloud_outboundbot20191226/models/_suspend_jobs_response.py +54 -0
  476. alibabacloud_outboundbot20191226/models/_suspend_jobs_response_body.py +65 -0
  477. alibabacloud_outboundbot20191226/models/_tag_resources_request.py +107 -0
  478. alibabacloud_outboundbot20191226/models/_tag_resources_response.py +54 -0
  479. alibabacloud_outboundbot20191226/models/_tag_resources_response_body.py +65 -0
  480. alibabacloud_outboundbot20191226/models/_task_preparing_request.py +51 -0
  481. alibabacloud_outboundbot20191226/models/_task_preparing_response.py +54 -0
  482. alibabacloud_outboundbot20191226/models/_task_preparing_response_body.py +73 -0
  483. alibabacloud_outboundbot20191226/models/_terminate_call_request.py +43 -0
  484. alibabacloud_outboundbot20191226/models/_terminate_call_response.py +54 -0
  485. alibabacloud_outboundbot20191226/models/_terminate_call_response_body.py +65 -0
  486. alibabacloud_outboundbot20191226/models/_untag_resources_request.py +70 -0
  487. alibabacloud_outboundbot20191226/models/_untag_resources_response.py +54 -0
  488. alibabacloud_outboundbot20191226/models/_untag_resources_response_body.py +65 -0
  489. alibabacloud_outboundbot20191226/models/_upload_script_recording_request.py +70 -0
  490. alibabacloud_outboundbot20191226/models/_upload_script_recording_response.py +54 -0
  491. alibabacloud_outboundbot20191226/models/_upload_script_recording_response_body.py +73 -0
  492. alibabacloud_outboundbot20191226/models/_withdraw_script_review_request.py +43 -0
  493. alibabacloud_outboundbot20191226/models/_withdraw_script_review_response.py +54 -0
  494. alibabacloud_outboundbot20191226/models/_withdraw_script_review_response_body.py +175 -0
  495. {alibabacloud_outboundbot20191226-2.0.0.dist-info → alibabacloud_outboundbot20191226-2.0.1.dist-info}/METADATA +7 -7
  496. alibabacloud_outboundbot20191226-2.0.1.dist-info/RECORD +499 -0
  497. alibabacloud_outboundbot20191226/models.py +0 -39763
  498. alibabacloud_outboundbot20191226-2.0.0.dist-info/RECORD +0 -8
  499. {alibabacloud_outboundbot20191226-2.0.0.dist-info → alibabacloud_outboundbot20191226-2.0.1.dist-info}/LICENSE +0 -0
  500. {alibabacloud_outboundbot20191226-2.0.0.dist-info → alibabacloud_outboundbot20191226-2.0.1.dist-info}/WHEEL +0 -0
  501. {alibabacloud_outboundbot20191226-2.0.0.dist-info → alibabacloud_outboundbot20191226-2.0.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,99 @@
1
+ # -*- coding: utf-8 -*-
2
+ # This file is auto-generated, don't edit it. Thanks.
3
+ from __future__ import annotations
4
+
5
+ from typing import List
6
+
7
+ from darabonba.model import DaraModel
8
+
9
+ class ListAnnotationMissionRequest(DaraModel):
10
+ def __init__(
11
+ self,
12
+ annotation_mission_id: str = None,
13
+ annotation_mission_name: str = None,
14
+ annotation_status_list_filter: List[int] = None,
15
+ annotation_status_list_string_filter: str = None,
16
+ create_time_end_filter: int = None,
17
+ create_time_start_filter: int = None,
18
+ instance_id: str = None,
19
+ page_index: int = None,
20
+ page_size: int = None,
21
+ ):
22
+ self.annotation_mission_id = annotation_mission_id
23
+ self.annotation_mission_name = annotation_mission_name
24
+ self.annotation_status_list_filter = annotation_status_list_filter
25
+ self.annotation_status_list_string_filter = annotation_status_list_string_filter
26
+ self.create_time_end_filter = create_time_end_filter
27
+ self.create_time_start_filter = create_time_start_filter
28
+ self.instance_id = instance_id
29
+ self.page_index = page_index
30
+ self.page_size = page_size
31
+
32
+ def validate(self):
33
+ pass
34
+
35
+ def to_map(self):
36
+ result = dict()
37
+ _map = super().to_map()
38
+ if _map is not None:
39
+ result = _map
40
+ if self.annotation_mission_id is not None:
41
+ result['AnnotationMissionId'] = self.annotation_mission_id
42
+
43
+ if self.annotation_mission_name is not None:
44
+ result['AnnotationMissionName'] = self.annotation_mission_name
45
+
46
+ if self.annotation_status_list_filter is not None:
47
+ result['AnnotationStatusListFilter'] = self.annotation_status_list_filter
48
+
49
+ if self.annotation_status_list_string_filter is not None:
50
+ result['AnnotationStatusListStringFilter'] = self.annotation_status_list_string_filter
51
+
52
+ if self.create_time_end_filter is not None:
53
+ result['CreateTimeEndFilter'] = self.create_time_end_filter
54
+
55
+ if self.create_time_start_filter is not None:
56
+ result['CreateTimeStartFilter'] = self.create_time_start_filter
57
+
58
+ if self.instance_id is not None:
59
+ result['InstanceId'] = self.instance_id
60
+
61
+ if self.page_index is not None:
62
+ result['PageIndex'] = self.page_index
63
+
64
+ if self.page_size is not None:
65
+ result['PageSize'] = self.page_size
66
+
67
+ return result
68
+
69
+ def from_map(self, m: dict = None):
70
+ m = m or dict()
71
+ if m.get('AnnotationMissionId') is not None:
72
+ self.annotation_mission_id = m.get('AnnotationMissionId')
73
+
74
+ if m.get('AnnotationMissionName') is not None:
75
+ self.annotation_mission_name = m.get('AnnotationMissionName')
76
+
77
+ if m.get('AnnotationStatusListFilter') is not None:
78
+ self.annotation_status_list_filter = m.get('AnnotationStatusListFilter')
79
+
80
+ if m.get('AnnotationStatusListStringFilter') is not None:
81
+ self.annotation_status_list_string_filter = m.get('AnnotationStatusListStringFilter')
82
+
83
+ if m.get('CreateTimeEndFilter') is not None:
84
+ self.create_time_end_filter = m.get('CreateTimeEndFilter')
85
+
86
+ if m.get('CreateTimeStartFilter') is not None:
87
+ self.create_time_start_filter = m.get('CreateTimeStartFilter')
88
+
89
+ if m.get('InstanceId') is not None:
90
+ self.instance_id = m.get('InstanceId')
91
+
92
+ if m.get('PageIndex') is not None:
93
+ self.page_index = m.get('PageIndex')
94
+
95
+ if m.get('PageSize') is not None:
96
+ self.page_size = m.get('PageSize')
97
+
98
+ return self
99
+
@@ -0,0 +1,54 @@
1
+ # -*- coding: utf-8 -*-
2
+ # This file is auto-generated, don't edit it. Thanks.
3
+ from __future__ import annotations
4
+
5
+ from typing import Dict
6
+
7
+ from alibabacloud_outboundbot20191226 import models as main_models
8
+ from darabonba.model import DaraModel
9
+
10
+ class ListAnnotationMissionResponse(DaraModel):
11
+ def __init__(
12
+ self,
13
+ headers: Dict[str, str] = None,
14
+ status_code: int = None,
15
+ body: main_models.ListAnnotationMissionResponseBody = None,
16
+ ):
17
+ self.headers = headers
18
+ self.status_code = status_code
19
+ self.body = body
20
+
21
+ def validate(self):
22
+ if self.body:
23
+ self.body.validate()
24
+
25
+ def to_map(self):
26
+ result = dict()
27
+ _map = super().to_map()
28
+ if _map is not None:
29
+ result = _map
30
+ if self.headers is not None:
31
+ result['headers'] = self.headers
32
+
33
+ if self.status_code is not None:
34
+ result['statusCode'] = self.status_code
35
+
36
+ if self.body is not None:
37
+ result['body'] = self.body.to_map()
38
+
39
+ return result
40
+
41
+ def from_map(self, m: dict = None):
42
+ m = m or dict()
43
+ if m.get('headers') is not None:
44
+ self.headers = m.get('headers')
45
+
46
+ if m.get('statusCode') is not None:
47
+ self.status_code = m.get('statusCode')
48
+
49
+ if m.get('body') is not None:
50
+ temp_model = main_models.ListAnnotationMissionResponseBody()
51
+ self.body = temp_model.from_map(m.get('body'))
52
+
53
+ return self
54
+
@@ -0,0 +1,324 @@
1
+ # -*- coding: utf-8 -*-
2
+ # This file is auto-generated, don't edit it. Thanks.
3
+ from __future__ import annotations
4
+
5
+ from typing import List
6
+
7
+ from alibabacloud_outboundbot20191226 import models as main_models
8
+ from darabonba.model import DaraModel
9
+
10
+ class ListAnnotationMissionResponseBody(DaraModel):
11
+ def __init__(
12
+ self,
13
+ code: str = None,
14
+ data: main_models.ListAnnotationMissionResponseBodyData = None,
15
+ http_status_code: int = None,
16
+ message: str = None,
17
+ request_id: str = None,
18
+ success: bool = None,
19
+ ):
20
+ self.code = code
21
+ self.data = data
22
+ self.http_status_code = http_status_code
23
+ self.message = message
24
+ self.request_id = request_id
25
+ self.success = success
26
+
27
+ def validate(self):
28
+ if self.data:
29
+ self.data.validate()
30
+
31
+ def to_map(self):
32
+ result = dict()
33
+ _map = super().to_map()
34
+ if _map is not None:
35
+ result = _map
36
+ if self.code is not None:
37
+ result['Code'] = self.code
38
+
39
+ if self.data is not None:
40
+ result['Data'] = self.data.to_map()
41
+
42
+ if self.http_status_code is not None:
43
+ result['HttpStatusCode'] = self.http_status_code
44
+
45
+ if self.message is not None:
46
+ result['Message'] = self.message
47
+
48
+ if self.request_id is not None:
49
+ result['RequestId'] = self.request_id
50
+
51
+ if self.success is not None:
52
+ result['Success'] = self.success
53
+
54
+ return result
55
+
56
+ def from_map(self, m: dict = None):
57
+ m = m or dict()
58
+ if m.get('Code') is not None:
59
+ self.code = m.get('Code')
60
+
61
+ if m.get('Data') is not None:
62
+ temp_model = main_models.ListAnnotationMissionResponseBodyData()
63
+ self.data = temp_model.from_map(m.get('Data'))
64
+
65
+ if m.get('HttpStatusCode') is not None:
66
+ self.http_status_code = m.get('HttpStatusCode')
67
+
68
+ if m.get('Message') is not None:
69
+ self.message = m.get('Message')
70
+
71
+ if m.get('RequestId') is not None:
72
+ self.request_id = m.get('RequestId')
73
+
74
+ if m.get('Success') is not None:
75
+ self.success = m.get('Success')
76
+
77
+ return self
78
+
79
+ class ListAnnotationMissionResponseBodyData(DaraModel):
80
+ def __init__(
81
+ self,
82
+ annotation_mission_list: List[main_models.ListAnnotationMissionResponseBodyDataAnnotationMissionList] = None,
83
+ message: str = None,
84
+ page_index: int = None,
85
+ page_size: int = None,
86
+ success: bool = None,
87
+ total_count: int = None,
88
+ total_page_count: int = None,
89
+ ):
90
+ self.annotation_mission_list = annotation_mission_list
91
+ self.message = message
92
+ self.page_index = page_index
93
+ self.page_size = page_size
94
+ self.success = success
95
+ self.total_count = total_count
96
+ self.total_page_count = total_page_count
97
+
98
+ def validate(self):
99
+ if self.annotation_mission_list:
100
+ for v1 in self.annotation_mission_list:
101
+ if v1:
102
+ v1.validate()
103
+
104
+ def to_map(self):
105
+ result = dict()
106
+ _map = super().to_map()
107
+ if _map is not None:
108
+ result = _map
109
+ result['AnnotationMissionList'] = []
110
+ if self.annotation_mission_list is not None:
111
+ for k1 in self.annotation_mission_list:
112
+ result['AnnotationMissionList'].append(k1.to_map() if k1 else None)
113
+
114
+ if self.message is not None:
115
+ result['Message'] = self.message
116
+
117
+ if self.page_index is not None:
118
+ result['PageIndex'] = self.page_index
119
+
120
+ if self.page_size is not None:
121
+ result['PageSize'] = self.page_size
122
+
123
+ if self.success is not None:
124
+ result['Success'] = self.success
125
+
126
+ if self.total_count is not None:
127
+ result['TotalCount'] = self.total_count
128
+
129
+ if self.total_page_count is not None:
130
+ result['TotalPageCount'] = self.total_page_count
131
+
132
+ return result
133
+
134
+ def from_map(self, m: dict = None):
135
+ m = m or dict()
136
+ self.annotation_mission_list = []
137
+ if m.get('AnnotationMissionList') is not None:
138
+ for k1 in m.get('AnnotationMissionList'):
139
+ temp_model = main_models.ListAnnotationMissionResponseBodyDataAnnotationMissionList()
140
+ self.annotation_mission_list.append(temp_model.from_map(k1))
141
+
142
+ if m.get('Message') is not None:
143
+ self.message = m.get('Message')
144
+
145
+ if m.get('PageIndex') is not None:
146
+ self.page_index = m.get('PageIndex')
147
+
148
+ if m.get('PageSize') is not None:
149
+ self.page_size = m.get('PageSize')
150
+
151
+ if m.get('Success') is not None:
152
+ self.success = m.get('Success')
153
+
154
+ if m.get('TotalCount') is not None:
155
+ self.total_count = m.get('TotalCount')
156
+
157
+ if m.get('TotalPageCount') is not None:
158
+ self.total_page_count = m.get('TotalPageCount')
159
+
160
+ return self
161
+
162
+ class ListAnnotationMissionResponseBodyDataAnnotationMissionList(DaraModel):
163
+ def __init__(
164
+ self,
165
+ annotation_mission_data_source_type: int = None,
166
+ annotation_mission_debug_data_source_list: List[int] = None,
167
+ annotation_mission_id: str = None,
168
+ annotation_mission_name: str = None,
169
+ annotation_status: int = None,
170
+ conversation_time_end_filter: int = None,
171
+ conversation_time_start_filter: int = None,
172
+ create_time: int = None,
173
+ exclude_other_mission_session: bool = None,
174
+ finish_time: int = None,
175
+ instance_id: str = None,
176
+ sampling_count: int = None,
177
+ sampling_description: str = None,
178
+ sampling_rate: int = None,
179
+ sampling_type: int = None,
180
+ session_end_reason_filter_list: List[int] = None,
181
+ session_finish_count: int = None,
182
+ session_total_count: int = None,
183
+ ):
184
+ self.annotation_mission_data_source_type = annotation_mission_data_source_type
185
+ self.annotation_mission_debug_data_source_list = annotation_mission_debug_data_source_list
186
+ self.annotation_mission_id = annotation_mission_id
187
+ self.annotation_mission_name = annotation_mission_name
188
+ self.annotation_status = annotation_status
189
+ self.conversation_time_end_filter = conversation_time_end_filter
190
+ self.conversation_time_start_filter = conversation_time_start_filter
191
+ self.create_time = create_time
192
+ self.exclude_other_mission_session = exclude_other_mission_session
193
+ self.finish_time = finish_time
194
+ self.instance_id = instance_id
195
+ self.sampling_count = sampling_count
196
+ self.sampling_description = sampling_description
197
+ self.sampling_rate = sampling_rate
198
+ self.sampling_type = sampling_type
199
+ self.session_end_reason_filter_list = session_end_reason_filter_list
200
+ self.session_finish_count = session_finish_count
201
+ self.session_total_count = session_total_count
202
+
203
+ def validate(self):
204
+ pass
205
+
206
+ def to_map(self):
207
+ result = dict()
208
+ _map = super().to_map()
209
+ if _map is not None:
210
+ result = _map
211
+ if self.annotation_mission_data_source_type is not None:
212
+ result['AnnotationMissionDataSourceType'] = self.annotation_mission_data_source_type
213
+
214
+ if self.annotation_mission_debug_data_source_list is not None:
215
+ result['AnnotationMissionDebugDataSourceList'] = self.annotation_mission_debug_data_source_list
216
+
217
+ if self.annotation_mission_id is not None:
218
+ result['AnnotationMissionId'] = self.annotation_mission_id
219
+
220
+ if self.annotation_mission_name is not None:
221
+ result['AnnotationMissionName'] = self.annotation_mission_name
222
+
223
+ if self.annotation_status is not None:
224
+ result['AnnotationStatus'] = self.annotation_status
225
+
226
+ if self.conversation_time_end_filter is not None:
227
+ result['ConversationTimeEndFilter'] = self.conversation_time_end_filter
228
+
229
+ if self.conversation_time_start_filter is not None:
230
+ result['ConversationTimeStartFilter'] = self.conversation_time_start_filter
231
+
232
+ if self.create_time is not None:
233
+ result['CreateTime'] = self.create_time
234
+
235
+ if self.exclude_other_mission_session is not None:
236
+ result['ExcludeOtherMissionSession'] = self.exclude_other_mission_session
237
+
238
+ if self.finish_time is not None:
239
+ result['FinishTime'] = self.finish_time
240
+
241
+ if self.instance_id is not None:
242
+ result['InstanceId'] = self.instance_id
243
+
244
+ if self.sampling_count is not None:
245
+ result['SamplingCount'] = self.sampling_count
246
+
247
+ if self.sampling_description is not None:
248
+ result['SamplingDescription'] = self.sampling_description
249
+
250
+ if self.sampling_rate is not None:
251
+ result['SamplingRate'] = self.sampling_rate
252
+
253
+ if self.sampling_type is not None:
254
+ result['SamplingType'] = self.sampling_type
255
+
256
+ if self.session_end_reason_filter_list is not None:
257
+ result['SessionEndReasonFilterList'] = self.session_end_reason_filter_list
258
+
259
+ if self.session_finish_count is not None:
260
+ result['SessionFinishCount'] = self.session_finish_count
261
+
262
+ if self.session_total_count is not None:
263
+ result['SessionTotalCount'] = self.session_total_count
264
+
265
+ return result
266
+
267
+ def from_map(self, m: dict = None):
268
+ m = m or dict()
269
+ if m.get('AnnotationMissionDataSourceType') is not None:
270
+ self.annotation_mission_data_source_type = m.get('AnnotationMissionDataSourceType')
271
+
272
+ if m.get('AnnotationMissionDebugDataSourceList') is not None:
273
+ self.annotation_mission_debug_data_source_list = m.get('AnnotationMissionDebugDataSourceList')
274
+
275
+ if m.get('AnnotationMissionId') is not None:
276
+ self.annotation_mission_id = m.get('AnnotationMissionId')
277
+
278
+ if m.get('AnnotationMissionName') is not None:
279
+ self.annotation_mission_name = m.get('AnnotationMissionName')
280
+
281
+ if m.get('AnnotationStatus') is not None:
282
+ self.annotation_status = m.get('AnnotationStatus')
283
+
284
+ if m.get('ConversationTimeEndFilter') is not None:
285
+ self.conversation_time_end_filter = m.get('ConversationTimeEndFilter')
286
+
287
+ if m.get('ConversationTimeStartFilter') is not None:
288
+ self.conversation_time_start_filter = m.get('ConversationTimeStartFilter')
289
+
290
+ if m.get('CreateTime') is not None:
291
+ self.create_time = m.get('CreateTime')
292
+
293
+ if m.get('ExcludeOtherMissionSession') is not None:
294
+ self.exclude_other_mission_session = m.get('ExcludeOtherMissionSession')
295
+
296
+ if m.get('FinishTime') is not None:
297
+ self.finish_time = m.get('FinishTime')
298
+
299
+ if m.get('InstanceId') is not None:
300
+ self.instance_id = m.get('InstanceId')
301
+
302
+ if m.get('SamplingCount') is not None:
303
+ self.sampling_count = m.get('SamplingCount')
304
+
305
+ if m.get('SamplingDescription') is not None:
306
+ self.sampling_description = m.get('SamplingDescription')
307
+
308
+ if m.get('SamplingRate') is not None:
309
+ self.sampling_rate = m.get('SamplingRate')
310
+
311
+ if m.get('SamplingType') is not None:
312
+ self.sampling_type = m.get('SamplingType')
313
+
314
+ if m.get('SessionEndReasonFilterList') is not None:
315
+ self.session_end_reason_filter_list = m.get('SessionEndReasonFilterList')
316
+
317
+ if m.get('SessionFinishCount') is not None:
318
+ self.session_finish_count = m.get('SessionFinishCount')
319
+
320
+ if m.get('SessionTotalCount') is not None:
321
+ self.session_total_count = m.get('SessionTotalCount')
322
+
323
+ return self
324
+
@@ -0,0 +1,73 @@
1
+ # -*- coding: utf-8 -*-
2
+ # This file is auto-generated, don't edit it. Thanks.
3
+ from __future__ import annotations
4
+
5
+ from darabonba.model import DaraModel
6
+
7
+ class ListAnnotationMissionSessionRequest(DaraModel):
8
+ def __init__(
9
+ self,
10
+ annotation_mission_id: str = None,
11
+ annotation_mission_session_id: str = None,
12
+ environment: int = None,
13
+ include_status_list_json_string: str = None,
14
+ page_index: int = None,
15
+ page_size: int = None,
16
+ ):
17
+ self.annotation_mission_id = annotation_mission_id
18
+ self.annotation_mission_session_id = annotation_mission_session_id
19
+ self.environment = environment
20
+ self.include_status_list_json_string = include_status_list_json_string
21
+ self.page_index = page_index
22
+ self.page_size = page_size
23
+
24
+ def validate(self):
25
+ pass
26
+
27
+ def to_map(self):
28
+ result = dict()
29
+ _map = super().to_map()
30
+ if _map is not None:
31
+ result = _map
32
+ if self.annotation_mission_id is not None:
33
+ result['AnnotationMissionId'] = self.annotation_mission_id
34
+
35
+ if self.annotation_mission_session_id is not None:
36
+ result['AnnotationMissionSessionId'] = self.annotation_mission_session_id
37
+
38
+ if self.environment is not None:
39
+ result['Environment'] = self.environment
40
+
41
+ if self.include_status_list_json_string is not None:
42
+ result['IncludeStatusListJsonString'] = self.include_status_list_json_string
43
+
44
+ if self.page_index is not None:
45
+ result['PageIndex'] = self.page_index
46
+
47
+ if self.page_size is not None:
48
+ result['PageSize'] = self.page_size
49
+
50
+ return result
51
+
52
+ def from_map(self, m: dict = None):
53
+ m = m or dict()
54
+ if m.get('AnnotationMissionId') is not None:
55
+ self.annotation_mission_id = m.get('AnnotationMissionId')
56
+
57
+ if m.get('AnnotationMissionSessionId') is not None:
58
+ self.annotation_mission_session_id = m.get('AnnotationMissionSessionId')
59
+
60
+ if m.get('Environment') is not None:
61
+ self.environment = m.get('Environment')
62
+
63
+ if m.get('IncludeStatusListJsonString') is not None:
64
+ self.include_status_list_json_string = m.get('IncludeStatusListJsonString')
65
+
66
+ if m.get('PageIndex') is not None:
67
+ self.page_index = m.get('PageIndex')
68
+
69
+ if m.get('PageSize') is not None:
70
+ self.page_size = m.get('PageSize')
71
+
72
+ return self
73
+
@@ -0,0 +1,54 @@
1
+ # -*- coding: utf-8 -*-
2
+ # This file is auto-generated, don't edit it. Thanks.
3
+ from __future__ import annotations
4
+
5
+ from typing import Dict
6
+
7
+ from alibabacloud_outboundbot20191226 import models as main_models
8
+ from darabonba.model import DaraModel
9
+
10
+ class ListAnnotationMissionSessionResponse(DaraModel):
11
+ def __init__(
12
+ self,
13
+ headers: Dict[str, str] = None,
14
+ status_code: int = None,
15
+ body: main_models.ListAnnotationMissionSessionResponseBody = None,
16
+ ):
17
+ self.headers = headers
18
+ self.status_code = status_code
19
+ self.body = body
20
+
21
+ def validate(self):
22
+ if self.body:
23
+ self.body.validate()
24
+
25
+ def to_map(self):
26
+ result = dict()
27
+ _map = super().to_map()
28
+ if _map is not None:
29
+ result = _map
30
+ if self.headers is not None:
31
+ result['headers'] = self.headers
32
+
33
+ if self.status_code is not None:
34
+ result['statusCode'] = self.status_code
35
+
36
+ if self.body is not None:
37
+ result['body'] = self.body.to_map()
38
+
39
+ return result
40
+
41
+ def from_map(self, m: dict = None):
42
+ m = m or dict()
43
+ if m.get('headers') is not None:
44
+ self.headers = m.get('headers')
45
+
46
+ if m.get('statusCode') is not None:
47
+ self.status_code = m.get('statusCode')
48
+
49
+ if m.get('body') is not None:
50
+ temp_model = main_models.ListAnnotationMissionSessionResponseBody()
51
+ self.body = temp_model.from_map(m.get('body'))
52
+
53
+ return self
54
+