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,397 @@
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 GetAnnotationMissionSummaryResponseBody(DaraModel):
11
+ def __init__(
12
+ self,
13
+ code: str = None,
14
+ data: main_models.GetAnnotationMissionSummaryResponseBodyData = 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.GetAnnotationMissionSummaryResponseBodyData()
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 GetAnnotationMissionSummaryResponseBodyData(DaraModel):
80
+ def __init__(
81
+ self,
82
+ annotation_mission_id: str = None,
83
+ asr_summary_info: main_models.GetAnnotationMissionSummaryResponseBodyDataAsrSummaryInfo = None,
84
+ intent_summary_info: main_models.GetAnnotationMissionSummaryResponseBodyDataIntentSummaryInfo = None,
85
+ message: str = None,
86
+ success: bool = None,
87
+ tag_summary_info: main_models.GetAnnotationMissionSummaryResponseBodyDataTagSummaryInfo = None,
88
+ ):
89
+ self.annotation_mission_id = annotation_mission_id
90
+ self.asr_summary_info = asr_summary_info
91
+ self.intent_summary_info = intent_summary_info
92
+ self.message = message
93
+ self.success = success
94
+ self.tag_summary_info = tag_summary_info
95
+
96
+ def validate(self):
97
+ if self.asr_summary_info:
98
+ self.asr_summary_info.validate()
99
+ if self.intent_summary_info:
100
+ self.intent_summary_info.validate()
101
+ if self.tag_summary_info:
102
+ self.tag_summary_info.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
+ if self.annotation_mission_id is not None:
110
+ result['AnnotationMissionId'] = self.annotation_mission_id
111
+
112
+ if self.asr_summary_info is not None:
113
+ result['AsrSummaryInfo'] = self.asr_summary_info.to_map()
114
+
115
+ if self.intent_summary_info is not None:
116
+ result['IntentSummaryInfo'] = self.intent_summary_info.to_map()
117
+
118
+ if self.message is not None:
119
+ result['Message'] = self.message
120
+
121
+ if self.success is not None:
122
+ result['Success'] = self.success
123
+
124
+ if self.tag_summary_info is not None:
125
+ result['TagSummaryInfo'] = self.tag_summary_info.to_map()
126
+
127
+ return result
128
+
129
+ def from_map(self, m: dict = None):
130
+ m = m or dict()
131
+ if m.get('AnnotationMissionId') is not None:
132
+ self.annotation_mission_id = m.get('AnnotationMissionId')
133
+
134
+ if m.get('AsrSummaryInfo') is not None:
135
+ temp_model = main_models.GetAnnotationMissionSummaryResponseBodyDataAsrSummaryInfo()
136
+ self.asr_summary_info = temp_model.from_map(m.get('AsrSummaryInfo'))
137
+
138
+ if m.get('IntentSummaryInfo') is not None:
139
+ temp_model = main_models.GetAnnotationMissionSummaryResponseBodyDataIntentSummaryInfo()
140
+ self.intent_summary_info = temp_model.from_map(m.get('IntentSummaryInfo'))
141
+
142
+ if m.get('Message') is not None:
143
+ self.message = m.get('Message')
144
+
145
+ if m.get('Success') is not None:
146
+ self.success = m.get('Success')
147
+
148
+ if m.get('TagSummaryInfo') is not None:
149
+ temp_model = main_models.GetAnnotationMissionSummaryResponseBodyDataTagSummaryInfo()
150
+ self.tag_summary_info = temp_model.from_map(m.get('TagSummaryInfo'))
151
+
152
+ return self
153
+
154
+ class GetAnnotationMissionSummaryResponseBodyDataTagSummaryInfo(DaraModel):
155
+ def __init__(
156
+ self,
157
+ tag_summary_info_detail_list: List[main_models.GetAnnotationMissionSummaryResponseBodyDataTagSummaryInfoTagSummaryInfoDetailList] = None,
158
+ ):
159
+ self.tag_summary_info_detail_list = tag_summary_info_detail_list
160
+
161
+ def validate(self):
162
+ if self.tag_summary_info_detail_list:
163
+ for v1 in self.tag_summary_info_detail_list:
164
+ if v1:
165
+ v1.validate()
166
+
167
+ def to_map(self):
168
+ result = dict()
169
+ _map = super().to_map()
170
+ if _map is not None:
171
+ result = _map
172
+ result['TagSummaryInfoDetailList'] = []
173
+ if self.tag_summary_info_detail_list is not None:
174
+ for k1 in self.tag_summary_info_detail_list:
175
+ result['TagSummaryInfoDetailList'].append(k1.to_map() if k1 else None)
176
+
177
+ return result
178
+
179
+ def from_map(self, m: dict = None):
180
+ m = m or dict()
181
+ self.tag_summary_info_detail_list = []
182
+ if m.get('TagSummaryInfoDetailList') is not None:
183
+ for k1 in m.get('TagSummaryInfoDetailList'):
184
+ temp_model = main_models.GetAnnotationMissionSummaryResponseBodyDataTagSummaryInfoTagSummaryInfoDetailList()
185
+ self.tag_summary_info_detail_list.append(temp_model.from_map(k1))
186
+
187
+ return self
188
+
189
+ class GetAnnotationMissionSummaryResponseBodyDataTagSummaryInfoTagSummaryInfoDetailList(DaraModel):
190
+ def __init__(
191
+ self,
192
+ count: int = None,
193
+ name: str = None,
194
+ ):
195
+ self.count = count
196
+ self.name = name
197
+
198
+ def validate(self):
199
+ pass
200
+
201
+ def to_map(self):
202
+ result = dict()
203
+ _map = super().to_map()
204
+ if _map is not None:
205
+ result = _map
206
+ if self.count is not None:
207
+ result['Count'] = self.count
208
+
209
+ if self.name is not None:
210
+ result['Name'] = self.name
211
+
212
+ return result
213
+
214
+ def from_map(self, m: dict = None):
215
+ m = m or dict()
216
+ if m.get('Count') is not None:
217
+ self.count = m.get('Count')
218
+
219
+ if m.get('Name') is not None:
220
+ self.name = m.get('Name')
221
+
222
+ return self
223
+
224
+ class GetAnnotationMissionSummaryResponseBodyDataIntentSummaryInfo(DaraModel):
225
+ def __init__(
226
+ self,
227
+ annotation_correct_count: int = None,
228
+ annotation_invalid: int = None,
229
+ chat_total_count: int = None,
230
+ intent_user_say_count: int = None,
231
+ intention_not_covered_count: int = None,
232
+ match_error_count: int = None,
233
+ no_annotation: int = None,
234
+ translation_unrecognized_count: int = None,
235
+ ):
236
+ self.annotation_correct_count = annotation_correct_count
237
+ self.annotation_invalid = annotation_invalid
238
+ self.chat_total_count = chat_total_count
239
+ self.intent_user_say_count = intent_user_say_count
240
+ self.intention_not_covered_count = intention_not_covered_count
241
+ self.match_error_count = match_error_count
242
+ self.no_annotation = no_annotation
243
+ self.translation_unrecognized_count = translation_unrecognized_count
244
+
245
+ def validate(self):
246
+ pass
247
+
248
+ def to_map(self):
249
+ result = dict()
250
+ _map = super().to_map()
251
+ if _map is not None:
252
+ result = _map
253
+ if self.annotation_correct_count is not None:
254
+ result['AnnotationCorrectCount'] = self.annotation_correct_count
255
+
256
+ if self.annotation_invalid is not None:
257
+ result['AnnotationInvalid'] = self.annotation_invalid
258
+
259
+ if self.chat_total_count is not None:
260
+ result['ChatTotalCount'] = self.chat_total_count
261
+
262
+ if self.intent_user_say_count is not None:
263
+ result['IntentUserSayCount'] = self.intent_user_say_count
264
+
265
+ if self.intention_not_covered_count is not None:
266
+ result['IntentionNotCoveredCount'] = self.intention_not_covered_count
267
+
268
+ if self.match_error_count is not None:
269
+ result['MatchErrorCount'] = self.match_error_count
270
+
271
+ if self.no_annotation is not None:
272
+ result['NoAnnotation'] = self.no_annotation
273
+
274
+ if self.translation_unrecognized_count is not None:
275
+ result['TranslationUnrecognizedCount'] = self.translation_unrecognized_count
276
+
277
+ return result
278
+
279
+ def from_map(self, m: dict = None):
280
+ m = m or dict()
281
+ if m.get('AnnotationCorrectCount') is not None:
282
+ self.annotation_correct_count = m.get('AnnotationCorrectCount')
283
+
284
+ if m.get('AnnotationInvalid') is not None:
285
+ self.annotation_invalid = m.get('AnnotationInvalid')
286
+
287
+ if m.get('ChatTotalCount') is not None:
288
+ self.chat_total_count = m.get('ChatTotalCount')
289
+
290
+ if m.get('IntentUserSayCount') is not None:
291
+ self.intent_user_say_count = m.get('IntentUserSayCount')
292
+
293
+ if m.get('IntentionNotCoveredCount') is not None:
294
+ self.intention_not_covered_count = m.get('IntentionNotCoveredCount')
295
+
296
+ if m.get('MatchErrorCount') is not None:
297
+ self.match_error_count = m.get('MatchErrorCount')
298
+
299
+ if m.get('NoAnnotation') is not None:
300
+ self.no_annotation = m.get('NoAnnotation')
301
+
302
+ if m.get('TranslationUnrecognizedCount') is not None:
303
+ self.translation_unrecognized_count = m.get('TranslationUnrecognizedCount')
304
+
305
+ return self
306
+
307
+ class GetAnnotationMissionSummaryResponseBodyDataAsrSummaryInfo(DaraModel):
308
+ def __init__(
309
+ self,
310
+ add_customization_data_count: int = None,
311
+ add_vocabulary_data_count: int = None,
312
+ annotation_invalid: int = None,
313
+ character_correct_rate: int = None,
314
+ character_error_rate: int = None,
315
+ chat_total_count: int = None,
316
+ no_annotation: int = None,
317
+ sentence_error_rate: int = None,
318
+ word_error_rate: int = None,
319
+ ):
320
+ self.add_customization_data_count = add_customization_data_count
321
+ self.add_vocabulary_data_count = add_vocabulary_data_count
322
+ self.annotation_invalid = annotation_invalid
323
+ self.character_correct_rate = character_correct_rate
324
+ self.character_error_rate = character_error_rate
325
+ self.chat_total_count = chat_total_count
326
+ self.no_annotation = no_annotation
327
+ self.sentence_error_rate = sentence_error_rate
328
+ self.word_error_rate = word_error_rate
329
+
330
+ def validate(self):
331
+ pass
332
+
333
+ def to_map(self):
334
+ result = dict()
335
+ _map = super().to_map()
336
+ if _map is not None:
337
+ result = _map
338
+ if self.add_customization_data_count is not None:
339
+ result['AddCustomizationDataCount'] = self.add_customization_data_count
340
+
341
+ if self.add_vocabulary_data_count is not None:
342
+ result['AddVocabularyDataCount'] = self.add_vocabulary_data_count
343
+
344
+ if self.annotation_invalid is not None:
345
+ result['AnnotationInvalid'] = self.annotation_invalid
346
+
347
+ if self.character_correct_rate is not None:
348
+ result['CharacterCorrectRate'] = self.character_correct_rate
349
+
350
+ if self.character_error_rate is not None:
351
+ result['CharacterErrorRate'] = self.character_error_rate
352
+
353
+ if self.chat_total_count is not None:
354
+ result['ChatTotalCount'] = self.chat_total_count
355
+
356
+ if self.no_annotation is not None:
357
+ result['NoAnnotation'] = self.no_annotation
358
+
359
+ if self.sentence_error_rate is not None:
360
+ result['SentenceErrorRate'] = self.sentence_error_rate
361
+
362
+ if self.word_error_rate is not None:
363
+ result['WordErrorRate'] = self.word_error_rate
364
+
365
+ return result
366
+
367
+ def from_map(self, m: dict = None):
368
+ m = m or dict()
369
+ if m.get('AddCustomizationDataCount') is not None:
370
+ self.add_customization_data_count = m.get('AddCustomizationDataCount')
371
+
372
+ if m.get('AddVocabularyDataCount') is not None:
373
+ self.add_vocabulary_data_count = m.get('AddVocabularyDataCount')
374
+
375
+ if m.get('AnnotationInvalid') is not None:
376
+ self.annotation_invalid = m.get('AnnotationInvalid')
377
+
378
+ if m.get('CharacterCorrectRate') is not None:
379
+ self.character_correct_rate = m.get('CharacterCorrectRate')
380
+
381
+ if m.get('CharacterErrorRate') is not None:
382
+ self.character_error_rate = m.get('CharacterErrorRate')
383
+
384
+ if m.get('ChatTotalCount') is not None:
385
+ self.chat_total_count = m.get('ChatTotalCount')
386
+
387
+ if m.get('NoAnnotation') is not None:
388
+ self.no_annotation = m.get('NoAnnotation')
389
+
390
+ if m.get('SentenceErrorRate') is not None:
391
+ self.sentence_error_rate = m.get('SentenceErrorRate')
392
+
393
+ if m.get('WordErrorRate') is not None:
394
+ self.word_error_rate = m.get('WordErrorRate')
395
+
396
+ return self
397
+
@@ -0,0 +1,49 @@
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 GetAnnotationMissionTagInfoListRequest(DaraModel):
8
+ def __init__(
9
+ self,
10
+ instance_id: str = None,
11
+ page_index: int = None,
12
+ page_size: int = None,
13
+ ):
14
+ self.instance_id = instance_id
15
+ self.page_index = page_index
16
+ self.page_size = page_size
17
+
18
+ def validate(self):
19
+ pass
20
+
21
+ def to_map(self):
22
+ result = dict()
23
+ _map = super().to_map()
24
+ if _map is not None:
25
+ result = _map
26
+ if self.instance_id is not None:
27
+ result['InstanceId'] = self.instance_id
28
+
29
+ if self.page_index is not None:
30
+ result['PageIndex'] = self.page_index
31
+
32
+ if self.page_size is not None:
33
+ result['PageSize'] = self.page_size
34
+
35
+ return result
36
+
37
+ def from_map(self, m: dict = None):
38
+ m = m or dict()
39
+ if m.get('InstanceId') is not None:
40
+ self.instance_id = m.get('InstanceId')
41
+
42
+ if m.get('PageIndex') is not None:
43
+ self.page_index = m.get('PageIndex')
44
+
45
+ if m.get('PageSize') is not None:
46
+ self.page_size = m.get('PageSize')
47
+
48
+ return self
49
+
@@ -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 GetAnnotationMissionTagInfoListResponse(DaraModel):
11
+ def __init__(
12
+ self,
13
+ headers: Dict[str, str] = None,
14
+ status_code: int = None,
15
+ body: main_models.GetAnnotationMissionTagInfoListResponseBody = 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.GetAnnotationMissionTagInfoListResponseBody()
51
+ self.body = temp_model.from_map(m.get('body'))
52
+
53
+ return self
54
+
@@ -0,0 +1,196 @@
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 GetAnnotationMissionTagInfoListResponseBody(DaraModel):
11
+ def __init__(
12
+ self,
13
+ code: str = None,
14
+ data: main_models.GetAnnotationMissionTagInfoListResponseBodyData = 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.GetAnnotationMissionTagInfoListResponseBodyData()
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 GetAnnotationMissionTagInfoListResponseBodyData(DaraModel):
80
+ def __init__(
81
+ self,
82
+ annotation_mission_tag_info_list: List[main_models.GetAnnotationMissionTagInfoListResponseBodyDataAnnotationMissionTagInfoList] = None,
83
+ message: str = None,
84
+ success: bool = None,
85
+ ):
86
+ self.annotation_mission_tag_info_list = annotation_mission_tag_info_list
87
+ self.message = message
88
+ self.success = success
89
+
90
+ def validate(self):
91
+ if self.annotation_mission_tag_info_list:
92
+ for v1 in self.annotation_mission_tag_info_list:
93
+ if v1:
94
+ v1.validate()
95
+
96
+ def to_map(self):
97
+ result = dict()
98
+ _map = super().to_map()
99
+ if _map is not None:
100
+ result = _map
101
+ result['AnnotationMissionTagInfoList'] = []
102
+ if self.annotation_mission_tag_info_list is not None:
103
+ for k1 in self.annotation_mission_tag_info_list:
104
+ result['AnnotationMissionTagInfoList'].append(k1.to_map() if k1 else None)
105
+
106
+ if self.message is not None:
107
+ result['Message'] = self.message
108
+
109
+ if self.success is not None:
110
+ result['Success'] = self.success
111
+
112
+ return result
113
+
114
+ def from_map(self, m: dict = None):
115
+ m = m or dict()
116
+ self.annotation_mission_tag_info_list = []
117
+ if m.get('AnnotationMissionTagInfoList') is not None:
118
+ for k1 in m.get('AnnotationMissionTagInfoList'):
119
+ temp_model = main_models.GetAnnotationMissionTagInfoListResponseBodyDataAnnotationMissionTagInfoList()
120
+ self.annotation_mission_tag_info_list.append(temp_model.from_map(k1))
121
+
122
+ if m.get('Message') is not None:
123
+ self.message = m.get('Message')
124
+
125
+ if m.get('Success') is not None:
126
+ self.success = m.get('Success')
127
+
128
+ return self
129
+
130
+ class GetAnnotationMissionTagInfoListResponseBodyDataAnnotationMissionTagInfoList(DaraModel):
131
+ def __init__(
132
+ self,
133
+ annotation_mission_tag_info_description: str = None,
134
+ annotation_mission_tag_info_id: str = None,
135
+ annotation_mission_tag_info_name: str = None,
136
+ delete: bool = None,
137
+ instance_id: str = None,
138
+ tenant_id: str = None,
139
+ ):
140
+ self.annotation_mission_tag_info_description = annotation_mission_tag_info_description
141
+ self.annotation_mission_tag_info_id = annotation_mission_tag_info_id
142
+ self.annotation_mission_tag_info_name = annotation_mission_tag_info_name
143
+ self.delete = delete
144
+ self.instance_id = instance_id
145
+ self.tenant_id = tenant_id
146
+
147
+ def validate(self):
148
+ pass
149
+
150
+ def to_map(self):
151
+ result = dict()
152
+ _map = super().to_map()
153
+ if _map is not None:
154
+ result = _map
155
+ if self.annotation_mission_tag_info_description is not None:
156
+ result['AnnotationMissionTagInfoDescription'] = self.annotation_mission_tag_info_description
157
+
158
+ if self.annotation_mission_tag_info_id is not None:
159
+ result['AnnotationMissionTagInfoId'] = self.annotation_mission_tag_info_id
160
+
161
+ if self.annotation_mission_tag_info_name is not None:
162
+ result['AnnotationMissionTagInfoName'] = self.annotation_mission_tag_info_name
163
+
164
+ if self.delete is not None:
165
+ result['Delete'] = self.delete
166
+
167
+ if self.instance_id is not None:
168
+ result['InstanceId'] = self.instance_id
169
+
170
+ if self.tenant_id is not None:
171
+ result['TenantId'] = self.tenant_id
172
+
173
+ return result
174
+
175
+ def from_map(self, m: dict = None):
176
+ m = m or dict()
177
+ if m.get('AnnotationMissionTagInfoDescription') is not None:
178
+ self.annotation_mission_tag_info_description = m.get('AnnotationMissionTagInfoDescription')
179
+
180
+ if m.get('AnnotationMissionTagInfoId') is not None:
181
+ self.annotation_mission_tag_info_id = m.get('AnnotationMissionTagInfoId')
182
+
183
+ if m.get('AnnotationMissionTagInfoName') is not None:
184
+ self.annotation_mission_tag_info_name = m.get('AnnotationMissionTagInfoName')
185
+
186
+ if m.get('Delete') is not None:
187
+ self.delete = m.get('Delete')
188
+
189
+ if m.get('InstanceId') is not None:
190
+ self.instance_id = m.get('InstanceId')
191
+
192
+ if m.get('TenantId') is not None:
193
+ self.tenant_id = m.get('TenantId')
194
+
195
+ return self
196
+