OverviewΒΆ
Each Sample Tool imports a particular Wrapper class or classes to demonstrate the functionality of a Web Service Feature. The relationship can been seen in the table below:
| Sample Tool | Wrapper Class | Web Service Feature | 
|---|---|---|
| start_rest_outbound.py | outbound_web_service | Starting an Outbound Service | 
| start_uas_outbound.py | outbound_web_service | Starting an Outbound Service | 
| get_application_instance_result.py | application_status_web_service | Starting an Outbound Service | 
| manage_messages.py | message_web_service | Managing Messages | 
| manage_files.py | file_web_service | Managing Files | 
| voice_biometrics.py | voice_biometrics_users_web_service voice_biometrics_user_groups_web_service voice_biometrics_user_group_keys_web_service | Managing Voice Biometrics | 
| monitor_recordings.py | monitor_web_service | Accessing Monitor Recordings | 
| interrupt_rest_application.py | rest_interrupt_web_service | Interrupt a REST Application | 
| manage_conferences.py | conference_web_service | Managing Conferences | 
| manage_telephone_numbers.py | telephone_numbers_web_service | Managing Telephone Numbers | 
| number_lookup.py | number_lookup_web_service | Lookup a Telephone Number | 
| manage_reports.py | reports_web_service | Generating Reports | 
| webrtc_client_tools.py | webrtc_client_web_service | Generating WebRTC Client Tokens | 
| security_tools.py | security_web_service | Security Checking | 
- Start REST Outbound Sample
- Start UAS Outbound Sample
- Get Application Instance Result Sample
- Manage Messages Sample
- Manage Files Sample
- Voice Biometrics Sample
- Monitor Recordings Sample
- Interrupt REST Application Sample
- Manage Conferences Sample
- Manage Telephone Numbers Sample
- Number Lookup Sample
- Manage Reports Sample
- WebRTC Client Tools Sample
- Security Tools Sample