| { | |
| "seed": 42, | |
| "counts": { | |
| "real": 16, | |
| "confuser": 25, | |
| "dummy": 50, | |
| "total": 91 | |
| }, | |
| "real": [ | |
| "calculate", | |
| "cancel_pending_order", | |
| "exchange_delivered_order_items", | |
| "find_user_id_by_email", | |
| "find_user_id_by_name_zip", | |
| "get_item_details", | |
| "get_order_details", | |
| "get_product_details", | |
| "get_user_details", | |
| "list_all_product_types", | |
| "modify_pending_order_address", | |
| "modify_pending_order_items", | |
| "modify_pending_order_payment", | |
| "modify_user_address", | |
| "return_delivered_order_items", | |
| "transfer_to_human_agents" | |
| ], | |
| "confuser": [ | |
| "find_user_id_by_phone", | |
| "find_user_id_by_username", | |
| "get_order_invoice", | |
| "cancel_delivered_order", | |
| "return_pending_order_items", | |
| "get_product_reviews", | |
| "modify_user_email", | |
| "modify_user_name", | |
| "modify_user_phone", | |
| "apply_gift_card", | |
| "redeem_loyalty_points", | |
| "get_shipping_options", | |
| "get_return_label", | |
| "reorder_previous_order", | |
| "get_active_promotions", | |
| "add_item_to_cart", | |
| "remove_item_from_cart", | |
| "get_cart_contents", | |
| "checkout_cart", | |
| "get_wishlist", | |
| "add_to_wishlist", | |
| "cancel_order_item", | |
| "split_order_shipment", | |
| "upgrade_shipping_speed", | |
| "schedule_delivery" | |
| ], | |
| "dummy": [ | |
| "activate_esim", | |
| "add_data_addon", | |
| "block_lost_device", | |
| "can_send_mms", | |
| "change_plan", | |
| "check_5g_coverage", | |
| "check_apn_settings", | |
| "check_app_permissions", | |
| "check_app_status", | |
| "check_contract_status", | |
| "check_data_restriction_status", | |
| "check_esim_status", | |
| "check_installed_apps", | |
| "check_international_rates", | |
| "check_network_mode_preference", | |
| "check_network_status", | |
| "check_sim_status", | |
| "check_status_bar", | |
| "check_tower_outage", | |
| "check_vpn_status", | |
| "check_wifi_calling_status", | |
| "check_wifi_status", | |
| "disable_roaming", | |
| "enable_call_forwarding", | |
| "enable_roaming", | |
| "get_bills_for_customer", | |
| "get_customer_by_id", | |
| "get_customer_by_phone", | |
| "get_data_usage", | |
| "get_details_by_id", | |
| "get_plan_details", | |
| "get_usage_alerts", | |
| "grant_app_permission", | |
| "list_available_plans", | |
| "reboot_device", | |
| "refuel_data", | |
| "reseat_sim_card", | |
| "reset_apn_settings", | |
| "reset_voicemail_pin", | |
| "resume_line", | |
| "run_speed_test", | |
| "schedule_technician_visit", | |
| "send_payment_request", | |
| "set_data_limit", | |
| "set_network_mode_preference", | |
| "toggle_airplane_mode", | |
| "toggle_data", | |
| "toggle_roaming", | |
| "toggle_wifi_calling", | |
| "update_billing_address" | |
| ] | |
| } |