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.
- alibabacloud_outboundbot20191226/__init__.py +1 -1
- alibabacloud_outboundbot20191226/client.py +9190 -12657
- alibabacloud_outboundbot20191226/models/__init__.py +1417 -0
- alibabacloud_outboundbot20191226/models/_assign_jobs_async_request.py +69 -0
- alibabacloud_outboundbot20191226/models/_assign_jobs_async_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_assign_jobs_async_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_assign_jobs_async_shrink_request.py +67 -0
- alibabacloud_outboundbot20191226/models/_assign_jobs_request.py +93 -0
- alibabacloud_outboundbot20191226/models/_assign_jobs_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_assign_jobs_response_body.py +83 -0
- alibabacloud_outboundbot20191226/models/_cancel_jobs_request.py +77 -0
- alibabacloud_outboundbot20191226/models/_cancel_jobs_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_cancel_jobs_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_change_resource_group_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_change_resource_group_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_change_resource_group_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_create_agent_profile_request.py +141 -0
- alibabacloud_outboundbot20191226/models/_create_agent_profile_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_agent_profile_response_body.py +234 -0
- alibabacloud_outboundbot20191226/models/_create_annotation_mission_request.py +171 -0
- alibabacloud_outboundbot20191226/models/_create_annotation_mission_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_annotation_mission_response_body.py +111 -0
- alibabacloud_outboundbot20191226/models/_create_annotation_mission_shrink_request.py +171 -0
- alibabacloud_outboundbot20191226/models/_create_batch_jobs_request.py +102 -0
- alibabacloud_outboundbot20191226/models/_create_batch_jobs_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_batch_jobs_response_body.py +345 -0
- alibabacloud_outboundbot20191226/models/_create_batch_repeat_job_request.py +142 -0
- alibabacloud_outboundbot20191226/models/_create_batch_repeat_job_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_batch_repeat_job_response_body.py +127 -0
- alibabacloud_outboundbot20191226/models/_create_beebot_intent_lgf_request.py +92 -0
- alibabacloud_outboundbot20191226/models/_create_beebot_intent_lgf_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_beebot_intent_lgf_response_body.py +81 -0
- alibabacloud_outboundbot20191226/models/_create_beebot_intent_lgf_shrink_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_create_beebot_intent_request.py +91 -0
- alibabacloud_outboundbot20191226/models/_create_beebot_intent_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_beebot_intent_response_body.py +81 -0
- alibabacloud_outboundbot20191226/models/_create_beebot_intent_shrink_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_create_beebot_intent_user_say_request.py +92 -0
- alibabacloud_outboundbot20191226/models/_create_beebot_intent_user_say_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_beebot_intent_user_say_response_body.py +81 -0
- alibabacloud_outboundbot20191226/models/_create_beebot_intent_user_say_shrink_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_create_dialogue_flow_request.py +61 -0
- alibabacloud_outboundbot20191226/models/_create_dialogue_flow_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_dialogue_flow_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_create_download_url_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_create_download_url_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_download_url_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_create_global_question_request.py +79 -0
- alibabacloud_outboundbot20191226/models/_create_global_question_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_global_question_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_create_instance_bind_number_request.py +41 -0
- alibabacloud_outboundbot20191226/models/_create_instance_bind_number_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_instance_bind_number_response_body.py +148 -0
- alibabacloud_outboundbot20191226/models/_create_instance_request.py +77 -0
- alibabacloud_outboundbot20191226/models/_create_instance_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_instance_response_body.py +167 -0
- alibabacloud_outboundbot20191226/models/_create_intent_request.py +77 -0
- alibabacloud_outboundbot20191226/models/_create_intent_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_intent_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_create_job_data_parsing_task_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_create_job_data_parsing_task_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_job_data_parsing_task_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_create_job_group_export_task_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_create_job_group_export_task_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_job_group_export_task_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_create_job_group_request.py +133 -0
- alibabacloud_outboundbot20191226/models/_create_job_group_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_job_group_response_body.py +525 -0
- alibabacloud_outboundbot20191226/models/_create_script_request.py +191 -0
- alibabacloud_outboundbot20191226/models/_create_script_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_script_response_body.py +191 -0
- alibabacloud_outboundbot20191226/models/_create_script_waveform_request.py +70 -0
- alibabacloud_outboundbot20191226/models/_create_script_waveform_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_script_waveform_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_create_tag_request.py +61 -0
- alibabacloud_outboundbot20191226/models/_create_tag_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_tag_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_create_task_export_task_request.py +242 -0
- alibabacloud_outboundbot20191226/models/_create_task_export_task_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_create_task_export_task_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_delete_agent_profiles_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_delete_agent_profiles_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_agent_profiles_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_delete_agent_profiles_shrink_request.py +41 -0
- alibabacloud_outboundbot20191226/models/_delete_all_number_district_info_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_all_number_district_info_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_delete_beebot_intent_lgf_request.py +61 -0
- alibabacloud_outboundbot20191226/models/_delete_beebot_intent_lgf_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_beebot_intent_lgf_response_body.py +81 -0
- alibabacloud_outboundbot20191226/models/_delete_beebot_intent_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_delete_beebot_intent_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_beebot_intent_response_body.py +81 -0
- alibabacloud_outboundbot20191226/models/_delete_beebot_intent_user_say_request.py +61 -0
- alibabacloud_outboundbot20191226/models/_delete_beebot_intent_user_say_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_beebot_intent_user_say_response_body.py +81 -0
- alibabacloud_outboundbot20191226/models/_delete_contact_block_list_request.py +51 -0
- alibabacloud_outboundbot20191226/models/_delete_contact_block_list_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_contact_block_list_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_delete_contact_white_list_request.py +51 -0
- alibabacloud_outboundbot20191226/models/_delete_contact_white_list_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_contact_white_list_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_delete_dialogue_flow_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_delete_dialogue_flow_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_dialogue_flow_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_delete_global_question_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_delete_global_question_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_global_question_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_delete_instance_request.py +34 -0
- alibabacloud_outboundbot20191226/models/_delete_instance_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_instance_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_delete_intent_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_delete_intent_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_intent_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_delete_job_group_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_delete_job_group_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_job_group_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_delete_outbound_call_number_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_delete_outbound_call_number_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_outbound_call_number_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_delete_script_recording_request.py +51 -0
- alibabacloud_outboundbot20191226/models/_delete_script_recording_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_script_recording_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_delete_script_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_delete_script_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_script_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_delete_script_waveform_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_delete_script_waveform_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_delete_script_waveform_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_describe_beebot_intent_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_describe_beebot_intent_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_beebot_intent_response_body.py +183 -0
- alibabacloud_outboundbot20191226/models/_describe_dialogue_node_statistics_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_describe_dialogue_node_statistics_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_dialogue_node_statistics_response_body.py +260 -0
- alibabacloud_outboundbot20191226/models/_describe_ds_reports_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_describe_ds_reports_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_ds_reports_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_describe_global_question_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_describe_global_question_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_global_question_response_body.py +143 -0
- alibabacloud_outboundbot20191226/models/_describe_group_executing_info_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_describe_group_executing_info_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_group_executing_info_response_body.py +308 -0
- alibabacloud_outboundbot20191226/models/_describe_instance_request.py +34 -0
- alibabacloud_outboundbot20191226/models/_describe_instance_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_instance_response_body.py +167 -0
- alibabacloud_outboundbot20191226/models/_describe_intent_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_describe_intent_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_intent_response_body.py +159 -0
- alibabacloud_outboundbot20191226/models/_describe_intent_statistics_request.py +51 -0
- alibabacloud_outboundbot20191226/models/_describe_intent_statistics_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_intent_statistics_response_body.py +367 -0
- alibabacloud_outboundbot20191226/models/_describe_job_data_parsing_task_progress_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_describe_job_data_parsing_task_progress_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_job_data_parsing_task_progress_response_body.py +143 -0
- alibabacloud_outboundbot20191226/models/_describe_job_group_export_task_progress_request.py +41 -0
- alibabacloud_outboundbot20191226/models/_describe_job_group_export_task_progress_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_job_group_export_task_progress_response_body.py +81 -0
- alibabacloud_outboundbot20191226/models/_describe_job_group_request.py +53 -0
- alibabacloud_outboundbot20191226/models/_describe_job_group_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_job_group_response_body.py +886 -0
- alibabacloud_outboundbot20191226/models/_describe_job_request.py +51 -0
- alibabacloud_outboundbot20191226/models/_describe_job_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_job_response_body.py +1002 -0
- alibabacloud_outboundbot20191226/models/_describe_script_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_describe_script_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_script_response_body.py +348 -0
- alibabacloud_outboundbot20191226/models/_describe_script_voice_config_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_describe_script_voice_config_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_script_voice_config_response_body.py +151 -0
- alibabacloud_outboundbot20191226/models/_describe_tag_hits_summary_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_describe_tag_hits_summary_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_tag_hits_summary_response_body.py +196 -0
- alibabacloud_outboundbot20191226/models/_describe_tenant_bind_number_request.py +33 -0
- alibabacloud_outboundbot20191226/models/_describe_tenant_bind_number_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_tenant_bind_number_response_body.py +156 -0
- alibabacloud_outboundbot20191226/models/_describe_ttsconfig_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_describe_ttsconfig_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_ttsconfig_response_body.py +143 -0
- alibabacloud_outboundbot20191226/models/_describe_ttsdemo_request.py +131 -0
- alibabacloud_outboundbot20191226/models/_describe_ttsdemo_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_describe_ttsdemo_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_dialogue_request.py +120 -0
- alibabacloud_outboundbot20191226/models/_dialogue_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_dialogue_response_body.py +136 -0
- alibabacloud_outboundbot20191226/models/_download_recording_request.py +51 -0
- alibabacloud_outboundbot20191226/models/_download_recording_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_download_recording_response_body.py +119 -0
- alibabacloud_outboundbot20191226/models/_download_script_recording_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_download_script_recording_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_download_script_recording_response_body.py +111 -0
- alibabacloud_outboundbot20191226/models/_duplicate_script_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_duplicate_script_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_duplicate_script_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_export_script_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_export_script_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_export_script_response_body.py +103 -0
- alibabacloud_outboundbot20191226/models/_generate_upload_url_request.py +41 -0
- alibabacloud_outboundbot20191226/models/_generate_upload_url_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_generate_upload_url_response_body.py +159 -0
- alibabacloud_outboundbot20191226/models/_get_after_answer_delay_playback_request.py +42 -0
- alibabacloud_outboundbot20191226/models/_get_after_answer_delay_playback_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_after_answer_delay_playback_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_get_agent_profile_request.py +51 -0
- alibabacloud_outboundbot20191226/models/_get_agent_profile_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_agent_profile_response_body.py +248 -0
- alibabacloud_outboundbot20191226/models/_get_agent_profile_template_request.py +42 -0
- alibabacloud_outboundbot20191226/models/_get_agent_profile_template_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_agent_profile_template_response_body.py +143 -0
- alibabacloud_outboundbot20191226/models/_get_annotation_mission_summary_request.py +33 -0
- alibabacloud_outboundbot20191226/models/_get_annotation_mission_summary_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_annotation_mission_summary_response_body.py +397 -0
- alibabacloud_outboundbot20191226/models/_get_annotation_mission_tag_info_list_request.py +49 -0
- alibabacloud_outboundbot20191226/models/_get_annotation_mission_tag_info_list_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_annotation_mission_tag_info_list_response_body.py +196 -0
- alibabacloud_outboundbot20191226/models/_get_asr_server_info_request.py +41 -0
- alibabacloud_outboundbot20191226/models/_get_asr_server_info_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_asr_server_info_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_get_assign_jobs_async_result_request.py +34 -0
- alibabacloud_outboundbot20191226/models/_get_assign_jobs_async_result_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_assign_jobs_async_result_response_body.py +99 -0
- alibabacloud_outboundbot20191226/models/_get_base_strategy_period_request.py +42 -0
- alibabacloud_outboundbot20191226/models/_get_base_strategy_period_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_base_strategy_period_response_body.py +151 -0
- alibabacloud_outboundbot20191226/models/_get_concurrent_conversation_quota_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_concurrent_conversation_quota_response_body.py +82 -0
- alibabacloud_outboundbot20191226/models/_get_contact_block_list_request.py +58 -0
- alibabacloud_outboundbot20191226/models/_get_contact_block_list_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_contact_block_list_response_body.py +220 -0
- alibabacloud_outboundbot20191226/models/_get_contact_white_list_request.py +58 -0
- alibabacloud_outboundbot20191226/models/_get_contact_white_list_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_contact_white_list_response_body.py +220 -0
- alibabacloud_outboundbot20191226/models/_get_current_concurrency_request.py +34 -0
- alibabacloud_outboundbot20191226/models/_get_current_concurrency_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_current_concurrency_response_body.py +89 -0
- alibabacloud_outboundbot20191226/models/_get_empty_number_no_more_calls_info_request.py +42 -0
- alibabacloud_outboundbot20191226/models/_get_empty_number_no_more_calls_info_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_empty_number_no_more_calls_info_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_get_job_data_upload_params_request.py +67 -0
- alibabacloud_outboundbot20191226/models/_get_job_data_upload_params_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_job_data_upload_params_response_body.py +143 -0
- alibabacloud_outboundbot20191226/models/_get_max_attempts_per_day_request.py +42 -0
- alibabacloud_outboundbot20191226/models/_get_max_attempts_per_day_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_max_attempts_per_day_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_get_number_district_info_template_download_url_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_number_district_info_template_download_url_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_get_realtime_concurrency_report_request.py +57 -0
- alibabacloud_outboundbot20191226/models/_get_realtime_concurrency_report_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_realtime_concurrency_report_response_body.py +228 -0
- alibabacloud_outboundbot20191226/models/_get_summary_info_request.py +35 -0
- alibabacloud_outboundbot20191226/models/_get_summary_info_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_summary_info_response_body.py +135 -0
- alibabacloud_outboundbot20191226/models/_get_task_by_uuid_request.py +51 -0
- alibabacloud_outboundbot20191226/models/_get_task_by_uuid_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_task_by_uuid_response_body.py +260 -0
- alibabacloud_outboundbot20191226/models/_get_version_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_get_version_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_import_script_request.py +51 -0
- alibabacloud_outboundbot20191226/models/_import_script_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_import_script_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_inflight_task_timeout_request.py +51 -0
- alibabacloud_outboundbot20191226/models/_inflight_task_timeout_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_inflight_task_timeout_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_list_agent_profiles_request.py +50 -0
- alibabacloud_outboundbot20191226/models/_list_agent_profiles_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_agent_profiles_response_body.py +240 -0
- alibabacloud_outboundbot20191226/models/_list_all_tenant_bind_number_binding_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_all_tenant_bind_number_binding_response_body.py +180 -0
- alibabacloud_outboundbot20191226/models/_list_annotation_mission_request.py +99 -0
- alibabacloud_outboundbot20191226/models/_list_annotation_mission_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_annotation_mission_response_body.py +324 -0
- alibabacloud_outboundbot20191226/models/_list_annotation_mission_session_request.py +73 -0
- alibabacloud_outboundbot20191226/models/_list_annotation_mission_session_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_annotation_mission_session_response_body.py +1002 -0
- alibabacloud_outboundbot20191226/models/_list_api_plugins_request.py +60 -0
- alibabacloud_outboundbot20191226/models/_list_api_plugins_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_api_plugins_response_body.py +207 -0
- alibabacloud_outboundbot20191226/models/_list_beebot_intent_lgf_request.py +78 -0
- alibabacloud_outboundbot20191226/models/_list_beebot_intent_lgf_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_beebot_intent_lgf_response_body.py +175 -0
- alibabacloud_outboundbot20191226/models/_list_beebot_intent_request.py +69 -0
- alibabacloud_outboundbot20191226/models/_list_beebot_intent_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_beebot_intent_response_body.py +207 -0
- alibabacloud_outboundbot20191226/models/_list_beebot_intent_user_say_request.py +78 -0
- alibabacloud_outboundbot20191226/models/_list_beebot_intent_user_say_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_beebot_intent_user_say_response_body.py +175 -0
- alibabacloud_outboundbot20191226/models/_list_chatbot_instances_request.py +51 -0
- alibabacloud_outboundbot20191226/models/_list_chatbot_instances_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_chatbot_instances_response_body.py +183 -0
- alibabacloud_outboundbot20191226/models/_list_dialogue_flows_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_list_dialogue_flows_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_dialogue_flows_response_body.py +151 -0
- alibabacloud_outboundbot20191226/models/_list_download_tasks_request.py +51 -0
- alibabacloud_outboundbot20191226/models/_list_download_tasks_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_download_tasks_response_body.py +255 -0
- alibabacloud_outboundbot20191226/models/_list_flash_sms_templates_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_list_flash_sms_templates_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_flash_sms_templates_response_body.py +127 -0
- alibabacloud_outboundbot20191226/models/_list_global_questions_request.py +61 -0
- alibabacloud_outboundbot20191226/models/_list_global_questions_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_global_questions_response_body.py +204 -0
- alibabacloud_outboundbot20191226/models/_list_instances_request.py +111 -0
- alibabacloud_outboundbot20191226/models/_list_instances_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_instances_response_body.py +258 -0
- alibabacloud_outboundbot20191226/models/_list_intentions_request.py +97 -0
- alibabacloud_outboundbot20191226/models/_list_intentions_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_intentions_response_body.py +756 -0
- alibabacloud_outboundbot20191226/models/_list_intents_request.py +69 -0
- alibabacloud_outboundbot20191226/models/_list_intents_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_intents_response_body.py +220 -0
- alibabacloud_outboundbot20191226/models/_list_job_groups_async_request.py +34 -0
- alibabacloud_outboundbot20191226/models/_list_job_groups_async_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_job_groups_async_response_body.py +456 -0
- alibabacloud_outboundbot20191226/models/_list_job_groups_request.py +100 -0
- alibabacloud_outboundbot20191226/models/_list_job_groups_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_job_groups_response_body.py +477 -0
- alibabacloud_outboundbot20191226/models/_list_jobs_by_group_request.py +77 -0
- alibabacloud_outboundbot20191226/models/_list_jobs_by_group_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_jobs_by_group_response_body.py +487 -0
- alibabacloud_outboundbot20191226/models/_list_jobs_request.py +45 -0
- alibabacloud_outboundbot20191226/models/_list_jobs_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_jobs_response_body.py +738 -0
- alibabacloud_outboundbot20191226/models/_list_outbound_call_numbers_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_list_outbound_call_numbers_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_outbound_call_numbers_response_body.py +188 -0
- alibabacloud_outboundbot20191226/models/_list_resource_tags_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_list_resource_tags_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_resource_tags_response_body.py +172 -0
- alibabacloud_outboundbot20191226/models/_list_script_publish_histories_request.py +61 -0
- alibabacloud_outboundbot20191226/models/_list_script_publish_histories_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_script_publish_histories_response_body.py +196 -0
- alibabacloud_outboundbot20191226/models/_list_script_recording_request.py +93 -0
- alibabacloud_outboundbot20191226/models/_list_script_recording_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_script_recording_response_body.py +239 -0
- alibabacloud_outboundbot20191226/models/_list_script_voice_configs_request.py +61 -0
- alibabacloud_outboundbot20191226/models/_list_script_voice_configs_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_script_voice_configs_response_body.py +212 -0
- alibabacloud_outboundbot20191226/models/_list_scripts_request.py +68 -0
- alibabacloud_outboundbot20191226/models/_list_scripts_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_scripts_response_body.py +385 -0
- alibabacloud_outboundbot20191226/models/_list_tag_resources_request.py +113 -0
- alibabacloud_outboundbot20191226/models/_list_tag_resources_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_tag_resources_response_body.py +143 -0
- alibabacloud_outboundbot20191226/models/_list_tags_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_list_tags_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_list_tags_response_body.py +211 -0
- alibabacloud_outboundbot20191226/models/_modify_agent_profile_request.py +133 -0
- alibabacloud_outboundbot20191226/models/_modify_agent_profile_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_agent_profile_response_body.py +249 -0
- alibabacloud_outboundbot20191226/models/_modify_agent_profile_shrink_request.py +131 -0
- alibabacloud_outboundbot20191226/models/_modify_annotation_mission_request.py +57 -0
- alibabacloud_outboundbot20191226/models/_modify_annotation_mission_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_annotation_mission_response_body.py +111 -0
- alibabacloud_outboundbot20191226/models/_modify_batch_jobs_request.py +111 -0
- alibabacloud_outboundbot20191226/models/_modify_batch_jobs_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_batch_jobs_response_body.py +345 -0
- alibabacloud_outboundbot20191226/models/_modify_beebot_intent_lgf_request.py +101 -0
- alibabacloud_outboundbot20191226/models/_modify_beebot_intent_lgf_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_beebot_intent_lgf_response_body.py +81 -0
- alibabacloud_outboundbot20191226/models/_modify_beebot_intent_lgf_shrink_request.py +61 -0
- alibabacloud_outboundbot20191226/models/_modify_beebot_intent_request.py +100 -0
- alibabacloud_outboundbot20191226/models/_modify_beebot_intent_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_beebot_intent_response_body.py +81 -0
- alibabacloud_outboundbot20191226/models/_modify_beebot_intent_shrink_request.py +61 -0
- alibabacloud_outboundbot20191226/models/_modify_beebot_intent_user_say_request.py +101 -0
- alibabacloud_outboundbot20191226/models/_modify_beebot_intent_user_say_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_beebot_intent_user_say_response_body.py +81 -0
- alibabacloud_outboundbot20191226/models/_modify_beebot_intent_user_say_shrink_request.py +61 -0
- alibabacloud_outboundbot20191226/models/_modify_dialogue_flow_request.py +69 -0
- alibabacloud_outboundbot20191226/models/_modify_dialogue_flow_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_dialogue_flow_response_body.py +81 -0
- alibabacloud_outboundbot20191226/models/_modify_empty_number_no_more_calls_info_request.py +50 -0
- alibabacloud_outboundbot20191226/models/_modify_empty_number_no_more_calls_info_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_empty_number_no_more_calls_info_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_modify_global_question_request.py +88 -0
- alibabacloud_outboundbot20191226/models/_modify_global_question_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_global_question_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_modify_instance_request.py +69 -0
- alibabacloud_outboundbot20191226/models/_modify_instance_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_instance_response_body.py +159 -0
- alibabacloud_outboundbot20191226/models/_modify_intent_request.py +86 -0
- alibabacloud_outboundbot20191226/models/_modify_intent_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_intent_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_modify_job_group_request.py +150 -0
- alibabacloud_outboundbot20191226/models/_modify_job_group_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_job_group_response_body.py +525 -0
- alibabacloud_outboundbot20191226/models/_modify_outbound_call_number_request.py +70 -0
- alibabacloud_outboundbot20191226/models/_modify_outbound_call_number_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_outbound_call_number_response_body.py +127 -0
- alibabacloud_outboundbot20191226/models/_modify_script_request.py +224 -0
- alibabacloud_outboundbot20191226/models/_modify_script_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_script_response_body.py +175 -0
- alibabacloud_outboundbot20191226/models/_modify_script_voice_config_request.py +69 -0
- alibabacloud_outboundbot20191226/models/_modify_script_voice_config_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_script_voice_config_response_body.py +151 -0
- alibabacloud_outboundbot20191226/models/_modify_tag_groups_request.py +61 -0
- alibabacloud_outboundbot20191226/models/_modify_tag_groups_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_tag_groups_response_body.py +211 -0
- alibabacloud_outboundbot20191226/models/_modify_ttsconfig_request.py +96 -0
- alibabacloud_outboundbot20191226/models/_modify_ttsconfig_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_modify_ttsconfig_response_body.py +157 -0
- alibabacloud_outboundbot20191226/models/_publish_script_for_debug_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_publish_script_for_debug_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_publish_script_for_debug_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_publish_script_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_publish_script_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_publish_script_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_query_jobs_request.py +108 -0
- alibabacloud_outboundbot20191226/models/_query_jobs_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_query_jobs_response_body.py +756 -0
- alibabacloud_outboundbot20191226/models/_query_jobs_with_result_request.py +141 -0
- alibabacloud_outboundbot20191226/models/_query_jobs_with_result_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_query_jobs_with_result_response_body.py +633 -0
- alibabacloud_outboundbot20191226/models/_query_script_waveforms_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_query_script_waveforms_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_query_script_waveforms_response_body.py +143 -0
- alibabacloud_outboundbot20191226/models/_query_scripts_by_status_request.py +63 -0
- alibabacloud_outboundbot20191226/models/_query_scripts_by_status_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_query_scripts_by_status_response_body.py +252 -0
- alibabacloud_outboundbot20191226/models/_record_failure_request.py +96 -0
- alibabacloud_outboundbot20191226/models/_record_failure_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_record_failure_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_resume_jobs_request.py +77 -0
- alibabacloud_outboundbot20191226/models/_resume_jobs_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_resume_jobs_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_rollback_script_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_rollback_script_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_rollback_script_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_save_after_answer_delay_playback_request.py +50 -0
- alibabacloud_outboundbot20191226/models/_save_after_answer_delay_playback_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_save_after_answer_delay_playback_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_save_annotation_mission_session_list_request.py +930 -0
- alibabacloud_outboundbot20191226/models/_save_annotation_mission_session_list_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_save_annotation_mission_session_list_response_body.py +158 -0
- alibabacloud_outboundbot20191226/models/_save_annotation_mission_tag_info_list_request.py +136 -0
- alibabacloud_outboundbot20191226/models/_save_annotation_mission_tag_info_list_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_save_annotation_mission_tag_info_list_response_body.py +119 -0
- alibabacloud_outboundbot20191226/models/_save_base_strategy_period_request.py +76 -0
- alibabacloud_outboundbot20191226/models/_save_base_strategy_period_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_save_base_strategy_period_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_save_contact_block_list_request.py +51 -0
- alibabacloud_outboundbot20191226/models/_save_contact_block_list_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_save_contact_block_list_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_save_contact_white_list_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_save_contact_white_list_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_save_contact_white_list_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_save_effective_days_request.py +50 -0
- alibabacloud_outboundbot20191226/models/_save_effective_days_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_save_effective_days_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_save_max_attempts_per_day_request.py +50 -0
- alibabacloud_outboundbot20191226/models/_save_max_attempts_per_day_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_save_max_attempts_per_day_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_search_task_request.py +228 -0
- alibabacloud_outboundbot20191226/models/_search_task_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_search_task_response_body.py +470 -0
- alibabacloud_outboundbot20191226/models/_start_job_request.py +77 -0
- alibabacloud_outboundbot20191226/models/_start_job_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_start_job_response_body.py +171 -0
- alibabacloud_outboundbot20191226/models/_submit_batch_jobs_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_submit_batch_jobs_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_submit_batch_jobs_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_submit_recording_request.py +60 -0
- alibabacloud_outboundbot20191226/models/_submit_recording_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_submit_recording_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_submit_script_review_request.py +60 -0
- alibabacloud_outboundbot20191226/models/_submit_script_review_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_submit_script_review_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_suspend_call_request.py +52 -0
- alibabacloud_outboundbot20191226/models/_suspend_call_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_suspend_call_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_suspend_call_with_file_request.py +49 -0
- alibabacloud_outboundbot20191226/models/_suspend_call_with_file_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_suspend_call_with_file_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_suspend_jobs_request.py +77 -0
- alibabacloud_outboundbot20191226/models/_suspend_jobs_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_suspend_jobs_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_tag_resources_request.py +107 -0
- alibabacloud_outboundbot20191226/models/_tag_resources_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_tag_resources_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_task_preparing_request.py +51 -0
- alibabacloud_outboundbot20191226/models/_task_preparing_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_task_preparing_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_terminate_call_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_terminate_call_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_terminate_call_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_untag_resources_request.py +70 -0
- alibabacloud_outboundbot20191226/models/_untag_resources_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_untag_resources_response_body.py +65 -0
- alibabacloud_outboundbot20191226/models/_upload_script_recording_request.py +70 -0
- alibabacloud_outboundbot20191226/models/_upload_script_recording_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_upload_script_recording_response_body.py +73 -0
- alibabacloud_outboundbot20191226/models/_withdraw_script_review_request.py +43 -0
- alibabacloud_outboundbot20191226/models/_withdraw_script_review_response.py +54 -0
- alibabacloud_outboundbot20191226/models/_withdraw_script_review_response_body.py +175 -0
- {alibabacloud_outboundbot20191226-2.0.0.dist-info → alibabacloud_outboundbot20191226-2.0.1.dist-info}/METADATA +7 -7
- alibabacloud_outboundbot20191226-2.0.1.dist-info/RECORD +499 -0
- alibabacloud_outboundbot20191226/models.py +0 -39763
- alibabacloud_outboundbot20191226-2.0.0.dist-info/RECORD +0 -8
- {alibabacloud_outboundbot20191226-2.0.0.dist-info → alibabacloud_outboundbot20191226-2.0.1.dist-info}/LICENSE +0 -0
- {alibabacloud_outboundbot20191226-2.0.0.dist-info → alibabacloud_outboundbot20191226-2.0.1.dist-info}/WHEEL +0 -0
- {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
|
+
|
alibabacloud_outboundbot20191226/models/_get_annotation_mission_tag_info_list_response_body.py
ADDED
|
@@ -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
|
+
|