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,171 @@
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 CreateAnnotationMissionRequest(DaraModel):
10
+ def __init__(
11
+ self,
12
+ agent_id: str = None,
13
+ agent_key: str = None,
14
+ annotation_mission_data_source_type: int = None,
15
+ annotation_mission_debug_data_source_list: List[int] = None,
16
+ annotation_mission_debug_data_source_list_json_string: str = None,
17
+ annotation_mission_name: str = None,
18
+ chatbot_id: str = None,
19
+ conversation_time_end_filter: int = None,
20
+ conversation_time_start_filter: int = None,
21
+ exclude_other_session: bool = None,
22
+ finished: bool = None,
23
+ instance_id: str = None,
24
+ sampling_count: int = None,
25
+ sampling_rate: int = None,
26
+ sampling_type: int = None,
27
+ script_id: str = None,
28
+ session_end_reason_filter_list: List[int] = None,
29
+ session_end_reason_filter_list_json_string: str = None,
30
+ ):
31
+ self.agent_id = agent_id
32
+ self.agent_key = agent_key
33
+ self.annotation_mission_data_source_type = annotation_mission_data_source_type
34
+ self.annotation_mission_debug_data_source_list = annotation_mission_debug_data_source_list
35
+ self.annotation_mission_debug_data_source_list_json_string = annotation_mission_debug_data_source_list_json_string
36
+ self.annotation_mission_name = annotation_mission_name
37
+ self.chatbot_id = chatbot_id
38
+ self.conversation_time_end_filter = conversation_time_end_filter
39
+ self.conversation_time_start_filter = conversation_time_start_filter
40
+ self.exclude_other_session = exclude_other_session
41
+ self.finished = finished
42
+ self.instance_id = instance_id
43
+ self.sampling_count = sampling_count
44
+ self.sampling_rate = sampling_rate
45
+ self.sampling_type = sampling_type
46
+ self.script_id = script_id
47
+ self.session_end_reason_filter_list = session_end_reason_filter_list
48
+ self.session_end_reason_filter_list_json_string = session_end_reason_filter_list_json_string
49
+
50
+ def validate(self):
51
+ pass
52
+
53
+ def to_map(self):
54
+ result = dict()
55
+ _map = super().to_map()
56
+ if _map is not None:
57
+ result = _map
58
+ if self.agent_id is not None:
59
+ result['AgentId'] = self.agent_id
60
+
61
+ if self.agent_key is not None:
62
+ result['AgentKey'] = self.agent_key
63
+
64
+ if self.annotation_mission_data_source_type is not None:
65
+ result['AnnotationMissionDataSourceType'] = self.annotation_mission_data_source_type
66
+
67
+ if self.annotation_mission_debug_data_source_list is not None:
68
+ result['AnnotationMissionDebugDataSourceList'] = self.annotation_mission_debug_data_source_list
69
+
70
+ if self.annotation_mission_debug_data_source_list_json_string is not None:
71
+ result['AnnotationMissionDebugDataSourceListJsonString'] = self.annotation_mission_debug_data_source_list_json_string
72
+
73
+ if self.annotation_mission_name is not None:
74
+ result['AnnotationMissionName'] = self.annotation_mission_name
75
+
76
+ if self.chatbot_id is not None:
77
+ result['ChatbotId'] = self.chatbot_id
78
+
79
+ if self.conversation_time_end_filter is not None:
80
+ result['ConversationTimeEndFilter'] = self.conversation_time_end_filter
81
+
82
+ if self.conversation_time_start_filter is not None:
83
+ result['ConversationTimeStartFilter'] = self.conversation_time_start_filter
84
+
85
+ if self.exclude_other_session is not None:
86
+ result['ExcludeOtherSession'] = self.exclude_other_session
87
+
88
+ if self.finished is not None:
89
+ result['Finished'] = self.finished
90
+
91
+ if self.instance_id is not None:
92
+ result['InstanceId'] = self.instance_id
93
+
94
+ if self.sampling_count is not None:
95
+ result['SamplingCount'] = self.sampling_count
96
+
97
+ if self.sampling_rate is not None:
98
+ result['SamplingRate'] = self.sampling_rate
99
+
100
+ if self.sampling_type is not None:
101
+ result['SamplingType'] = self.sampling_type
102
+
103
+ if self.script_id is not None:
104
+ result['ScriptId'] = self.script_id
105
+
106
+ if self.session_end_reason_filter_list is not None:
107
+ result['SessionEndReasonFilterList'] = self.session_end_reason_filter_list
108
+
109
+ if self.session_end_reason_filter_list_json_string is not None:
110
+ result['SessionEndReasonFilterListJsonString'] = self.session_end_reason_filter_list_json_string
111
+
112
+ return result
113
+
114
+ def from_map(self, m: dict = None):
115
+ m = m or dict()
116
+ if m.get('AgentId') is not None:
117
+ self.agent_id = m.get('AgentId')
118
+
119
+ if m.get('AgentKey') is not None:
120
+ self.agent_key = m.get('AgentKey')
121
+
122
+ if m.get('AnnotationMissionDataSourceType') is not None:
123
+ self.annotation_mission_data_source_type = m.get('AnnotationMissionDataSourceType')
124
+
125
+ if m.get('AnnotationMissionDebugDataSourceList') is not None:
126
+ self.annotation_mission_debug_data_source_list = m.get('AnnotationMissionDebugDataSourceList')
127
+
128
+ if m.get('AnnotationMissionDebugDataSourceListJsonString') is not None:
129
+ self.annotation_mission_debug_data_source_list_json_string = m.get('AnnotationMissionDebugDataSourceListJsonString')
130
+
131
+ if m.get('AnnotationMissionName') is not None:
132
+ self.annotation_mission_name = m.get('AnnotationMissionName')
133
+
134
+ if m.get('ChatbotId') is not None:
135
+ self.chatbot_id = m.get('ChatbotId')
136
+
137
+ if m.get('ConversationTimeEndFilter') is not None:
138
+ self.conversation_time_end_filter = m.get('ConversationTimeEndFilter')
139
+
140
+ if m.get('ConversationTimeStartFilter') is not None:
141
+ self.conversation_time_start_filter = m.get('ConversationTimeStartFilter')
142
+
143
+ if m.get('ExcludeOtherSession') is not None:
144
+ self.exclude_other_session = m.get('ExcludeOtherSession')
145
+
146
+ if m.get('Finished') is not None:
147
+ self.finished = m.get('Finished')
148
+
149
+ if m.get('InstanceId') is not None:
150
+ self.instance_id = m.get('InstanceId')
151
+
152
+ if m.get('SamplingCount') is not None:
153
+ self.sampling_count = m.get('SamplingCount')
154
+
155
+ if m.get('SamplingRate') is not None:
156
+ self.sampling_rate = m.get('SamplingRate')
157
+
158
+ if m.get('SamplingType') is not None:
159
+ self.sampling_type = m.get('SamplingType')
160
+
161
+ if m.get('ScriptId') is not None:
162
+ self.script_id = m.get('ScriptId')
163
+
164
+ if m.get('SessionEndReasonFilterList') is not None:
165
+ self.session_end_reason_filter_list = m.get('SessionEndReasonFilterList')
166
+
167
+ if m.get('SessionEndReasonFilterListJsonString') is not None:
168
+ self.session_end_reason_filter_list_json_string = m.get('SessionEndReasonFilterListJsonString')
169
+
170
+ return self
171
+
@@ -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 CreateAnnotationMissionResponse(DaraModel):
11
+ def __init__(
12
+ self,
13
+ headers: Dict[str, str] = None,
14
+ status_code: int = None,
15
+ body: main_models.CreateAnnotationMissionResponseBody = 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.CreateAnnotationMissionResponseBody()
51
+ self.body = temp_model.from_map(m.get('body'))
52
+
53
+ return self
54
+
@@ -0,0 +1,111 @@
1
+ # -*- coding: utf-8 -*-
2
+ # This file is auto-generated, don't edit it. Thanks.
3
+ from __future__ import annotations
4
+
5
+ from alibabacloud_outboundbot20191226 import models as main_models
6
+ from darabonba.model import DaraModel
7
+
8
+ class CreateAnnotationMissionResponseBody(DaraModel):
9
+ def __init__(
10
+ self,
11
+ code: str = None,
12
+ data: main_models.CreateAnnotationMissionResponseBodyData = None,
13
+ http_status_code: int = None,
14
+ message: str = None,
15
+ request_id: str = None,
16
+ success: bool = None,
17
+ ):
18
+ self.code = code
19
+ self.data = data
20
+ self.http_status_code = http_status_code
21
+ self.message = message
22
+ self.request_id = request_id
23
+ self.success = success
24
+
25
+ def validate(self):
26
+ if self.data:
27
+ self.data.validate()
28
+
29
+ def to_map(self):
30
+ result = dict()
31
+ _map = super().to_map()
32
+ if _map is not None:
33
+ result = _map
34
+ if self.code is not None:
35
+ result['Code'] = self.code
36
+
37
+ if self.data is not None:
38
+ result['Data'] = self.data.to_map()
39
+
40
+ if self.http_status_code is not None:
41
+ result['HttpStatusCode'] = self.http_status_code
42
+
43
+ if self.message is not None:
44
+ result['Message'] = self.message
45
+
46
+ if self.request_id is not None:
47
+ result['RequestId'] = self.request_id
48
+
49
+ if self.success is not None:
50
+ result['Success'] = self.success
51
+
52
+ return result
53
+
54
+ def from_map(self, m: dict = None):
55
+ m = m or dict()
56
+ if m.get('Code') is not None:
57
+ self.code = m.get('Code')
58
+
59
+ if m.get('Data') is not None:
60
+ temp_model = main_models.CreateAnnotationMissionResponseBodyData()
61
+ self.data = temp_model.from_map(m.get('Data'))
62
+
63
+ if m.get('HttpStatusCode') is not None:
64
+ self.http_status_code = m.get('HttpStatusCode')
65
+
66
+ if m.get('Message') is not None:
67
+ self.message = m.get('Message')
68
+
69
+ if m.get('RequestId') is not None:
70
+ self.request_id = m.get('RequestId')
71
+
72
+ if m.get('Success') is not None:
73
+ self.success = m.get('Success')
74
+
75
+ return self
76
+
77
+ class CreateAnnotationMissionResponseBodyData(DaraModel):
78
+ def __init__(
79
+ self,
80
+ message: str = None,
81
+ success: bool = None,
82
+ ):
83
+ self.message = message
84
+ self.success = success
85
+
86
+ def validate(self):
87
+ pass
88
+
89
+ def to_map(self):
90
+ result = dict()
91
+ _map = super().to_map()
92
+ if _map is not None:
93
+ result = _map
94
+ if self.message is not None:
95
+ result['Message'] = self.message
96
+
97
+ if self.success is not None:
98
+ result['Success'] = self.success
99
+
100
+ return result
101
+
102
+ def from_map(self, m: dict = None):
103
+ m = m or dict()
104
+ if m.get('Message') is not None:
105
+ self.message = m.get('Message')
106
+
107
+ if m.get('Success') is not None:
108
+ self.success = m.get('Success')
109
+
110
+ return self
111
+
@@ -0,0 +1,171 @@
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 CreateAnnotationMissionShrinkRequest(DaraModel):
10
+ def __init__(
11
+ self,
12
+ agent_id: str = None,
13
+ agent_key: str = None,
14
+ annotation_mission_data_source_type: int = None,
15
+ annotation_mission_debug_data_source_list_shrink: str = None,
16
+ annotation_mission_debug_data_source_list_json_string: str = None,
17
+ annotation_mission_name: str = None,
18
+ chatbot_id: str = None,
19
+ conversation_time_end_filter: int = None,
20
+ conversation_time_start_filter: int = None,
21
+ exclude_other_session: bool = None,
22
+ finished: bool = None,
23
+ instance_id: str = None,
24
+ sampling_count: int = None,
25
+ sampling_rate: int = None,
26
+ sampling_type: int = None,
27
+ script_id: str = None,
28
+ session_end_reason_filter_list: List[int] = None,
29
+ session_end_reason_filter_list_json_string: str = None,
30
+ ):
31
+ self.agent_id = agent_id
32
+ self.agent_key = agent_key
33
+ self.annotation_mission_data_source_type = annotation_mission_data_source_type
34
+ self.annotation_mission_debug_data_source_list_shrink = annotation_mission_debug_data_source_list_shrink
35
+ self.annotation_mission_debug_data_source_list_json_string = annotation_mission_debug_data_source_list_json_string
36
+ self.annotation_mission_name = annotation_mission_name
37
+ self.chatbot_id = chatbot_id
38
+ self.conversation_time_end_filter = conversation_time_end_filter
39
+ self.conversation_time_start_filter = conversation_time_start_filter
40
+ self.exclude_other_session = exclude_other_session
41
+ self.finished = finished
42
+ self.instance_id = instance_id
43
+ self.sampling_count = sampling_count
44
+ self.sampling_rate = sampling_rate
45
+ self.sampling_type = sampling_type
46
+ self.script_id = script_id
47
+ self.session_end_reason_filter_list = session_end_reason_filter_list
48
+ self.session_end_reason_filter_list_json_string = session_end_reason_filter_list_json_string
49
+
50
+ def validate(self):
51
+ pass
52
+
53
+ def to_map(self):
54
+ result = dict()
55
+ _map = super().to_map()
56
+ if _map is not None:
57
+ result = _map
58
+ if self.agent_id is not None:
59
+ result['AgentId'] = self.agent_id
60
+
61
+ if self.agent_key is not None:
62
+ result['AgentKey'] = self.agent_key
63
+
64
+ if self.annotation_mission_data_source_type is not None:
65
+ result['AnnotationMissionDataSourceType'] = self.annotation_mission_data_source_type
66
+
67
+ if self.annotation_mission_debug_data_source_list_shrink is not None:
68
+ result['AnnotationMissionDebugDataSourceList'] = self.annotation_mission_debug_data_source_list_shrink
69
+
70
+ if self.annotation_mission_debug_data_source_list_json_string is not None:
71
+ result['AnnotationMissionDebugDataSourceListJsonString'] = self.annotation_mission_debug_data_source_list_json_string
72
+
73
+ if self.annotation_mission_name is not None:
74
+ result['AnnotationMissionName'] = self.annotation_mission_name
75
+
76
+ if self.chatbot_id is not None:
77
+ result['ChatbotId'] = self.chatbot_id
78
+
79
+ if self.conversation_time_end_filter is not None:
80
+ result['ConversationTimeEndFilter'] = self.conversation_time_end_filter
81
+
82
+ if self.conversation_time_start_filter is not None:
83
+ result['ConversationTimeStartFilter'] = self.conversation_time_start_filter
84
+
85
+ if self.exclude_other_session is not None:
86
+ result['ExcludeOtherSession'] = self.exclude_other_session
87
+
88
+ if self.finished is not None:
89
+ result['Finished'] = self.finished
90
+
91
+ if self.instance_id is not None:
92
+ result['InstanceId'] = self.instance_id
93
+
94
+ if self.sampling_count is not None:
95
+ result['SamplingCount'] = self.sampling_count
96
+
97
+ if self.sampling_rate is not None:
98
+ result['SamplingRate'] = self.sampling_rate
99
+
100
+ if self.sampling_type is not None:
101
+ result['SamplingType'] = self.sampling_type
102
+
103
+ if self.script_id is not None:
104
+ result['ScriptId'] = self.script_id
105
+
106
+ if self.session_end_reason_filter_list is not None:
107
+ result['SessionEndReasonFilterList'] = self.session_end_reason_filter_list
108
+
109
+ if self.session_end_reason_filter_list_json_string is not None:
110
+ result['SessionEndReasonFilterListJsonString'] = self.session_end_reason_filter_list_json_string
111
+
112
+ return result
113
+
114
+ def from_map(self, m: dict = None):
115
+ m = m or dict()
116
+ if m.get('AgentId') is not None:
117
+ self.agent_id = m.get('AgentId')
118
+
119
+ if m.get('AgentKey') is not None:
120
+ self.agent_key = m.get('AgentKey')
121
+
122
+ if m.get('AnnotationMissionDataSourceType') is not None:
123
+ self.annotation_mission_data_source_type = m.get('AnnotationMissionDataSourceType')
124
+
125
+ if m.get('AnnotationMissionDebugDataSourceList') is not None:
126
+ self.annotation_mission_debug_data_source_list_shrink = m.get('AnnotationMissionDebugDataSourceList')
127
+
128
+ if m.get('AnnotationMissionDebugDataSourceListJsonString') is not None:
129
+ self.annotation_mission_debug_data_source_list_json_string = m.get('AnnotationMissionDebugDataSourceListJsonString')
130
+
131
+ if m.get('AnnotationMissionName') is not None:
132
+ self.annotation_mission_name = m.get('AnnotationMissionName')
133
+
134
+ if m.get('ChatbotId') is not None:
135
+ self.chatbot_id = m.get('ChatbotId')
136
+
137
+ if m.get('ConversationTimeEndFilter') is not None:
138
+ self.conversation_time_end_filter = m.get('ConversationTimeEndFilter')
139
+
140
+ if m.get('ConversationTimeStartFilter') is not None:
141
+ self.conversation_time_start_filter = m.get('ConversationTimeStartFilter')
142
+
143
+ if m.get('ExcludeOtherSession') is not None:
144
+ self.exclude_other_session = m.get('ExcludeOtherSession')
145
+
146
+ if m.get('Finished') is not None:
147
+ self.finished = m.get('Finished')
148
+
149
+ if m.get('InstanceId') is not None:
150
+ self.instance_id = m.get('InstanceId')
151
+
152
+ if m.get('SamplingCount') is not None:
153
+ self.sampling_count = m.get('SamplingCount')
154
+
155
+ if m.get('SamplingRate') is not None:
156
+ self.sampling_rate = m.get('SamplingRate')
157
+
158
+ if m.get('SamplingType') is not None:
159
+ self.sampling_type = m.get('SamplingType')
160
+
161
+ if m.get('ScriptId') is not None:
162
+ self.script_id = m.get('ScriptId')
163
+
164
+ if m.get('SessionEndReasonFilterList') is not None:
165
+ self.session_end_reason_filter_list = m.get('SessionEndReasonFilterList')
166
+
167
+ if m.get('SessionEndReasonFilterListJsonString') is not None:
168
+ self.session_end_reason_filter_list_json_string = m.get('SessionEndReasonFilterListJsonString')
169
+
170
+ return self
171
+
@@ -0,0 +1,102 @@
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 CreateBatchJobsRequest(DaraModel):
10
+ def __init__(
11
+ self,
12
+ batch_job_description: str = None,
13
+ batch_job_name: str = None,
14
+ calling_number: List[str] = None,
15
+ instance_id: str = None,
16
+ job_file_path: str = None,
17
+ scenario_id: str = None,
18
+ script_id: str = None,
19
+ strategy_json: str = None,
20
+ submitted: bool = None,
21
+ ):
22
+ self.batch_job_description = batch_job_description
23
+ # This parameter is required.
24
+ self.batch_job_name = batch_job_name
25
+ self.calling_number = calling_number
26
+ # This parameter is required.
27
+ self.instance_id = instance_id
28
+ self.job_file_path = job_file_path
29
+ self.scenario_id = scenario_id
30
+ self.script_id = script_id
31
+ self.strategy_json = strategy_json
32
+ # This parameter is required.
33
+ self.submitted = submitted
34
+
35
+ def validate(self):
36
+ pass
37
+
38
+ def to_map(self):
39
+ result = dict()
40
+ _map = super().to_map()
41
+ if _map is not None:
42
+ result = _map
43
+ if self.batch_job_description is not None:
44
+ result['BatchJobDescription'] = self.batch_job_description
45
+
46
+ if self.batch_job_name is not None:
47
+ result['BatchJobName'] = self.batch_job_name
48
+
49
+ if self.calling_number is not None:
50
+ result['CallingNumber'] = self.calling_number
51
+
52
+ if self.instance_id is not None:
53
+ result['InstanceId'] = self.instance_id
54
+
55
+ if self.job_file_path is not None:
56
+ result['JobFilePath'] = self.job_file_path
57
+
58
+ if self.scenario_id is not None:
59
+ result['ScenarioId'] = self.scenario_id
60
+
61
+ if self.script_id is not None:
62
+ result['ScriptId'] = self.script_id
63
+
64
+ if self.strategy_json is not None:
65
+ result['StrategyJson'] = self.strategy_json
66
+
67
+ if self.submitted is not None:
68
+ result['Submitted'] = self.submitted
69
+
70
+ return result
71
+
72
+ def from_map(self, m: dict = None):
73
+ m = m or dict()
74
+ if m.get('BatchJobDescription') is not None:
75
+ self.batch_job_description = m.get('BatchJobDescription')
76
+
77
+ if m.get('BatchJobName') is not None:
78
+ self.batch_job_name = m.get('BatchJobName')
79
+
80
+ if m.get('CallingNumber') is not None:
81
+ self.calling_number = m.get('CallingNumber')
82
+
83
+ if m.get('InstanceId') is not None:
84
+ self.instance_id = m.get('InstanceId')
85
+
86
+ if m.get('JobFilePath') is not None:
87
+ self.job_file_path = m.get('JobFilePath')
88
+
89
+ if m.get('ScenarioId') is not None:
90
+ self.scenario_id = m.get('ScenarioId')
91
+
92
+ if m.get('ScriptId') is not None:
93
+ self.script_id = m.get('ScriptId')
94
+
95
+ if m.get('StrategyJson') is not None:
96
+ self.strategy_json = m.get('StrategyJson')
97
+
98
+ if m.get('Submitted') is not None:
99
+ self.submitted = m.get('Submitted')
100
+
101
+ return self
102
+
@@ -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 CreateBatchJobsResponse(DaraModel):
11
+ def __init__(
12
+ self,
13
+ headers: Dict[str, str] = None,
14
+ status_code: int = None,
15
+ body: main_models.CreateBatchJobsResponseBody = 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.CreateBatchJobsResponseBody()
51
+ self.body = temp_model.from_map(m.get('body'))
52
+
53
+ return self
54
+