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,228 @@
|
|
|
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 GetRealtimeConcurrencyReportResponseBody(DaraModel):
|
|
11
|
+
def __init__(
|
|
12
|
+
self,
|
|
13
|
+
code: str = None,
|
|
14
|
+
http_status_code: int = None,
|
|
15
|
+
message: str = None,
|
|
16
|
+
report_date: int = None,
|
|
17
|
+
reports: main_models.GetRealtimeConcurrencyReportResponseBodyReports = None,
|
|
18
|
+
request_id: str = None,
|
|
19
|
+
success: bool = None,
|
|
20
|
+
):
|
|
21
|
+
self.code = code
|
|
22
|
+
self.http_status_code = http_status_code
|
|
23
|
+
self.message = message
|
|
24
|
+
self.report_date = report_date
|
|
25
|
+
self.reports = reports
|
|
26
|
+
self.request_id = request_id
|
|
27
|
+
self.success = success
|
|
28
|
+
|
|
29
|
+
def validate(self):
|
|
30
|
+
if self.reports:
|
|
31
|
+
self.reports.validate()
|
|
32
|
+
|
|
33
|
+
def to_map(self):
|
|
34
|
+
result = dict()
|
|
35
|
+
_map = super().to_map()
|
|
36
|
+
if _map is not None:
|
|
37
|
+
result = _map
|
|
38
|
+
if self.code is not None:
|
|
39
|
+
result['Code'] = self.code
|
|
40
|
+
|
|
41
|
+
if self.http_status_code is not None:
|
|
42
|
+
result['HttpStatusCode'] = self.http_status_code
|
|
43
|
+
|
|
44
|
+
if self.message is not None:
|
|
45
|
+
result['Message'] = self.message
|
|
46
|
+
|
|
47
|
+
if self.report_date is not None:
|
|
48
|
+
result['ReportDate'] = self.report_date
|
|
49
|
+
|
|
50
|
+
if self.reports is not None:
|
|
51
|
+
result['Reports'] = self.reports.to_map()
|
|
52
|
+
|
|
53
|
+
if self.request_id is not None:
|
|
54
|
+
result['RequestId'] = self.request_id
|
|
55
|
+
|
|
56
|
+
if self.success is not None:
|
|
57
|
+
result['Success'] = self.success
|
|
58
|
+
|
|
59
|
+
return result
|
|
60
|
+
|
|
61
|
+
def from_map(self, m: dict = None):
|
|
62
|
+
m = m or dict()
|
|
63
|
+
if m.get('Code') is not None:
|
|
64
|
+
self.code = m.get('Code')
|
|
65
|
+
|
|
66
|
+
if m.get('HttpStatusCode') is not None:
|
|
67
|
+
self.http_status_code = m.get('HttpStatusCode')
|
|
68
|
+
|
|
69
|
+
if m.get('Message') is not None:
|
|
70
|
+
self.message = m.get('Message')
|
|
71
|
+
|
|
72
|
+
if m.get('ReportDate') is not None:
|
|
73
|
+
self.report_date = m.get('ReportDate')
|
|
74
|
+
|
|
75
|
+
if m.get('Reports') is not None:
|
|
76
|
+
temp_model = main_models.GetRealtimeConcurrencyReportResponseBodyReports()
|
|
77
|
+
self.reports = temp_model.from_map(m.get('Reports'))
|
|
78
|
+
|
|
79
|
+
if m.get('RequestId') is not None:
|
|
80
|
+
self.request_id = m.get('RequestId')
|
|
81
|
+
|
|
82
|
+
if m.get('Success') is not None:
|
|
83
|
+
self.success = m.get('Success')
|
|
84
|
+
|
|
85
|
+
return self
|
|
86
|
+
|
|
87
|
+
class GetRealtimeConcurrencyReportResponseBodyReports(DaraModel):
|
|
88
|
+
def __init__(
|
|
89
|
+
self,
|
|
90
|
+
list: List[main_models.GetRealtimeConcurrencyReportResponseBodyReportsList] = None,
|
|
91
|
+
page_number: int = None,
|
|
92
|
+
page_size: int = None,
|
|
93
|
+
total_count: int = None,
|
|
94
|
+
):
|
|
95
|
+
self.list = list
|
|
96
|
+
self.page_number = page_number
|
|
97
|
+
self.page_size = page_size
|
|
98
|
+
self.total_count = total_count
|
|
99
|
+
|
|
100
|
+
def validate(self):
|
|
101
|
+
if self.list:
|
|
102
|
+
for v1 in self.list:
|
|
103
|
+
if v1:
|
|
104
|
+
v1.validate()
|
|
105
|
+
|
|
106
|
+
def to_map(self):
|
|
107
|
+
result = dict()
|
|
108
|
+
_map = super().to_map()
|
|
109
|
+
if _map is not None:
|
|
110
|
+
result = _map
|
|
111
|
+
result['List'] = []
|
|
112
|
+
if self.list is not None:
|
|
113
|
+
for k1 in self.list:
|
|
114
|
+
result['List'].append(k1.to_map() if k1 else None)
|
|
115
|
+
|
|
116
|
+
if self.page_number is not None:
|
|
117
|
+
result['PageNumber'] = self.page_number
|
|
118
|
+
|
|
119
|
+
if self.page_size is not None:
|
|
120
|
+
result['PageSize'] = self.page_size
|
|
121
|
+
|
|
122
|
+
if self.total_count is not None:
|
|
123
|
+
result['TotalCount'] = self.total_count
|
|
124
|
+
|
|
125
|
+
return result
|
|
126
|
+
|
|
127
|
+
def from_map(self, m: dict = None):
|
|
128
|
+
m = m or dict()
|
|
129
|
+
self.list = []
|
|
130
|
+
if m.get('List') is not None:
|
|
131
|
+
for k1 in m.get('List'):
|
|
132
|
+
temp_model = main_models.GetRealtimeConcurrencyReportResponseBodyReportsList()
|
|
133
|
+
self.list.append(temp_model.from_map(k1))
|
|
134
|
+
|
|
135
|
+
if m.get('PageNumber') is not None:
|
|
136
|
+
self.page_number = m.get('PageNumber')
|
|
137
|
+
|
|
138
|
+
if m.get('PageSize') is not None:
|
|
139
|
+
self.page_size = m.get('PageSize')
|
|
140
|
+
|
|
141
|
+
if m.get('TotalCount') is not None:
|
|
142
|
+
self.total_count = m.get('TotalCount')
|
|
143
|
+
|
|
144
|
+
return self
|
|
145
|
+
|
|
146
|
+
class GetRealtimeConcurrencyReportResponseBodyReportsList(DaraModel):
|
|
147
|
+
def __init__(
|
|
148
|
+
self,
|
|
149
|
+
instance_id: str = None,
|
|
150
|
+
instance_name: str = None,
|
|
151
|
+
job_group_id: str = None,
|
|
152
|
+
job_group_name: str = None,
|
|
153
|
+
max_concurrency_limit: int = None,
|
|
154
|
+
min_concurrency_limit: int = None,
|
|
155
|
+
occupied_concurrency_count: int = None,
|
|
156
|
+
report_date: int = None,
|
|
157
|
+
):
|
|
158
|
+
self.instance_id = instance_id
|
|
159
|
+
self.instance_name = instance_name
|
|
160
|
+
self.job_group_id = job_group_id
|
|
161
|
+
self.job_group_name = job_group_name
|
|
162
|
+
self.max_concurrency_limit = max_concurrency_limit
|
|
163
|
+
self.min_concurrency_limit = min_concurrency_limit
|
|
164
|
+
self.occupied_concurrency_count = occupied_concurrency_count
|
|
165
|
+
self.report_date = report_date
|
|
166
|
+
|
|
167
|
+
def validate(self):
|
|
168
|
+
pass
|
|
169
|
+
|
|
170
|
+
def to_map(self):
|
|
171
|
+
result = dict()
|
|
172
|
+
_map = super().to_map()
|
|
173
|
+
if _map is not None:
|
|
174
|
+
result = _map
|
|
175
|
+
if self.instance_id is not None:
|
|
176
|
+
result['InstanceId'] = self.instance_id
|
|
177
|
+
|
|
178
|
+
if self.instance_name is not None:
|
|
179
|
+
result['InstanceName'] = self.instance_name
|
|
180
|
+
|
|
181
|
+
if self.job_group_id is not None:
|
|
182
|
+
result['JobGroupId'] = self.job_group_id
|
|
183
|
+
|
|
184
|
+
if self.job_group_name is not None:
|
|
185
|
+
result['JobGroupName'] = self.job_group_name
|
|
186
|
+
|
|
187
|
+
if self.max_concurrency_limit is not None:
|
|
188
|
+
result['MaxConcurrencyLimit'] = self.max_concurrency_limit
|
|
189
|
+
|
|
190
|
+
if self.min_concurrency_limit is not None:
|
|
191
|
+
result['MinConcurrencyLimit'] = self.min_concurrency_limit
|
|
192
|
+
|
|
193
|
+
if self.occupied_concurrency_count is not None:
|
|
194
|
+
result['OccupiedConcurrencyCount'] = self.occupied_concurrency_count
|
|
195
|
+
|
|
196
|
+
if self.report_date is not None:
|
|
197
|
+
result['ReportDate'] = self.report_date
|
|
198
|
+
|
|
199
|
+
return result
|
|
200
|
+
|
|
201
|
+
def from_map(self, m: dict = None):
|
|
202
|
+
m = m or dict()
|
|
203
|
+
if m.get('InstanceId') is not None:
|
|
204
|
+
self.instance_id = m.get('InstanceId')
|
|
205
|
+
|
|
206
|
+
if m.get('InstanceName') is not None:
|
|
207
|
+
self.instance_name = m.get('InstanceName')
|
|
208
|
+
|
|
209
|
+
if m.get('JobGroupId') is not None:
|
|
210
|
+
self.job_group_id = m.get('JobGroupId')
|
|
211
|
+
|
|
212
|
+
if m.get('JobGroupName') is not None:
|
|
213
|
+
self.job_group_name = m.get('JobGroupName')
|
|
214
|
+
|
|
215
|
+
if m.get('MaxConcurrencyLimit') is not None:
|
|
216
|
+
self.max_concurrency_limit = m.get('MaxConcurrencyLimit')
|
|
217
|
+
|
|
218
|
+
if m.get('MinConcurrencyLimit') is not None:
|
|
219
|
+
self.min_concurrency_limit = m.get('MinConcurrencyLimit')
|
|
220
|
+
|
|
221
|
+
if m.get('OccupiedConcurrencyCount') is not None:
|
|
222
|
+
self.occupied_concurrency_count = m.get('OccupiedConcurrencyCount')
|
|
223
|
+
|
|
224
|
+
if m.get('ReportDate') is not None:
|
|
225
|
+
self.report_date = m.get('ReportDate')
|
|
226
|
+
|
|
227
|
+
return self
|
|
228
|
+
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import List
|
|
6
|
+
|
|
7
|
+
from darabonba.model import DaraModel
|
|
8
|
+
|
|
9
|
+
class GetSummaryInfoRequest(DaraModel):
|
|
10
|
+
def __init__(
|
|
11
|
+
self,
|
|
12
|
+
instance_id_list: List[str] = None,
|
|
13
|
+
):
|
|
14
|
+
self.instance_id_list = instance_id_list
|
|
15
|
+
|
|
16
|
+
def validate(self):
|
|
17
|
+
pass
|
|
18
|
+
|
|
19
|
+
def to_map(self):
|
|
20
|
+
result = dict()
|
|
21
|
+
_map = super().to_map()
|
|
22
|
+
if _map is not None:
|
|
23
|
+
result = _map
|
|
24
|
+
if self.instance_id_list is not None:
|
|
25
|
+
result['InstanceIdList'] = self.instance_id_list
|
|
26
|
+
|
|
27
|
+
return result
|
|
28
|
+
|
|
29
|
+
def from_map(self, m: dict = None):
|
|
30
|
+
m = m or dict()
|
|
31
|
+
if m.get('InstanceIdList') is not None:
|
|
32
|
+
self.instance_id_list = m.get('InstanceIdList')
|
|
33
|
+
|
|
34
|
+
return self
|
|
35
|
+
|
|
@@ -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 GetSummaryInfoResponse(DaraModel):
|
|
11
|
+
def __init__(
|
|
12
|
+
self,
|
|
13
|
+
headers: Dict[str, str] = None,
|
|
14
|
+
status_code: int = None,
|
|
15
|
+
body: main_models.GetSummaryInfoResponseBody = 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.GetSummaryInfoResponseBody()
|
|
51
|
+
self.body = temp_model.from_map(m.get('body'))
|
|
52
|
+
|
|
53
|
+
return self
|
|
54
|
+
|
|
@@ -0,0 +1,135 @@
|
|
|
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 GetSummaryInfoResponseBody(DaraModel):
|
|
11
|
+
def __init__(
|
|
12
|
+
self,
|
|
13
|
+
agent_bot_instance_summary_list: List[main_models.GetSummaryInfoResponseBodyAgentBotInstanceSummaryList] = None,
|
|
14
|
+
code: str = None,
|
|
15
|
+
http_status_code: int = None,
|
|
16
|
+
message: str = None,
|
|
17
|
+
request_id: str = None,
|
|
18
|
+
success: bool = None,
|
|
19
|
+
):
|
|
20
|
+
self.agent_bot_instance_summary_list = agent_bot_instance_summary_list
|
|
21
|
+
self.code = code
|
|
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.agent_bot_instance_summary_list:
|
|
29
|
+
for v1 in self.agent_bot_instance_summary_list:
|
|
30
|
+
if v1:
|
|
31
|
+
v1.validate()
|
|
32
|
+
|
|
33
|
+
def to_map(self):
|
|
34
|
+
result = dict()
|
|
35
|
+
_map = super().to_map()
|
|
36
|
+
if _map is not None:
|
|
37
|
+
result = _map
|
|
38
|
+
result['AgentBotInstanceSummaryList'] = []
|
|
39
|
+
if self.agent_bot_instance_summary_list is not None:
|
|
40
|
+
for k1 in self.agent_bot_instance_summary_list:
|
|
41
|
+
result['AgentBotInstanceSummaryList'].append(k1.to_map() if k1 else None)
|
|
42
|
+
|
|
43
|
+
if self.code is not None:
|
|
44
|
+
result['Code'] = self.code
|
|
45
|
+
|
|
46
|
+
if self.http_status_code is not None:
|
|
47
|
+
result['HttpStatusCode'] = self.http_status_code
|
|
48
|
+
|
|
49
|
+
if self.message is not None:
|
|
50
|
+
result['Message'] = self.message
|
|
51
|
+
|
|
52
|
+
if self.request_id is not None:
|
|
53
|
+
result['RequestId'] = self.request_id
|
|
54
|
+
|
|
55
|
+
if self.success is not None:
|
|
56
|
+
result['Success'] = self.success
|
|
57
|
+
|
|
58
|
+
return result
|
|
59
|
+
|
|
60
|
+
def from_map(self, m: dict = None):
|
|
61
|
+
m = m or dict()
|
|
62
|
+
self.agent_bot_instance_summary_list = []
|
|
63
|
+
if m.get('AgentBotInstanceSummaryList') is not None:
|
|
64
|
+
for k1 in m.get('AgentBotInstanceSummaryList'):
|
|
65
|
+
temp_model = main_models.GetSummaryInfoResponseBodyAgentBotInstanceSummaryList()
|
|
66
|
+
self.agent_bot_instance_summary_list.append(temp_model.from_map(k1))
|
|
67
|
+
|
|
68
|
+
if m.get('Code') is not None:
|
|
69
|
+
self.code = m.get('Code')
|
|
70
|
+
|
|
71
|
+
if m.get('HttpStatusCode') is not None:
|
|
72
|
+
self.http_status_code = m.get('HttpStatusCode')
|
|
73
|
+
|
|
74
|
+
if m.get('Message') is not None:
|
|
75
|
+
self.message = m.get('Message')
|
|
76
|
+
|
|
77
|
+
if m.get('RequestId') is not None:
|
|
78
|
+
self.request_id = m.get('RequestId')
|
|
79
|
+
|
|
80
|
+
if m.get('Success') is not None:
|
|
81
|
+
self.success = m.get('Success')
|
|
82
|
+
|
|
83
|
+
return self
|
|
84
|
+
|
|
85
|
+
class GetSummaryInfoResponseBodyAgentBotInstanceSummaryList(DaraModel):
|
|
86
|
+
def __init__(
|
|
87
|
+
self,
|
|
88
|
+
instance_id: str = None,
|
|
89
|
+
total_call_count: int = None,
|
|
90
|
+
total_call_time: int = None,
|
|
91
|
+
used_recording_storage_space: int = None,
|
|
92
|
+
):
|
|
93
|
+
self.instance_id = instance_id
|
|
94
|
+
self.total_call_count = total_call_count
|
|
95
|
+
self.total_call_time = total_call_time
|
|
96
|
+
self.used_recording_storage_space = used_recording_storage_space
|
|
97
|
+
|
|
98
|
+
def validate(self):
|
|
99
|
+
pass
|
|
100
|
+
|
|
101
|
+
def to_map(self):
|
|
102
|
+
result = dict()
|
|
103
|
+
_map = super().to_map()
|
|
104
|
+
if _map is not None:
|
|
105
|
+
result = _map
|
|
106
|
+
if self.instance_id is not None:
|
|
107
|
+
result['InstanceId'] = self.instance_id
|
|
108
|
+
|
|
109
|
+
if self.total_call_count is not None:
|
|
110
|
+
result['TotalCallCount'] = self.total_call_count
|
|
111
|
+
|
|
112
|
+
if self.total_call_time is not None:
|
|
113
|
+
result['TotalCallTime'] = self.total_call_time
|
|
114
|
+
|
|
115
|
+
if self.used_recording_storage_space is not None:
|
|
116
|
+
result['UsedRecordingStorageSpace'] = self.used_recording_storage_space
|
|
117
|
+
|
|
118
|
+
return result
|
|
119
|
+
|
|
120
|
+
def from_map(self, m: dict = None):
|
|
121
|
+
m = m or dict()
|
|
122
|
+
if m.get('InstanceId') is not None:
|
|
123
|
+
self.instance_id = m.get('InstanceId')
|
|
124
|
+
|
|
125
|
+
if m.get('TotalCallCount') is not None:
|
|
126
|
+
self.total_call_count = m.get('TotalCallCount')
|
|
127
|
+
|
|
128
|
+
if m.get('TotalCallTime') is not None:
|
|
129
|
+
self.total_call_time = m.get('TotalCallTime')
|
|
130
|
+
|
|
131
|
+
if m.get('UsedRecordingStorageSpace') is not None:
|
|
132
|
+
self.used_recording_storage_space = m.get('UsedRecordingStorageSpace')
|
|
133
|
+
|
|
134
|
+
return self
|
|
135
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
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 GetTaskByUuidRequest(DaraModel):
|
|
8
|
+
def __init__(
|
|
9
|
+
self,
|
|
10
|
+
instance_id: str = None,
|
|
11
|
+
task_id: str = None,
|
|
12
|
+
with_conversations: bool = None,
|
|
13
|
+
):
|
|
14
|
+
# This parameter is required.
|
|
15
|
+
self.instance_id = instance_id
|
|
16
|
+
# This parameter is required.
|
|
17
|
+
self.task_id = task_id
|
|
18
|
+
self.with_conversations = with_conversations
|
|
19
|
+
|
|
20
|
+
def validate(self):
|
|
21
|
+
pass
|
|
22
|
+
|
|
23
|
+
def to_map(self):
|
|
24
|
+
result = dict()
|
|
25
|
+
_map = super().to_map()
|
|
26
|
+
if _map is not None:
|
|
27
|
+
result = _map
|
|
28
|
+
if self.instance_id is not None:
|
|
29
|
+
result['InstanceId'] = self.instance_id
|
|
30
|
+
|
|
31
|
+
if self.task_id is not None:
|
|
32
|
+
result['TaskId'] = self.task_id
|
|
33
|
+
|
|
34
|
+
if self.with_conversations is not None:
|
|
35
|
+
result['WithConversations'] = self.with_conversations
|
|
36
|
+
|
|
37
|
+
return result
|
|
38
|
+
|
|
39
|
+
def from_map(self, m: dict = None):
|
|
40
|
+
m = m or dict()
|
|
41
|
+
if m.get('InstanceId') is not None:
|
|
42
|
+
self.instance_id = m.get('InstanceId')
|
|
43
|
+
|
|
44
|
+
if m.get('TaskId') is not None:
|
|
45
|
+
self.task_id = m.get('TaskId')
|
|
46
|
+
|
|
47
|
+
if m.get('WithConversations') is not None:
|
|
48
|
+
self.with_conversations = m.get('WithConversations')
|
|
49
|
+
|
|
50
|
+
return self
|
|
51
|
+
|
|
@@ -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 GetTaskByUuidResponse(DaraModel):
|
|
11
|
+
def __init__(
|
|
12
|
+
self,
|
|
13
|
+
headers: Dict[str, str] = None,
|
|
14
|
+
status_code: int = None,
|
|
15
|
+
body: main_models.GetTaskByUuidResponseBody = 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.GetTaskByUuidResponseBody()
|
|
51
|
+
self.body = temp_model.from_map(m.get('body'))
|
|
52
|
+
|
|
53
|
+
return self
|
|
54
|
+
|