├── .github ├── ISSUE_TEMPLATE │ └── config.yml └── workflows │ ├── pr-lint.yml │ └── test-and-deploy.yml ├── .gitignore ├── CHANGES.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Dockerfile ├── ISSUE_TEMPLATE.md ├── LICENSE ├── Makefile ├── PULL_REQUEST_TEMPLATE.md ├── README.md ├── UPGRADE.md ├── VERSIONS.md ├── advanced-examples ├── access-token-example.md ├── custom-http-client.md ├── orgs-api.md └── public-oauth.md ├── client ├── base_client.go ├── client.go ├── client_test.go ├── error.go ├── error_test.go ├── form │ ├── encode.go │ ├── form.go │ └── node.go ├── jwt │ ├── access_token.go │ ├── access_token_test.go │ ├── base_grants.go │ ├── chat_grant.go │ ├── conversations_grant.go │ ├── ip_messaging_grant.go │ ├── jwt.go │ ├── jwt_test.go │ ├── playback_grant.go │ ├── sync_grant.go │ ├── taskrouter │ │ ├── capability_token.go │ │ ├── capability_token_test.go │ │ ├── policy.go │ │ └── taskrouter_utils.go │ ├── taskrouter_grant.go │ ├── util │ │ ├── util.go │ │ └── util_test.go │ ├── video_grant.go │ └── voice_grant.go ├── mock_client.go ├── page_util.go ├── page_util_test.go ├── request_handler.go ├── request_handler_test.go ├── request_validator.go ├── request_validator_test.go ├── unmarshal.go ├── unmarshal_test.go └── version.go ├── cluster_test.go ├── githooks └── pre-commit ├── go.mod ├── go.sum ├── oauth.go ├── oauth_test.go ├── rest ├── accounts │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── auth_tokens_promote.go │ │ ├── auth_tokens_secondary.go │ │ ├── consents_bulk.go │ │ ├── contacts_bulk.go │ │ ├── credentials_aws.go │ │ ├── credentials_public_keys.go │ │ ├── docs │ │ ├── AccountsV1AuthTokenPromotion.md │ │ ├── AccountsV1BulkConsents.md │ │ ├── AccountsV1BulkContacts.md │ │ ├── AccountsV1CredentialAws.md │ │ ├── AccountsV1CredentialPublicKey.md │ │ ├── AccountsV1Safelist.md │ │ ├── AccountsV1SecondaryAuthToken.md │ │ ├── AuthTokensPromoteApi.md │ │ ├── AuthTokensSecondaryApi.md │ │ ├── ConsentsBulkApi.md │ │ ├── ContactsBulkApi.md │ │ ├── CredentialsAWSApi.md │ │ ├── CredentialsPublicKeysApi.md │ │ ├── ListCredentialAwsResponse.md │ │ ├── ListCredentialAwsResponseMeta.md │ │ ├── ListCredentialPublicKeyResponse.md │ │ └── SafeListNumbersApi.md │ │ ├── model_accounts_v1_auth_token_promotion.go │ │ ├── model_accounts_v1_bulk_consents.go │ │ ├── model_accounts_v1_bulk_contacts.go │ │ ├── model_accounts_v1_credential_aws.go │ │ ├── model_accounts_v1_credential_public_key.go │ │ ├── model_accounts_v1_safelist.go │ │ ├── model_accounts_v1_secondary_auth_token.go │ │ ├── model_list_credential_aws_response.go │ │ ├── model_list_credential_aws_response_meta.go │ │ ├── model_list_credential_public_key_response.go │ │ └── safe_list_numbers.go ├── api │ └── v2010 │ │ ├── README.md │ │ ├── accounts.go │ │ ├── accounts_addresses.go │ │ ├── accounts_addresses_dependent_phone_numbers.go │ │ ├── accounts_applications.go │ │ ├── accounts_authorized_connect_apps.go │ │ ├── accounts_available_phone_numbers.go │ │ ├── accounts_available_phone_numbers_local.go │ │ ├── accounts_available_phone_numbers_machine_to_machine.go │ │ ├── accounts_available_phone_numbers_mobile.go │ │ ├── accounts_available_phone_numbers_national.go │ │ ├── accounts_available_phone_numbers_shared_cost.go │ │ ├── accounts_available_phone_numbers_toll_free.go │ │ ├── accounts_available_phone_numbers_voip.go │ │ ├── accounts_balance.go │ │ ├── accounts_calls.go │ │ ├── accounts_calls_events.go │ │ ├── accounts_calls_notifications.go │ │ ├── accounts_calls_payments.go │ │ ├── accounts_calls_recordings.go │ │ ├── accounts_calls_siprec.go │ │ ├── accounts_calls_streams.go │ │ ├── accounts_calls_transcriptions.go │ │ ├── accounts_calls_user_defined_message_subscriptions.go │ │ ├── accounts_calls_user_defined_messages.go │ │ ├── accounts_conferences.go │ │ ├── accounts_conferences_participants.go │ │ ├── accounts_conferences_recordings.go │ │ ├── accounts_connect_apps.go │ │ ├── accounts_incoming_phone_numbers.go │ │ ├── accounts_incoming_phone_numbers_assigned_add_ons.go │ │ ├── accounts_incoming_phone_numbers_assigned_add_ons_extensions.go │ │ ├── accounts_incoming_phone_numbers_local.go │ │ ├── accounts_incoming_phone_numbers_mobile.go │ │ ├── accounts_incoming_phone_numbers_toll_free.go │ │ ├── accounts_keys.go │ │ ├── accounts_messages.go │ │ ├── accounts_messages_feedback.go │ │ ├── accounts_messages_media.go │ │ ├── accounts_notifications.go │ │ ├── accounts_outgoing_caller_ids.go │ │ ├── accounts_queues.go │ │ ├── accounts_queues_members.go │ │ ├── accounts_recordings.go │ │ ├── accounts_recordings_add_on_results.go │ │ ├── accounts_recordings_add_on_results_payloads.go │ │ ├── accounts_recordings_add_on_results_payloads_data.go │ │ ├── accounts_recordings_transcriptions.go │ │ ├── accounts_signing_keys.go │ │ ├── accounts_sip_credential_lists.go │ │ ├── accounts_sip_credential_lists_credentials.go │ │ ├── accounts_sip_domains.go │ │ ├── accounts_sip_domains_auth_calls_credential_list_mappings.go │ │ ├── accounts_sip_domains_auth_calls_ip_access_control_list_mappings.go │ │ ├── accounts_sip_domains_auth_registrations_credential_list_mappings.go │ │ ├── accounts_sip_domains_credential_list_mappings.go │ │ ├── accounts_sip_domains_ip_access_control_list_mappings.go │ │ ├── accounts_sipip_access_control_lists.go │ │ ├── accounts_sipip_access_control_lists_ip_addresses.go │ │ ├── accounts_sms_short_codes.go │ │ ├── accounts_tokens.go │ │ ├── accounts_transcriptions.go │ │ ├── accounts_usage_records.go │ │ ├── accounts_usage_records_all_time.go │ │ ├── accounts_usage_records_daily.go │ │ ├── accounts_usage_records_last_month.go │ │ ├── accounts_usage_records_monthly.go │ │ ├── accounts_usage_records_this_month.go │ │ ├── accounts_usage_records_today.go │ │ ├── accounts_usage_records_yearly.go │ │ ├── accounts_usage_records_yesterday.go │ │ ├── accounts_usage_triggers.go │ │ ├── api_service.go │ │ ├── docs │ │ ├── AccountsAddressesApi.md │ │ ├── AccountsAddressesDependentPhoneNumbersApi.md │ │ ├── AccountsApi.md │ │ ├── AccountsApplicationsApi.md │ │ ├── AccountsAuthorizedConnectAppsApi.md │ │ ├── AccountsAvailablePhoneNumbersApi.md │ │ ├── AccountsAvailablePhoneNumbersLocalApi.md │ │ ├── AccountsAvailablePhoneNumbersMachineToMachineApi.md │ │ ├── AccountsAvailablePhoneNumbersMobileApi.md │ │ ├── AccountsAvailablePhoneNumbersNationalApi.md │ │ ├── AccountsAvailablePhoneNumbersSharedCostApi.md │ │ ├── AccountsAvailablePhoneNumbersTollFreeApi.md │ │ ├── AccountsAvailablePhoneNumbersVoipApi.md │ │ ├── AccountsBalanceApi.md │ │ ├── AccountsCallsApi.md │ │ ├── AccountsCallsEventsApi.md │ │ ├── AccountsCallsNotificationsApi.md │ │ ├── AccountsCallsPaymentsApi.md │ │ ├── AccountsCallsRecordingsApi.md │ │ ├── AccountsCallsSiprecApi.md │ │ ├── AccountsCallsStreamsApi.md │ │ ├── AccountsCallsTranscriptionsApi.md │ │ ├── AccountsCallsUserDefinedMessageSubscriptionsApi.md │ │ ├── AccountsCallsUserDefinedMessagesApi.md │ │ ├── AccountsConferencesApi.md │ │ ├── AccountsConferencesParticipantsApi.md │ │ ├── AccountsConferencesRecordingsApi.md │ │ ├── AccountsConnectAppsApi.md │ │ ├── AccountsIncomingPhoneNumbersApi.md │ │ ├── AccountsIncomingPhoneNumbersAssignedAddOnsApi.md │ │ ├── AccountsIncomingPhoneNumbersAssignedAddOnsExtensionsApi.md │ │ ├── AccountsIncomingPhoneNumbersLocalApi.md │ │ ├── AccountsIncomingPhoneNumbersMobileApi.md │ │ ├── AccountsIncomingPhoneNumbersTollFreeApi.md │ │ ├── AccountsKeysApi.md │ │ ├── AccountsMessagesApi.md │ │ ├── AccountsMessagesFeedbackApi.md │ │ ├── AccountsMessagesMediaApi.md │ │ ├── AccountsNotificationsApi.md │ │ ├── AccountsOutgoingCallerIdsApi.md │ │ ├── AccountsQueuesApi.md │ │ ├── AccountsQueuesMembersApi.md │ │ ├── AccountsRecordingsAddOnResultsApi.md │ │ ├── AccountsRecordingsAddOnResultsPayloadsApi.md │ │ ├── AccountsRecordingsAddOnResultsPayloadsDataApi.md │ │ ├── AccountsRecordingsApi.md │ │ ├── AccountsRecordingsTranscriptionsApi.md │ │ ├── AccountsSIPCredentialListsApi.md │ │ ├── AccountsSIPCredentialListsCredentialsApi.md │ │ ├── AccountsSIPDomainsApi.md │ │ ├── AccountsSIPDomainsAuthCallsCredentialListMappingsApi.md │ │ ├── AccountsSIPDomainsAuthCallsIpAccessControlListMappingsApi.md │ │ ├── AccountsSIPDomainsAuthRegistrationsCredentialListMappingsApi.md │ │ ├── AccountsSIPDomainsCredentialListMappingsApi.md │ │ ├── AccountsSIPDomainsIpAccessControlListMappingsApi.md │ │ ├── AccountsSIPIpAccessControlListsApi.md │ │ ├── AccountsSIPIpAccessControlListsIpAddressesApi.md │ │ ├── AccountsSMSShortCodesApi.md │ │ ├── AccountsSigningKeysApi.md │ │ ├── AccountsTokensApi.md │ │ ├── AccountsTranscriptionsApi.md │ │ ├── AccountsUsageRecordsAllTimeApi.md │ │ ├── AccountsUsageRecordsApi.md │ │ ├── AccountsUsageRecordsDailyApi.md │ │ ├── AccountsUsageRecordsLastMonthApi.md │ │ ├── AccountsUsageRecordsMonthlyApi.md │ │ ├── AccountsUsageRecordsThisMonthApi.md │ │ ├── AccountsUsageRecordsTodayApi.md │ │ ├── AccountsUsageRecordsYearlyApi.md │ │ ├── AccountsUsageRecordsYesterdayApi.md │ │ ├── AccountsUsageTriggersApi.md │ │ ├── ApiV2010Account.md │ │ ├── ApiV2010AccountAddressDependentPhoneNumberCapabilities.md │ │ ├── ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities.md │ │ ├── ApiV2010AccountIncomingPhoneNumberCapabilities.md │ │ ├── ApiV2010AccountTokenIceServers.md │ │ ├── ApiV2010Address.md │ │ ├── ApiV2010Application.md │ │ ├── ApiV2010AuthorizedConnectApp.md │ │ ├── ApiV2010AvailablePhoneNumberCountry.md │ │ ├── ApiV2010AvailablePhoneNumberLocal.md │ │ ├── ApiV2010AvailablePhoneNumberMachineToMachine.md │ │ ├── ApiV2010AvailablePhoneNumberMobile.md │ │ ├── ApiV2010AvailablePhoneNumberNational.md │ │ ├── ApiV2010AvailablePhoneNumberSharedCost.md │ │ ├── ApiV2010AvailablePhoneNumberTollFree.md │ │ ├── ApiV2010AvailablePhoneNumberVoip.md │ │ ├── ApiV2010Balance.md │ │ ├── ApiV2010Call.md │ │ ├── ApiV2010CallEvent.md │ │ ├── ApiV2010CallNotification.md │ │ ├── ApiV2010CallNotificationInstance.md │ │ ├── ApiV2010CallRecording.md │ │ ├── ApiV2010Conference.md │ │ ├── ApiV2010ConferenceRecording.md │ │ ├── ApiV2010ConnectApp.md │ │ ├── ApiV2010DependentPhoneNumber.md │ │ ├── ApiV2010IncomingPhoneNumber.md │ │ ├── ApiV2010IncomingPhoneNumberAssignedAddOn.md │ │ ├── ApiV2010IncomingPhoneNumberAssignedAddOnExtension.md │ │ ├── ApiV2010IncomingPhoneNumberLocal.md │ │ ├── ApiV2010IncomingPhoneNumberMobile.md │ │ ├── ApiV2010IncomingPhoneNumberTollFree.md │ │ ├── ApiV2010Key.md │ │ ├── ApiV2010Media.md │ │ ├── ApiV2010Member.md │ │ ├── ApiV2010Message.md │ │ ├── ApiV2010MessageFeedback.md │ │ ├── ApiV2010NewKey.md │ │ ├── ApiV2010NewSigningKey.md │ │ ├── ApiV2010Notification.md │ │ ├── ApiV2010NotificationInstance.md │ │ ├── ApiV2010OutgoingCallerId.md │ │ ├── ApiV2010Participant.md │ │ ├── ApiV2010Payments.md │ │ ├── ApiV2010Queue.md │ │ ├── ApiV2010RealtimeTranscription.md │ │ ├── ApiV2010Recording.md │ │ ├── ApiV2010RecordingAddOnResult.md │ │ ├── ApiV2010RecordingAddOnResultPayload.md │ │ ├── ApiV2010RecordingAddOnResultPayloadData.md │ │ ├── ApiV2010RecordingTranscription.md │ │ ├── ApiV2010ShortCode.md │ │ ├── ApiV2010SigningKey.md │ │ ├── ApiV2010SipAuthCallsCredentialListMapping.md │ │ ├── ApiV2010SipAuthCallsIpAccessControlListMapping.md │ │ ├── ApiV2010SipAuthRegistrationsCredentialListMapping.md │ │ ├── ApiV2010SipCredential.md │ │ ├── ApiV2010SipCredentialList.md │ │ ├── ApiV2010SipCredentialListMapping.md │ │ ├── ApiV2010SipDomain.md │ │ ├── ApiV2010SipIpAccessControlList.md │ │ ├── ApiV2010SipIpAccessControlListMapping.md │ │ ├── ApiV2010SipIpAddress.md │ │ ├── ApiV2010Siprec.md │ │ ├── ApiV2010Stream.md │ │ ├── ApiV2010Token.md │ │ ├── ApiV2010Transcription.md │ │ ├── ApiV2010UsageRecord.md │ │ ├── ApiV2010UsageRecordAllTime.md │ │ ├── ApiV2010UsageRecordDaily.md │ │ ├── ApiV2010UsageRecordLastMonth.md │ │ ├── ApiV2010UsageRecordMonthly.md │ │ ├── ApiV2010UsageRecordThisMonth.md │ │ ├── ApiV2010UsageRecordToday.md │ │ ├── ApiV2010UsageRecordYearly.md │ │ ├── ApiV2010UsageRecordYesterday.md │ │ ├── ApiV2010UsageTrigger.md │ │ ├── ApiV2010UserDefinedMessage.md │ │ ├── ApiV2010UserDefinedMessageSubscription.md │ │ ├── ApiV2010ValidationRequest.md │ │ ├── ListAccountResponse.md │ │ ├── ListAddressResponse.md │ │ ├── ListApplicationResponse.md │ │ ├── ListAuthorizedConnectAppResponse.md │ │ ├── ListAvailablePhoneNumberCountryResponse.md │ │ ├── ListAvailablePhoneNumberLocalResponse.md │ │ ├── ListAvailablePhoneNumberMachineToMachineResponse.md │ │ ├── ListAvailablePhoneNumberMobileResponse.md │ │ ├── ListAvailablePhoneNumberNationalResponse.md │ │ ├── ListAvailablePhoneNumberSharedCostResponse.md │ │ ├── ListAvailablePhoneNumberTollFreeResponse.md │ │ ├── ListAvailablePhoneNumberVoipResponse.md │ │ ├── ListCallEventResponse.md │ │ ├── ListCallNotificationResponse.md │ │ ├── ListCallRecordingResponse.md │ │ ├── ListCallResponse.md │ │ ├── ListConferenceRecordingResponse.md │ │ ├── ListConferenceResponse.md │ │ ├── ListConnectAppResponse.md │ │ ├── ListDependentPhoneNumberResponse.md │ │ ├── ListIncomingPhoneNumberAssignedAddOnExtensionResponse.md │ │ ├── ListIncomingPhoneNumberAssignedAddOnResponse.md │ │ ├── ListIncomingPhoneNumberLocalResponse.md │ │ ├── ListIncomingPhoneNumberMobileResponse.md │ │ ├── ListIncomingPhoneNumberResponse.md │ │ ├── ListIncomingPhoneNumberTollFreeResponse.md │ │ ├── ListKeyResponse.md │ │ ├── ListMediaResponse.md │ │ ├── ListMemberResponse.md │ │ ├── ListMessageResponse.md │ │ ├── ListNotificationResponse.md │ │ ├── ListOutgoingCallerIdResponse.md │ │ ├── ListParticipantResponse.md │ │ ├── ListQueueResponse.md │ │ ├── ListRecordingAddOnResultPayloadResponse.md │ │ ├── ListRecordingAddOnResultResponse.md │ │ ├── ListRecordingResponse.md │ │ ├── ListRecordingTranscriptionResponse.md │ │ ├── ListShortCodeResponse.md │ │ ├── ListSigningKeyResponse.md │ │ ├── ListSipAuthCallsCredentialListMappingResponse.md │ │ ├── ListSipAuthCallsIpAccessControlListMappingResponse.md │ │ ├── ListSipAuthRegistrationsCredentialListMappingResponse.md │ │ ├── ListSipCredentialListMappingResponse.md │ │ ├── ListSipCredentialListResponse.md │ │ ├── ListSipCredentialResponse.md │ │ ├── ListSipDomainResponse.md │ │ ├── ListSipIpAccessControlListMappingResponse.md │ │ ├── ListSipIpAccessControlListResponse.md │ │ ├── ListSipIpAddressResponse.md │ │ ├── ListTranscriptionResponse.md │ │ ├── ListUsageRecordAllTimeResponse.md │ │ ├── ListUsageRecordDailyResponse.md │ │ ├── ListUsageRecordLastMonthResponse.md │ │ ├── ListUsageRecordMonthlyResponse.md │ │ ├── ListUsageRecordResponse.md │ │ ├── ListUsageRecordThisMonthResponse.md │ │ ├── ListUsageRecordTodayResponse.md │ │ ├── ListUsageRecordYearlyResponse.md │ │ ├── ListUsageRecordYesterdayResponse.md │ │ └── ListUsageTriggerResponse.md │ │ ├── model_api_v2010_account.go │ │ ├── model_api_v2010_account_address_dependent_phone_number_capabilities.go │ │ ├── model_api_v2010_account_available_phone_number_country_available_phone_number_local_capabilities.go │ │ ├── model_api_v2010_account_incoming_phone_number_capabilities.go │ │ ├── model_api_v2010_account_token_ice_servers.go │ │ ├── model_api_v2010_address.go │ │ ├── model_api_v2010_application.go │ │ ├── model_api_v2010_authorized_connect_app.go │ │ ├── model_api_v2010_available_phone_number_country.go │ │ ├── model_api_v2010_available_phone_number_local.go │ │ ├── model_api_v2010_available_phone_number_machine_to_machine.go │ │ ├── model_api_v2010_available_phone_number_mobile.go │ │ ├── model_api_v2010_available_phone_number_national.go │ │ ├── model_api_v2010_available_phone_number_shared_cost.go │ │ ├── model_api_v2010_available_phone_number_toll_free.go │ │ ├── model_api_v2010_available_phone_number_voip.go │ │ ├── model_api_v2010_balance.go │ │ ├── model_api_v2010_call.go │ │ ├── model_api_v2010_call_event.go │ │ ├── model_api_v2010_call_notification.go │ │ ├── model_api_v2010_call_notification_instance.go │ │ ├── model_api_v2010_call_recording.go │ │ ├── model_api_v2010_conference.go │ │ ├── model_api_v2010_conference_recording.go │ │ ├── model_api_v2010_connect_app.go │ │ ├── model_api_v2010_dependent_phone_number.go │ │ ├── model_api_v2010_incoming_phone_number.go │ │ ├── model_api_v2010_incoming_phone_number_assigned_add_on.go │ │ ├── model_api_v2010_incoming_phone_number_assigned_add_on_extension.go │ │ ├── model_api_v2010_incoming_phone_number_local.go │ │ ├── model_api_v2010_incoming_phone_number_mobile.go │ │ ├── model_api_v2010_incoming_phone_number_toll_free.go │ │ ├── model_api_v2010_key.go │ │ ├── model_api_v2010_media.go │ │ ├── model_api_v2010_member.go │ │ ├── model_api_v2010_message.go │ │ ├── model_api_v2010_message_feedback.go │ │ ├── model_api_v2010_new_key.go │ │ ├── model_api_v2010_new_signing_key.go │ │ ├── model_api_v2010_notification.go │ │ ├── model_api_v2010_notification_instance.go │ │ ├── model_api_v2010_outgoing_caller_id.go │ │ ├── model_api_v2010_participant.go │ │ ├── model_api_v2010_payments.go │ │ ├── model_api_v2010_queue.go │ │ ├── model_api_v2010_realtime_transcription.go │ │ ├── model_api_v2010_recording.go │ │ ├── model_api_v2010_recording_add_on_result.go │ │ ├── model_api_v2010_recording_add_on_result_payload.go │ │ ├── model_api_v2010_recording_add_on_result_payload_data.go │ │ ├── model_api_v2010_recording_transcription.go │ │ ├── model_api_v2010_short_code.go │ │ ├── model_api_v2010_signing_key.go │ │ ├── model_api_v2010_sip_auth_calls_credential_list_mapping.go │ │ ├── model_api_v2010_sip_auth_calls_ip_access_control_list_mapping.go │ │ ├── model_api_v2010_sip_auth_registrations_credential_list_mapping.go │ │ ├── model_api_v2010_sip_credential.go │ │ ├── model_api_v2010_sip_credential_list.go │ │ ├── model_api_v2010_sip_credential_list_mapping.go │ │ ├── model_api_v2010_sip_domain.go │ │ ├── model_api_v2010_sip_ip_access_control_list.go │ │ ├── model_api_v2010_sip_ip_access_control_list_mapping.go │ │ ├── model_api_v2010_sip_ip_address.go │ │ ├── model_api_v2010_siprec.go │ │ ├── model_api_v2010_stream.go │ │ ├── model_api_v2010_token.go │ │ ├── model_api_v2010_transcription.go │ │ ├── model_api_v2010_usage_record.go │ │ ├── model_api_v2010_usage_record_all_time.go │ │ ├── model_api_v2010_usage_record_daily.go │ │ ├── model_api_v2010_usage_record_last_month.go │ │ ├── model_api_v2010_usage_record_monthly.go │ │ ├── model_api_v2010_usage_record_this_month.go │ │ ├── model_api_v2010_usage_record_today.go │ │ ├── model_api_v2010_usage_record_yearly.go │ │ ├── model_api_v2010_usage_record_yesterday.go │ │ ├── model_api_v2010_usage_trigger.go │ │ ├── model_api_v2010_user_defined_message.go │ │ ├── model_api_v2010_user_defined_message_subscription.go │ │ ├── model_api_v2010_validation_request.go │ │ ├── model_list_account_response.go │ │ ├── model_list_address_response.go │ │ ├── model_list_application_response.go │ │ ├── model_list_authorized_connect_app_response.go │ │ ├── model_list_available_phone_number_country_response.go │ │ ├── model_list_available_phone_number_local_response.go │ │ ├── model_list_available_phone_number_machine_to_machine_response.go │ │ ├── model_list_available_phone_number_mobile_response.go │ │ ├── model_list_available_phone_number_national_response.go │ │ ├── model_list_available_phone_number_shared_cost_response.go │ │ ├── model_list_available_phone_number_toll_free_response.go │ │ ├── model_list_available_phone_number_voip_response.go │ │ ├── model_list_call_event_response.go │ │ ├── model_list_call_notification_response.go │ │ ├── model_list_call_recording_response.go │ │ ├── model_list_call_response.go │ │ ├── model_list_conference_recording_response.go │ │ ├── model_list_conference_response.go │ │ ├── model_list_connect_app_response.go │ │ ├── model_list_dependent_phone_number_response.go │ │ ├── model_list_incoming_phone_number_assigned_add_on_extension_response.go │ │ ├── model_list_incoming_phone_number_assigned_add_on_response.go │ │ ├── model_list_incoming_phone_number_local_response.go │ │ ├── model_list_incoming_phone_number_mobile_response.go │ │ ├── model_list_incoming_phone_number_response.go │ │ ├── model_list_incoming_phone_number_toll_free_response.go │ │ ├── model_list_key_response.go │ │ ├── model_list_media_response.go │ │ ├── model_list_member_response.go │ │ ├── model_list_message_response.go │ │ ├── model_list_notification_response.go │ │ ├── model_list_outgoing_caller_id_response.go │ │ ├── model_list_participant_response.go │ │ ├── model_list_queue_response.go │ │ ├── model_list_recording_add_on_result_payload_response.go │ │ ├── model_list_recording_add_on_result_response.go │ │ ├── model_list_recording_response.go │ │ ├── model_list_recording_transcription_response.go │ │ ├── model_list_short_code_response.go │ │ ├── model_list_signing_key_response.go │ │ ├── model_list_sip_auth_calls_credential_list_mapping_response.go │ │ ├── model_list_sip_auth_calls_ip_access_control_list_mapping_response.go │ │ ├── model_list_sip_auth_registrations_credential_list_mapping_response.go │ │ ├── model_list_sip_credential_list_mapping_response.go │ │ ├── model_list_sip_credential_list_response.go │ │ ├── model_list_sip_credential_response.go │ │ ├── model_list_sip_domain_response.go │ │ ├── model_list_sip_ip_access_control_list_mapping_response.go │ │ ├── model_list_sip_ip_access_control_list_response.go │ │ ├── model_list_sip_ip_address_response.go │ │ ├── model_list_transcription_response.go │ │ ├── model_list_usage_record_all_time_response.go │ │ ├── model_list_usage_record_daily_response.go │ │ ├── model_list_usage_record_last_month_response.go │ │ ├── model_list_usage_record_monthly_response.go │ │ ├── model_list_usage_record_response.go │ │ ├── model_list_usage_record_this_month_response.go │ │ ├── model_list_usage_record_today_response.go │ │ ├── model_list_usage_record_yearly_response.go │ │ ├── model_list_usage_record_yesterday_response.go │ │ └── model_list_usage_trigger_response.go ├── assistants │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── assistants.go │ │ ├── assistants_feedbacks.go │ │ ├── assistants_knowledge.go │ │ ├── assistants_messages.go │ │ ├── assistants_tools.go │ │ ├── docs │ │ ├── AssistantsApi.md │ │ ├── AssistantsFeedbacksApi.md │ │ ├── AssistantsKnowledgeApi.md │ │ ├── AssistantsMessagesApi.md │ │ ├── AssistantsToolsApi.md │ │ ├── AssistantsV1Assistant.md │ │ ├── AssistantsV1AssistantSendMessageRequest.md │ │ ├── AssistantsV1AssistantSendMessageResponse.md │ │ ├── AssistantsV1AssistantWithToolsAndKnowledge.md │ │ ├── AssistantsV1CreateAssistantRequest.md │ │ ├── AssistantsV1CreateFeedbackRequest.md │ │ ├── AssistantsV1CreateKnowledgeRequest.md │ │ ├── AssistantsV1CreatePolicyRequest.md │ │ ├── AssistantsV1CreateToolRequest.md │ │ ├── AssistantsV1CustomerAi.md │ │ ├── AssistantsV1Feedback.md │ │ ├── AssistantsV1Knowledge.md │ │ ├── AssistantsV1KnowledgeChunk.md │ │ ├── AssistantsV1KnowledgeChunkWithScore.md │ │ ├── AssistantsV1KnowledgeStatus.md │ │ ├── AssistantsV1Message.md │ │ ├── AssistantsV1Policy.md │ │ ├── AssistantsV1SegmentCredential.md │ │ ├── AssistantsV1Session.md │ │ ├── AssistantsV1Tool.md │ │ ├── AssistantsV1ToolWithPolicies.md │ │ ├── AssistantsV1UpdateAssistantRequest.md │ │ ├── AssistantsV1UpdateKnowledgeRequest.md │ │ ├── AssistantsV1UpdateToolRequest.md │ │ ├── KnowledgeApi.md │ │ ├── KnowledgeChunksApi.md │ │ ├── KnowledgeStatusApi.md │ │ ├── ListAssistantResponse.md │ │ ├── ListAssistantResponseMeta.md │ │ ├── ListFeedbacksResponse.md │ │ ├── ListKnowledgeByAssistantResponse.md │ │ ├── ListKnowledgeChunksResponse.md │ │ ├── ListKnowledgeResponse.md │ │ ├── ListMessagesResponse.md │ │ ├── ListPoliciesResponse.md │ │ ├── ListSessionsResponse.md │ │ ├── ListToolsByAssistantResponse.md │ │ ├── ListToolsResponse.md │ │ ├── PoliciesApi.md │ │ ├── SessionsApi.md │ │ ├── SessionsMessagesApi.md │ │ └── ToolsApi.md │ │ ├── knowledge.go │ │ ├── knowledge_chunks.go │ │ ├── knowledge_status.go │ │ ├── model_assistants_v1_assistant.go │ │ ├── model_assistants_v1_assistant_send_message_request.go │ │ ├── model_assistants_v1_assistant_send_message_response.go │ │ ├── model_assistants_v1_assistant_with_tools_and_knowledge.go │ │ ├── model_assistants_v1_create_assistant_request.go │ │ ├── model_assistants_v1_create_feedback_request.go │ │ ├── model_assistants_v1_create_knowledge_request.go │ │ ├── model_assistants_v1_create_policy_request.go │ │ ├── model_assistants_v1_create_tool_request.go │ │ ├── model_assistants_v1_customer_ai.go │ │ ├── model_assistants_v1_feedback.go │ │ ├── model_assistants_v1_knowledge.go │ │ ├── model_assistants_v1_knowledge_chunk.go │ │ ├── model_assistants_v1_knowledge_chunk_with_score.go │ │ ├── model_assistants_v1_knowledge_status.go │ │ ├── model_assistants_v1_message.go │ │ ├── model_assistants_v1_policy.go │ │ ├── model_assistants_v1_segment_credential.go │ │ ├── model_assistants_v1_session.go │ │ ├── model_assistants_v1_tool.go │ │ ├── model_assistants_v1_tool_with_policies.go │ │ ├── model_assistants_v1_update_assistant_request.go │ │ ├── model_assistants_v1_update_knowledge_request.go │ │ ├── model_assistants_v1_update_tool_request.go │ │ ├── model_list_assistant_response.go │ │ ├── model_list_assistant_response_meta.go │ │ ├── model_list_feedbacks_response.go │ │ ├── model_list_knowledge_by_assistant_response.go │ │ ├── model_list_knowledge_chunks_response.go │ │ ├── model_list_knowledge_response.go │ │ ├── model_list_messages_response.go │ │ ├── model_list_policies_response.go │ │ ├── model_list_sessions_response.go │ │ ├── model_list_tools_by_assistant_response.go │ │ ├── model_list_tools_response.go │ │ ├── policies.go │ │ ├── sessions.go │ │ ├── sessions_messages.go │ │ └── tools.go ├── bulkexports │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── BulkexportsV1Day.md │ │ ├── BulkexportsV1DayInstance.md │ │ ├── BulkexportsV1Export.md │ │ ├── BulkexportsV1ExportConfiguration.md │ │ ├── BulkexportsV1ExportCustomJob.md │ │ ├── BulkexportsV1Job.md │ │ ├── ExportsApi.md │ │ ├── ExportsConfigurationApi.md │ │ ├── ExportsDaysApi.md │ │ ├── ExportsJobsApi.md │ │ ├── ListDayResponse.md │ │ ├── ListDayResponseMeta.md │ │ └── ListExportCustomJobResponse.md │ │ ├── exports.go │ │ ├── exports_configuration.go │ │ ├── exports_days.go │ │ ├── exports_jobs.go │ │ ├── model_bulkexports_v1_day.go │ │ ├── model_bulkexports_v1_day_instance.go │ │ ├── model_bulkexports_v1_export.go │ │ ├── model_bulkexports_v1_export_configuration.go │ │ ├── model_bulkexports_v1_export_custom_job.go │ │ ├── model_bulkexports_v1_job.go │ │ ├── model_list_day_response.go │ │ ├── model_list_day_response_meta.go │ │ └── model_list_export_custom_job_response.go ├── chat │ ├── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── credentials.go │ │ ├── docs │ │ │ ├── ChatV1Channel.md │ │ │ ├── ChatV1Credential.md │ │ │ ├── ChatV1Invite.md │ │ │ ├── ChatV1Member.md │ │ │ ├── ChatV1Message.md │ │ │ ├── ChatV1Role.md │ │ │ ├── ChatV1Service.md │ │ │ ├── ChatV1User.md │ │ │ ├── ChatV1UserChannel.md │ │ │ ├── CredentialsApi.md │ │ │ ├── ListChannelResponse.md │ │ │ ├── ListChannelResponseMeta.md │ │ │ ├── ListCredentialResponse.md │ │ │ ├── ListInviteResponse.md │ │ │ ├── ListMemberResponse.md │ │ │ ├── ListMessageResponse.md │ │ │ ├── ListRoleResponse.md │ │ │ ├── ListServiceResponse.md │ │ │ ├── ListUserChannelResponse.md │ │ │ ├── ListUserResponse.md │ │ │ ├── ServicesApi.md │ │ │ ├── ServicesChannelsApi.md │ │ │ ├── ServicesChannelsInvitesApi.md │ │ │ ├── ServicesChannelsMembersApi.md │ │ │ ├── ServicesChannelsMessagesApi.md │ │ │ ├── ServicesRolesApi.md │ │ │ ├── ServicesUsersApi.md │ │ │ └── ServicesUsersChannelsApi.md │ │ ├── model_chat_v1_channel.go │ │ ├── model_chat_v1_credential.go │ │ ├── model_chat_v1_invite.go │ │ ├── model_chat_v1_member.go │ │ ├── model_chat_v1_message.go │ │ ├── model_chat_v1_role.go │ │ ├── model_chat_v1_service.go │ │ ├── model_chat_v1_user.go │ │ ├── model_chat_v1_user_channel.go │ │ ├── model_list_channel_response.go │ │ ├── model_list_channel_response_meta.go │ │ ├── model_list_credential_response.go │ │ ├── model_list_invite_response.go │ │ ├── model_list_member_response.go │ │ ├── model_list_message_response.go │ │ ├── model_list_role_response.go │ │ ├── model_list_service_response.go │ │ ├── model_list_user_channel_response.go │ │ ├── model_list_user_response.go │ │ ├── services.go │ │ ├── services_channels.go │ │ ├── services_channels_invites.go │ │ ├── services_channels_members.go │ │ ├── services_channels_messages.go │ │ ├── services_roles.go │ │ ├── services_users.go │ │ └── services_users_channels.go │ ├── v2 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── credentials.go │ │ ├── docs │ │ │ ├── ChatV2Binding.md │ │ │ ├── ChatV2Channel.md │ │ │ ├── ChatV2ChannelWebhook.md │ │ │ ├── ChatV2Credential.md │ │ │ ├── ChatV2Invite.md │ │ │ ├── ChatV2Member.md │ │ │ ├── ChatV2Message.md │ │ │ ├── ChatV2Role.md │ │ │ ├── ChatV2Service.md │ │ │ ├── ChatV2User.md │ │ │ ├── ChatV2UserBinding.md │ │ │ ├── ChatV2UserChannel.md │ │ │ ├── CredentialsApi.md │ │ │ ├── ListBindingResponse.md │ │ │ ├── ListBindingResponseMeta.md │ │ │ ├── ListChannelResponse.md │ │ │ ├── ListChannelWebhookResponse.md │ │ │ ├── ListCredentialResponse.md │ │ │ ├── ListInviteResponse.md │ │ │ ├── ListMemberResponse.md │ │ │ ├── ListMessageResponse.md │ │ │ ├── ListRoleResponse.md │ │ │ ├── ListServiceResponse.md │ │ │ ├── ListUserBindingResponse.md │ │ │ ├── ListUserChannelResponse.md │ │ │ ├── ListUserResponse.md │ │ │ ├── ServicesApi.md │ │ │ ├── ServicesBindingsApi.md │ │ │ ├── ServicesChannelsApi.md │ │ │ ├── ServicesChannelsInvitesApi.md │ │ │ ├── ServicesChannelsMembersApi.md │ │ │ ├── ServicesChannelsMessagesApi.md │ │ │ ├── ServicesChannelsWebhooksApi.md │ │ │ ├── ServicesRolesApi.md │ │ │ ├── ServicesUsersApi.md │ │ │ ├── ServicesUsersBindingsApi.md │ │ │ └── ServicesUsersChannelsApi.md │ │ ├── model_chat_v2_binding.go │ │ ├── model_chat_v2_channel.go │ │ ├── model_chat_v2_channel_webhook.go │ │ ├── model_chat_v2_credential.go │ │ ├── model_chat_v2_invite.go │ │ ├── model_chat_v2_member.go │ │ ├── model_chat_v2_message.go │ │ ├── model_chat_v2_role.go │ │ ├── model_chat_v2_service.go │ │ ├── model_chat_v2_user.go │ │ ├── model_chat_v2_user_binding.go │ │ ├── model_chat_v2_user_channel.go │ │ ├── model_list_binding_response.go │ │ ├── model_list_binding_response_meta.go │ │ ├── model_list_channel_response.go │ │ ├── model_list_channel_webhook_response.go │ │ ├── model_list_credential_response.go │ │ ├── model_list_invite_response.go │ │ ├── model_list_member_response.go │ │ ├── model_list_message_response.go │ │ ├── model_list_role_response.go │ │ ├── model_list_service_response.go │ │ ├── model_list_user_binding_response.go │ │ ├── model_list_user_channel_response.go │ │ ├── model_list_user_response.go │ │ ├── services.go │ │ ├── services_bindings.go │ │ ├── services_channels.go │ │ ├── services_channels_invites.go │ │ ├── services_channels_members.go │ │ ├── services_channels_messages.go │ │ ├── services_channels_webhooks.go │ │ ├── services_roles.go │ │ ├── services_users.go │ │ ├── services_users_bindings.go │ │ └── services_users_channels.go │ └── v3 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── ChatV3Channel.md │ │ └── ServicesChannelsApi.md │ │ ├── model_chat_v3_channel.go │ │ └── services_channels.go ├── content │ ├── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── content.go │ │ ├── content_and_approvals.go │ │ ├── content_approval_requests.go │ │ ├── content_approval_requests_whatsapp.go │ │ ├── docs │ │ │ ├── AuthenticationAction.md │ │ │ ├── AuthenticationActionType.md │ │ │ ├── CallToActionAction.md │ │ │ ├── CallToActionActionType.md │ │ │ ├── CardAction.md │ │ │ ├── CardActionType.md │ │ │ ├── CarouselAction.md │ │ │ ├── CarouselActionType.md │ │ │ ├── CarouselCard.md │ │ │ ├── CatalogItem.md │ │ │ ├── ContentAndApprovalsApi.md │ │ │ ├── ContentApi.md │ │ │ ├── ContentApprovalRequest.md │ │ │ ├── ContentApprovalRequestsApi.md │ │ │ ├── ContentApprovalRequestsWhatsappApi.md │ │ │ ├── ContentCreateRequest.md │ │ │ ├── ContentV1ApprovalCreate.md │ │ │ ├── ContentV1ApprovalFetch.md │ │ │ ├── ContentV1Content.md │ │ │ ├── ContentV1ContentAndApprovals.md │ │ │ ├── ContentV1LegacyContent.md │ │ │ ├── FlowsPage.md │ │ │ ├── FlowsPageComponent.md │ │ │ ├── LegacyContentApi.md │ │ │ ├── ListContentAndApprovalsResponse.md │ │ │ ├── ListContentResponse.md │ │ │ ├── ListContentResponseMeta.md │ │ │ ├── ListItem.md │ │ │ ├── ListLegacyContentResponse.md │ │ │ ├── QuickReplyAction.md │ │ │ ├── QuickReplyActionType.md │ │ │ ├── TwilioCallToAction.md │ │ │ ├── TwilioCard.md │ │ │ ├── TwilioCarousel.md │ │ │ ├── TwilioCatalog.md │ │ │ ├── TwilioFlows.md │ │ │ ├── TwilioListPicker.md │ │ │ ├── TwilioLocation.md │ │ │ ├── TwilioMedia.md │ │ │ ├── TwilioQuickReply.md │ │ │ ├── TwilioSchedule.md │ │ │ ├── TwilioText.md │ │ │ ├── Types.md │ │ │ ├── WhatsappAuthentication.md │ │ │ └── WhatsappCard.md │ │ ├── legacy_content.go │ │ ├── model_authentication_action.go │ │ ├── model_authentication_action_type.go │ │ ├── model_call_to_action_action.go │ │ ├── model_call_to_action_action_type.go │ │ ├── model_card_action.go │ │ ├── model_card_action_type.go │ │ ├── model_carousel_action.go │ │ ├── model_carousel_action_type.go │ │ ├── model_carousel_card.go │ │ ├── model_catalog_item.go │ │ ├── model_content_approval_request.go │ │ ├── model_content_create_request.go │ │ ├── model_content_v1_approval_create.go │ │ ├── model_content_v1_approval_fetch.go │ │ ├── model_content_v1_content.go │ │ ├── model_content_v1_content_and_approvals.go │ │ ├── model_content_v1_legacy_content.go │ │ ├── model_flows_page.go │ │ ├── model_flows_page_component.go │ │ ├── model_list_content_and_approvals_response.go │ │ ├── model_list_content_response.go │ │ ├── model_list_content_response_meta.go │ │ ├── model_list_item.go │ │ ├── model_list_legacy_content_response.go │ │ ├── model_quick_reply_action.go │ │ ├── model_quick_reply_action_type.go │ │ ├── model_twilio_call_to_action.go │ │ ├── model_twilio_card.go │ │ ├── model_twilio_carousel.go │ │ ├── model_twilio_catalog.go │ │ ├── model_twilio_flows.go │ │ ├── model_twilio_list_picker.go │ │ ├── model_twilio_location.go │ │ ├── model_twilio_media.go │ │ ├── model_twilio_quick_reply.go │ │ ├── model_twilio_schedule.go │ │ ├── model_twilio_text.go │ │ ├── model_types.go │ │ ├── model_whatsapp_authentication.go │ │ └── model_whatsapp_card.go │ └── v2 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── content.go │ │ ├── content_and_approvals.go │ │ ├── docs │ │ ├── ContentAndApprovalsApi.md │ │ ├── ContentApi.md │ │ ├── ContentV1ApprovalFetch.md │ │ ├── ContentV1Content.md │ │ ├── ContentV1ContentAndApprovals.md │ │ ├── ContentV1LegacyContent.md │ │ ├── ListContentAndApprovalsResponse.md │ │ ├── ListContentResponse.md │ │ └── ListContentResponseMeta.md │ │ ├── model_content_v1_approval_fetch.go │ │ ├── model_content_v1_content.go │ │ ├── model_content_v1_content_and_approvals.go │ │ ├── model_content_v1_legacy_content.go │ │ ├── model_list_content_and_approvals_response.go │ │ ├── model_list_content_response.go │ │ └── model_list_content_response_meta.go ├── conversations │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── configuration.go │ │ ├── configuration_addresses.go │ │ ├── configuration_webhooks.go │ │ ├── conversation_with_participants.go │ │ ├── conversations.go │ │ ├── conversations_messages.go │ │ ├── conversations_messages_receipts.go │ │ ├── conversations_participants.go │ │ ├── conversations_webhooks.go │ │ ├── credentials.go │ │ ├── docs │ │ ├── ConfigurationAddressesApi.md │ │ ├── ConfigurationApi.md │ │ ├── ConfigurationWebhooksApi.md │ │ ├── ConversationWithParticipantsApi.md │ │ ├── ConversationsApi.md │ │ ├── ConversationsMessagesApi.md │ │ ├── ConversationsMessagesReceiptsApi.md │ │ ├── ConversationsParticipantsApi.md │ │ ├── ConversationsV1Configuration.md │ │ ├── ConversationsV1ConfigurationAddress.md │ │ ├── ConversationsV1ConfigurationWebhook.md │ │ ├── ConversationsV1Conversation.md │ │ ├── ConversationsV1ConversationMessage.md │ │ ├── ConversationsV1ConversationMessageReceipt.md │ │ ├── ConversationsV1ConversationParticipant.md │ │ ├── ConversationsV1ConversationScopedWebhook.md │ │ ├── ConversationsV1ConversationWithParticipants.md │ │ ├── ConversationsV1Credential.md │ │ ├── ConversationsV1ParticipantConversation.md │ │ ├── ConversationsV1Role.md │ │ ├── ConversationsV1Service.md │ │ ├── ConversationsV1ServiceBinding.md │ │ ├── ConversationsV1ServiceConfiguration.md │ │ ├── ConversationsV1ServiceConversation.md │ │ ├── ConversationsV1ServiceConversationMessage.md │ │ ├── ConversationsV1ServiceConversationMessageReceipt.md │ │ ├── ConversationsV1ServiceConversationParticipant.md │ │ ├── ConversationsV1ServiceConversationScopedWebhook.md │ │ ├── ConversationsV1ServiceConversationWithParticipants.md │ │ ├── ConversationsV1ServiceNotification.md │ │ ├── ConversationsV1ServiceParticipantConversation.md │ │ ├── ConversationsV1ServiceRole.md │ │ ├── ConversationsV1ServiceUser.md │ │ ├── ConversationsV1ServiceUserConversation.md │ │ ├── ConversationsV1ServiceWebhookConfiguration.md │ │ ├── ConversationsV1User.md │ │ ├── ConversationsV1UserConversation.md │ │ ├── ConversationsWebhooksApi.md │ │ ├── CredentialsApi.md │ │ ├── ListConfigurationAddressResponse.md │ │ ├── ListConfigurationAddressResponseMeta.md │ │ ├── ListConversationMessageReceiptResponse.md │ │ ├── ListConversationMessageResponse.md │ │ ├── ListConversationParticipantResponse.md │ │ ├── ListConversationResponse.md │ │ ├── ListConversationScopedWebhookResponse.md │ │ ├── ListCredentialResponse.md │ │ ├── ListParticipantConversationResponse.md │ │ ├── ListRoleResponse.md │ │ ├── ListServiceBindingResponse.md │ │ ├── ListServiceConversationMessageReceiptResponse.md │ │ ├── ListServiceConversationMessageResponse.md │ │ ├── ListServiceConversationParticipantResponse.md │ │ ├── ListServiceConversationResponse.md │ │ ├── ListServiceConversationScopedWebhookResponse.md │ │ ├── ListServiceParticipantConversationResponse.md │ │ ├── ListServiceResponse.md │ │ ├── ListServiceRoleResponse.md │ │ ├── ListServiceUserConversationResponse.md │ │ ├── ListServiceUserResponse.md │ │ ├── ListUserConversationResponse.md │ │ ├── ListUserResponse.md │ │ ├── ParticipantConversationsApi.md │ │ ├── RolesApi.md │ │ ├── ServicesApi.md │ │ ├── ServicesBindingsApi.md │ │ ├── ServicesConfigurationApi.md │ │ ├── ServicesConfigurationNotificationsApi.md │ │ ├── ServicesConfigurationWebhooksApi.md │ │ ├── ServicesConversationWithParticipantsApi.md │ │ ├── ServicesConversationsApi.md │ │ ├── ServicesConversationsMessagesApi.md │ │ ├── ServicesConversationsMessagesReceiptsApi.md │ │ ├── ServicesConversationsParticipantsApi.md │ │ ├── ServicesConversationsWebhooksApi.md │ │ ├── ServicesParticipantConversationsApi.md │ │ ├── ServicesRolesApi.md │ │ ├── ServicesUsersApi.md │ │ ├── ServicesUsersConversationsApi.md │ │ ├── UsersApi.md │ │ └── UsersConversationsApi.md │ │ ├── model_conversations_v1_configuration.go │ │ ├── model_conversations_v1_configuration_address.go │ │ ├── model_conversations_v1_configuration_webhook.go │ │ ├── model_conversations_v1_conversation.go │ │ ├── model_conversations_v1_conversation_message.go │ │ ├── model_conversations_v1_conversation_message_receipt.go │ │ ├── model_conversations_v1_conversation_participant.go │ │ ├── model_conversations_v1_conversation_scoped_webhook.go │ │ ├── model_conversations_v1_conversation_with_participants.go │ │ ├── model_conversations_v1_credential.go │ │ ├── model_conversations_v1_participant_conversation.go │ │ ├── model_conversations_v1_role.go │ │ ├── model_conversations_v1_service.go │ │ ├── model_conversations_v1_service_binding.go │ │ ├── model_conversations_v1_service_configuration.go │ │ ├── model_conversations_v1_service_conversation.go │ │ ├── model_conversations_v1_service_conversation_message.go │ │ ├── model_conversations_v1_service_conversation_message_receipt.go │ │ ├── model_conversations_v1_service_conversation_participant.go │ │ ├── model_conversations_v1_service_conversation_scoped_webhook.go │ │ ├── model_conversations_v1_service_conversation_with_participants.go │ │ ├── model_conversations_v1_service_notification.go │ │ ├── model_conversations_v1_service_participant_conversation.go │ │ ├── model_conversations_v1_service_role.go │ │ ├── model_conversations_v1_service_user.go │ │ ├── model_conversations_v1_service_user_conversation.go │ │ ├── model_conversations_v1_service_webhook_configuration.go │ │ ├── model_conversations_v1_user.go │ │ ├── model_conversations_v1_user_conversation.go │ │ ├── model_list_configuration_address_response.go │ │ ├── model_list_configuration_address_response_meta.go │ │ ├── model_list_conversation_message_receipt_response.go │ │ ├── model_list_conversation_message_response.go │ │ ├── model_list_conversation_participant_response.go │ │ ├── model_list_conversation_response.go │ │ ├── model_list_conversation_scoped_webhook_response.go │ │ ├── model_list_credential_response.go │ │ ├── model_list_participant_conversation_response.go │ │ ├── model_list_role_response.go │ │ ├── model_list_service_binding_response.go │ │ ├── model_list_service_conversation_message_receipt_response.go │ │ ├── model_list_service_conversation_message_response.go │ │ ├── model_list_service_conversation_participant_response.go │ │ ├── model_list_service_conversation_response.go │ │ ├── model_list_service_conversation_scoped_webhook_response.go │ │ ├── model_list_service_participant_conversation_response.go │ │ ├── model_list_service_response.go │ │ ├── model_list_service_role_response.go │ │ ├── model_list_service_user_conversation_response.go │ │ ├── model_list_service_user_response.go │ │ ├── model_list_user_conversation_response.go │ │ ├── model_list_user_response.go │ │ ├── participant_conversations.go │ │ ├── roles.go │ │ ├── services.go │ │ ├── services_bindings.go │ │ ├── services_configuration.go │ │ ├── services_configuration_notifications.go │ │ ├── services_configuration_webhooks.go │ │ ├── services_conversation_with_participants.go │ │ ├── services_conversations.go │ │ ├── services_conversations_messages.go │ │ ├── services_conversations_messages_receipts.go │ │ ├── services_conversations_participants.go │ │ ├── services_conversations_webhooks.go │ │ ├── services_participant_conversations.go │ │ ├── services_roles.go │ │ ├── services_users.go │ │ ├── services_users_conversations.go │ │ ├── users.go │ │ └── users_conversations.go ├── events │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── EventsV1EventType.md │ │ ├── EventsV1Schema.md │ │ ├── EventsV1SchemaVersion.md │ │ ├── EventsV1Sink.md │ │ ├── EventsV1SinkTest.md │ │ ├── EventsV1SinkValidate.md │ │ ├── EventsV1SubscribedEvent.md │ │ ├── EventsV1Subscription.md │ │ ├── ListEventTypeResponse.md │ │ ├── ListEventTypeResponseMeta.md │ │ ├── ListSchemaVersionResponse.md │ │ ├── ListSinkResponse.md │ │ ├── ListSubscribedEventResponse.md │ │ ├── ListSubscriptionResponse.md │ │ ├── SchemasApi.md │ │ ├── SchemasVersionsApi.md │ │ ├── SinksApi.md │ │ ├── SinksTestApi.md │ │ ├── SinksValidateApi.md │ │ ├── SubscriptionsApi.md │ │ ├── SubscriptionsSubscribedEventsApi.md │ │ └── TypesApi.md │ │ ├── model_events_v1_event_type.go │ │ ├── model_events_v1_schema.go │ │ ├── model_events_v1_schema_version.go │ │ ├── model_events_v1_sink.go │ │ ├── model_events_v1_sink_test_.go │ │ ├── model_events_v1_sink_validate.go │ │ ├── model_events_v1_subscribed_event.go │ │ ├── model_events_v1_subscription.go │ │ ├── model_list_event_type_response.go │ │ ├── model_list_event_type_response_meta.go │ │ ├── model_list_schema_version_response.go │ │ ├── model_list_sink_response.go │ │ ├── model_list_subscribed_event_response.go │ │ ├── model_list_subscription_response.go │ │ ├── schemas.go │ │ ├── schemas_versions.go │ │ ├── sinks.go │ │ ├── sinks_test_.go │ │ ├── sinks_validate.go │ │ ├── subscriptions.go │ │ ├── subscriptions_subscribed_events.go │ │ └── types.go ├── flex │ ├── v1 │ │ ├── README.md │ │ ├── account_provision_status.go │ │ ├── api_service.go │ │ ├── channels.go │ │ ├── configuration.go │ │ ├── docs │ │ │ ├── AccountProvisionStatusApi.md │ │ │ ├── ChannelsApi.md │ │ │ ├── ConfigurationApi.md │ │ │ ├── FlexFlowsApi.md │ │ │ ├── FlexV1Channel.md │ │ │ ├── FlexV1Configuration.md │ │ │ ├── FlexV1ConfiguredPlugin.md │ │ │ ├── FlexV1FlexFlow.md │ │ │ ├── FlexV1FlexTeam.md │ │ │ ├── FlexV1FlexTeamContext.md │ │ │ ├── FlexV1FlexTeamMembers.md │ │ │ ├── FlexV1FlexTeamOwners.md │ │ │ ├── FlexV1InsightsAssessments.md │ │ │ ├── FlexV1InsightsAssessmentsComment.md │ │ │ ├── FlexV1InsightsConversations.md │ │ │ ├── FlexV1InsightsQuestionnaires.md │ │ │ ├── FlexV1InsightsQuestionnairesCategory.md │ │ │ ├── FlexV1InsightsQuestionnairesQuestion.md │ │ │ ├── FlexV1InsightsSegments.md │ │ │ ├── FlexV1InsightsSession.md │ │ │ ├── FlexV1InsightsSettingsAnswersets.md │ │ │ ├── FlexV1InsightsSettingsComment.md │ │ │ ├── FlexV1InsightsUserRoles.md │ │ │ ├── FlexV1Interaction.md │ │ │ ├── FlexV1InteractionChannel.md │ │ │ ├── FlexV1InteractionChannelInvite.md │ │ │ ├── FlexV1InteractionChannelParticipant.md │ │ │ ├── FlexV1InteractionTransfer.md │ │ │ ├── FlexV1Plugin.md │ │ │ ├── FlexV1PluginArchive.md │ │ │ ├── FlexV1PluginConfiguration.md │ │ │ ├── FlexV1PluginConfigurationArchive.md │ │ │ ├── FlexV1PluginRelease.md │ │ │ ├── FlexV1PluginVersion.md │ │ │ ├── FlexV1PluginVersionArchive.md │ │ │ ├── FlexV1ProvisioningStatus.md │ │ │ ├── FlexV1WebChannel.md │ │ │ ├── InsightsConversationsApi.md │ │ │ ├── InsightsQualityManagementAssessmentsApi.md │ │ │ ├── InsightsQualityManagementAssessmentsCommentsApi.md │ │ │ ├── InsightsQualityManagementCategoriesApi.md │ │ │ ├── InsightsQualityManagementQuestionnairesApi.md │ │ │ ├── InsightsQualityManagementQuestionsApi.md │ │ │ ├── InsightsQualityManagementSettingsAnswerSetsApi.md │ │ │ ├── InsightsQualityManagementSettingsCommentTagsApi.md │ │ │ ├── InsightsSegmentsApi.md │ │ │ ├── InsightsSessionApi.md │ │ │ ├── InsightsUserRolesApi.md │ │ │ ├── InteractionsApi.md │ │ │ ├── InteractionsChannelsApi.md │ │ │ ├── InteractionsChannelsInvitesApi.md │ │ │ ├── InteractionsChannelsParticipantsApi.md │ │ │ ├── InteractionsChannelsTransfersApi.md │ │ │ ├── ListChannelResponse.md │ │ │ ├── ListChannelResponseMeta.md │ │ │ ├── ListConfiguredPluginResponse.md │ │ │ ├── ListFlexFlowResponse.md │ │ │ ├── ListInsightsAssessmentsCommentResponse.md │ │ │ ├── ListInsightsAssessmentsResponse.md │ │ │ ├── ListInsightsConversationsResponse.md │ │ │ ├── ListInsightsQuestionnairesCategoryResponse.md │ │ │ ├── ListInsightsQuestionnairesQuestionResponse.md │ │ │ ├── ListInsightsQuestionnairesResponse.md │ │ │ ├── ListInsightsSegmentsResponse.md │ │ │ ├── ListInteractionChannelInviteResponse.md │ │ │ ├── ListInteractionChannelParticipantResponse.md │ │ │ ├── ListInteractionChannelResponse.md │ │ │ ├── ListPluginConfigurationResponse.md │ │ │ ├── ListPluginReleaseResponse.md │ │ │ ├── ListPluginResponse.md │ │ │ ├── ListPluginVersionResponse.md │ │ │ ├── ListWebChannelResponse.md │ │ │ ├── PluginServiceConfigurationsApi.md │ │ │ ├── PluginServiceConfigurationsArchiveApi.md │ │ │ ├── PluginServiceConfigurationsPluginsApi.md │ │ │ ├── PluginServicePluginsApi.md │ │ │ ├── PluginServicePluginsArchiveApi.md │ │ │ ├── PluginServicePluginsVersionsApi.md │ │ │ ├── PluginServicePluginsVersionsArchiveApi.md │ │ │ ├── PluginServiceReleasesApi.md │ │ │ └── WebChannelsApi.md │ │ ├── flex_flows.go │ │ ├── insights_conversations.go │ │ ├── insights_quality_management_assessments.go │ │ ├── insights_quality_management_assessments_comments.go │ │ ├── insights_quality_management_categories.go │ │ ├── insights_quality_management_questionnaires.go │ │ ├── insights_quality_management_questions.go │ │ ├── insights_quality_management_settings_answer_sets.go │ │ ├── insights_quality_management_settings_comment_tags.go │ │ ├── insights_segments.go │ │ ├── insights_session.go │ │ ├── insights_user_roles.go │ │ ├── interactions.go │ │ ├── interactions_channels.go │ │ ├── interactions_channels_invites.go │ │ ├── interactions_channels_participants.go │ │ ├── interactions_channels_transfers.go │ │ ├── model_flex_v1_channel.go │ │ ├── model_flex_v1_configuration.go │ │ ├── model_flex_v1_configured_plugin.go │ │ ├── model_flex_v1_flex_flow.go │ │ ├── model_flex_v1_flex_team.go │ │ ├── model_flex_v1_flex_team_context.go │ │ ├── model_flex_v1_flex_team_members.go │ │ ├── model_flex_v1_flex_team_owners.go │ │ ├── model_flex_v1_insights_assessments.go │ │ ├── model_flex_v1_insights_assessments_comment.go │ │ ├── model_flex_v1_insights_conversations.go │ │ ├── model_flex_v1_insights_questionnaires.go │ │ ├── model_flex_v1_insights_questionnaires_category.go │ │ ├── model_flex_v1_insights_questionnaires_question.go │ │ ├── model_flex_v1_insights_segments.go │ │ ├── model_flex_v1_insights_session.go │ │ ├── model_flex_v1_insights_settings_answersets.go │ │ ├── model_flex_v1_insights_settings_comment.go │ │ ├── model_flex_v1_insights_user_roles.go │ │ ├── model_flex_v1_interaction.go │ │ ├── model_flex_v1_interaction_channel.go │ │ ├── model_flex_v1_interaction_channel_invite.go │ │ ├── model_flex_v1_interaction_channel_participant.go │ │ ├── model_flex_v1_interaction_transfer.go │ │ ├── model_flex_v1_plugin.go │ │ ├── model_flex_v1_plugin_archive.go │ │ ├── model_flex_v1_plugin_configuration.go │ │ ├── model_flex_v1_plugin_configuration_archive.go │ │ ├── model_flex_v1_plugin_release.go │ │ ├── model_flex_v1_plugin_version.go │ │ ├── model_flex_v1_plugin_version_archive.go │ │ ├── model_flex_v1_provisioning_status.go │ │ ├── model_flex_v1_web_channel.go │ │ ├── model_list_channel_response.go │ │ ├── model_list_channel_response_meta.go │ │ ├── model_list_configured_plugin_response.go │ │ ├── model_list_flex_flow_response.go │ │ ├── model_list_insights_assessments_comment_response.go │ │ ├── model_list_insights_assessments_response.go │ │ ├── model_list_insights_conversations_response.go │ │ ├── model_list_insights_questionnaires_category_response.go │ │ ├── model_list_insights_questionnaires_question_response.go │ │ ├── model_list_insights_questionnaires_response.go │ │ ├── model_list_insights_segments_response.go │ │ ├── model_list_interaction_channel_invite_response.go │ │ ├── model_list_interaction_channel_participant_response.go │ │ ├── model_list_interaction_channel_response.go │ │ ├── model_list_plugin_configuration_response.go │ │ ├── model_list_plugin_release_response.go │ │ ├── model_list_plugin_response.go │ │ ├── model_list_plugin_version_response.go │ │ ├── model_list_web_channel_response.go │ │ ├── plugin_service_configurations.go │ │ ├── plugin_service_configurations_archive.go │ │ ├── plugin_service_configurations_plugins.go │ │ ├── plugin_service_plugins.go │ │ ├── plugin_service_plugins_archive.go │ │ ├── plugin_service_plugins_versions.go │ │ ├── plugin_service_plugins_versions_archive.go │ │ ├── plugin_service_releases.go │ │ └── web_channels.go │ └── v2 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── FlexV2FlexUser.md │ │ ├── FlexV2WebChannel.md │ │ ├── InstancesUsersApi.md │ │ └── WebChatsApi.md │ │ ├── instances_users.go │ │ ├── model_flex_v2_flex_user.go │ │ ├── model_flex_v2_web_channel.go │ │ └── web_chats.go ├── frontline │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── FrontlineV1User.md │ │ └── UsersApi.md │ │ ├── model_frontline_v1_user.go │ │ └── users.go ├── iam │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── IamV1AccountSearchAccount.md │ │ ├── IamV1AccountSearchListMeta.md │ │ ├── IamV1AccountSearchRequest.md │ │ ├── IamV1AccountSearchRoleResponse.md │ │ ├── IamV1AccountStatsResponse.md │ │ ├── IamV1GetKeys.md │ │ ├── IamV1Key.md │ │ ├── IamV1NewKey.md │ │ ├── KeysApi.md │ │ ├── ListGetKeysResponse.md │ │ ├── ListGetKeysResponseMeta.md │ │ ├── OauthV1Token.md │ │ ├── TokenApi.md │ │ └── TwilioServiceErrorResponse.md │ │ ├── keys.go │ │ ├── model_iam_v1_account_search_account.go │ │ ├── model_iam_v1_account_search_list_meta.go │ │ ├── model_iam_v1_account_search_request.go │ │ ├── model_iam_v1_account_search_role_response.go │ │ ├── model_iam_v1_account_stats_response.go │ │ ├── model_iam_v1_get_keys.go │ │ ├── model_iam_v1_key.go │ │ ├── model_iam_v1_new_key.go │ │ ├── model_list_get_keys_response.go │ │ ├── model_list_get_keys_response_meta.go │ │ ├── model_oauth_v1_token.go │ │ ├── model_twilio_service_error_response.go │ │ └── token.go ├── insights │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── conferences.go │ │ ├── conferences_participants.go │ │ ├── docs │ │ ├── ConferencesApi.md │ │ ├── ConferencesParticipantsApi.md │ │ ├── InsightsV1AccountSettings.md │ │ ├── InsightsV1Annotation.md │ │ ├── InsightsV1Call.md │ │ ├── InsightsV1CallSummaries.md │ │ ├── InsightsV1Conference.md │ │ ├── InsightsV1ConferenceParticipant.md │ │ ├── InsightsV1Event.md │ │ ├── InsightsV1Metric.md │ │ ├── InsightsV1Summary.md │ │ ├── InsightsV1VideoParticipantSummary.md │ │ ├── InsightsV1VideoRoomSummary.md │ │ ├── ListCallSummariesResponse.md │ │ ├── ListCallSummariesResponseMeta.md │ │ ├── ListConferenceParticipantResponse.md │ │ ├── ListConferenceResponse.md │ │ ├── ListEventResponse.md │ │ ├── ListMetricResponse.md │ │ ├── ListVideoParticipantSummaryResponse.md │ │ ├── ListVideoRoomSummaryResponse.md │ │ ├── VideoRoomsApi.md │ │ ├── VideoRoomsParticipantsApi.md │ │ ├── VoiceAnnotationApi.md │ │ ├── VoiceApi.md │ │ ├── VoiceEventsApi.md │ │ ├── VoiceMetricsApi.md │ │ ├── VoiceSettingsApi.md │ │ ├── VoiceSummariesApi.md │ │ └── VoiceSummaryApi.md │ │ ├── model_insights_v1_account_settings.go │ │ ├── model_insights_v1_annotation.go │ │ ├── model_insights_v1_call.go │ │ ├── model_insights_v1_call_summaries.go │ │ ├── model_insights_v1_conference.go │ │ ├── model_insights_v1_conference_participant.go │ │ ├── model_insights_v1_event.go │ │ ├── model_insights_v1_metric.go │ │ ├── model_insights_v1_summary.go │ │ ├── model_insights_v1_video_participant_summary.go │ │ ├── model_insights_v1_video_room_summary.go │ │ ├── model_list_call_summaries_response.go │ │ ├── model_list_call_summaries_response_meta.go │ │ ├── model_list_conference_participant_response.go │ │ ├── model_list_conference_response.go │ │ ├── model_list_event_response.go │ │ ├── model_list_metric_response.go │ │ ├── model_list_video_participant_summary_response.go │ │ ├── model_list_video_room_summary_response.go │ │ ├── video_rooms.go │ │ ├── video_rooms_participants.go │ │ ├── voice.go │ │ ├── voice_annotation.go │ │ ├── voice_events.go │ │ ├── voice_metrics.go │ │ ├── voice_settings.go │ │ ├── voice_summaries.go │ │ └── voice_summary.go ├── intelligence │ └── v2 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── IntelligenceV2CustomOperator.md │ │ ├── IntelligenceV2Media.md │ │ ├── IntelligenceV2Operator.md │ │ ├── IntelligenceV2OperatorAttachment.md │ │ ├── IntelligenceV2OperatorAttachments.md │ │ ├── IntelligenceV2OperatorResult.md │ │ ├── IntelligenceV2OperatorType.md │ │ ├── IntelligenceV2PrebuiltOperator.md │ │ ├── IntelligenceV2Sentence.md │ │ ├── IntelligenceV2Service.md │ │ ├── IntelligenceV2Transcript.md │ │ ├── ListCustomOperatorResponse.md │ │ ├── ListCustomOperatorResponseMeta.md │ │ ├── ListOperatorResponse.md │ │ ├── ListOperatorResultResponse.md │ │ ├── ListOperatorTypeResponse.md │ │ ├── ListPrebuiltOperatorResponse.md │ │ ├── ListSentenceResponse.md │ │ ├── ListServiceResponse.md │ │ ├── ListTranscriptResponse.md │ │ ├── OperatorTypesApi.md │ │ ├── OperatorsApi.md │ │ ├── OperatorsCustomApi.md │ │ ├── OperatorsPreBuiltApi.md │ │ ├── ServicesApi.md │ │ ├── ServicesOperatorsApi.md │ │ ├── TranscriptsApi.md │ │ ├── TranscriptsMediaApi.md │ │ ├── TranscriptsOperatorResultsApi.md │ │ └── TranscriptsSentencesApi.md │ │ ├── model_intelligence_v2_custom_operator.go │ │ ├── model_intelligence_v2_media.go │ │ ├── model_intelligence_v2_operator.go │ │ ├── model_intelligence_v2_operator_attachment.go │ │ ├── model_intelligence_v2_operator_attachments.go │ │ ├── model_intelligence_v2_operator_result.go │ │ ├── model_intelligence_v2_operator_type.go │ │ ├── model_intelligence_v2_prebuilt_operator.go │ │ ├── model_intelligence_v2_sentence.go │ │ ├── model_intelligence_v2_service.go │ │ ├── model_intelligence_v2_transcript.go │ │ ├── model_list_custom_operator_response.go │ │ ├── model_list_custom_operator_response_meta.go │ │ ├── model_list_operator_response.go │ │ ├── model_list_operator_result_response.go │ │ ├── model_list_operator_type_response.go │ │ ├── model_list_prebuilt_operator_response.go │ │ ├── model_list_sentence_response.go │ │ ├── model_list_service_response.go │ │ ├── model_list_transcript_response.go │ │ ├── operator_types.go │ │ ├── operators.go │ │ ├── operators_custom.go │ │ ├── operators_pre_built.go │ │ ├── services.go │ │ ├── services_operators.go │ │ ├── transcripts.go │ │ ├── transcripts_media.go │ │ ├── transcripts_operator_results.go │ │ └── transcripts_sentences.go ├── ip_messaging │ ├── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── credentials.go │ │ ├── docs │ │ │ ├── CredentialsApi.md │ │ │ ├── IpMessagingV1Channel.md │ │ │ ├── IpMessagingV1Credential.md │ │ │ ├── IpMessagingV1Invite.md │ │ │ ├── IpMessagingV1Member.md │ │ │ ├── IpMessagingV1Message.md │ │ │ ├── IpMessagingV1Role.md │ │ │ ├── IpMessagingV1Service.md │ │ │ ├── IpMessagingV1User.md │ │ │ ├── IpMessagingV1UserChannel.md │ │ │ ├── ListChannelResponse.md │ │ │ ├── ListChannelResponseMeta.md │ │ │ ├── ListCredentialResponse.md │ │ │ ├── ListInviteResponse.md │ │ │ ├── ListMemberResponse.md │ │ │ ├── ListMessageResponse.md │ │ │ ├── ListRoleResponse.md │ │ │ ├── ListServiceResponse.md │ │ │ ├── ListUserChannelResponse.md │ │ │ ├── ListUserResponse.md │ │ │ ├── ServicesApi.md │ │ │ ├── ServicesChannelsApi.md │ │ │ ├── ServicesChannelsInvitesApi.md │ │ │ ├── ServicesChannelsMembersApi.md │ │ │ ├── ServicesChannelsMessagesApi.md │ │ │ ├── ServicesRolesApi.md │ │ │ ├── ServicesUsersApi.md │ │ │ └── ServicesUsersChannelsApi.md │ │ ├── model_ip_messaging_v1_channel.go │ │ ├── model_ip_messaging_v1_credential.go │ │ ├── model_ip_messaging_v1_invite.go │ │ ├── model_ip_messaging_v1_member.go │ │ ├── model_ip_messaging_v1_message.go │ │ ├── model_ip_messaging_v1_role.go │ │ ├── model_ip_messaging_v1_service.go │ │ ├── model_ip_messaging_v1_user.go │ │ ├── model_ip_messaging_v1_user_channel.go │ │ ├── model_list_channel_response.go │ │ ├── model_list_channel_response_meta.go │ │ ├── model_list_credential_response.go │ │ ├── model_list_invite_response.go │ │ ├── model_list_member_response.go │ │ ├── model_list_message_response.go │ │ ├── model_list_role_response.go │ │ ├── model_list_service_response.go │ │ ├── model_list_user_channel_response.go │ │ ├── model_list_user_response.go │ │ ├── services.go │ │ ├── services_channels.go │ │ ├── services_channels_invites.go │ │ ├── services_channels_members.go │ │ ├── services_channels_messages.go │ │ ├── services_roles.go │ │ ├── services_users.go │ │ └── services_users_channels.go │ └── v2 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── credentials.go │ │ ├── docs │ │ ├── CredentialsApi.md │ │ ├── IpMessagingV2Binding.md │ │ ├── IpMessagingV2Channel.md │ │ ├── IpMessagingV2ChannelWebhook.md │ │ ├── IpMessagingV2Credential.md │ │ ├── IpMessagingV2Invite.md │ │ ├── IpMessagingV2Member.md │ │ ├── IpMessagingV2Message.md │ │ ├── IpMessagingV2Role.md │ │ ├── IpMessagingV2Service.md │ │ ├── IpMessagingV2User.md │ │ ├── IpMessagingV2UserBinding.md │ │ ├── IpMessagingV2UserChannel.md │ │ ├── ListBindingResponse.md │ │ ├── ListBindingResponseMeta.md │ │ ├── ListChannelResponse.md │ │ ├── ListChannelWebhookResponse.md │ │ ├── ListCredentialResponse.md │ │ ├── ListInviteResponse.md │ │ ├── ListMemberResponse.md │ │ ├── ListMessageResponse.md │ │ ├── ListRoleResponse.md │ │ ├── ListServiceResponse.md │ │ ├── ListUserBindingResponse.md │ │ ├── ListUserChannelResponse.md │ │ ├── ListUserResponse.md │ │ ├── ServicesApi.md │ │ ├── ServicesBindingsApi.md │ │ ├── ServicesChannelsApi.md │ │ ├── ServicesChannelsInvitesApi.md │ │ ├── ServicesChannelsMembersApi.md │ │ ├── ServicesChannelsMessagesApi.md │ │ ├── ServicesChannelsWebhooksApi.md │ │ ├── ServicesRolesApi.md │ │ ├── ServicesUsersApi.md │ │ ├── ServicesUsersBindingsApi.md │ │ └── ServicesUsersChannelsApi.md │ │ ├── model_ip_messaging_v2_binding.go │ │ ├── model_ip_messaging_v2_channel.go │ │ ├── model_ip_messaging_v2_channel_webhook.go │ │ ├── model_ip_messaging_v2_credential.go │ │ ├── model_ip_messaging_v2_invite.go │ │ ├── model_ip_messaging_v2_member.go │ │ ├── model_ip_messaging_v2_message.go │ │ ├── model_ip_messaging_v2_role.go │ │ ├── model_ip_messaging_v2_service.go │ │ ├── model_ip_messaging_v2_user.go │ │ ├── model_ip_messaging_v2_user_binding.go │ │ ├── model_ip_messaging_v2_user_channel.go │ │ ├── model_list_binding_response.go │ │ ├── model_list_binding_response_meta.go │ │ ├── model_list_channel_response.go │ │ ├── model_list_channel_webhook_response.go │ │ ├── model_list_credential_response.go │ │ ├── model_list_invite_response.go │ │ ├── model_list_member_response.go │ │ ├── model_list_message_response.go │ │ ├── model_list_role_response.go │ │ ├── model_list_service_response.go │ │ ├── model_list_user_binding_response.go │ │ ├── model_list_user_channel_response.go │ │ ├── model_list_user_response.go │ │ ├── services.go │ │ ├── services_bindings.go │ │ ├── services_channels.go │ │ ├── services_channels_invites.go │ │ ├── services_channels_members.go │ │ ├── services_channels_messages.go │ │ ├── services_channels_webhooks.go │ │ ├── services_roles.go │ │ ├── services_users.go │ │ ├── services_users_bindings.go │ │ └── services_users_channels.go ├── knowledge │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── KnowledgeApi.md │ │ ├── KnowledgeChunksApi.md │ │ ├── KnowledgeStatusApi.md │ │ ├── KnowledgeV1CreateKnowledgeRequest.md │ │ ├── KnowledgeV1CreatePolicyRequest.md │ │ ├── KnowledgeV1Knowledge.md │ │ ├── KnowledgeV1KnowledgeChunk.md │ │ ├── KnowledgeV1KnowledgeChunkWithScore.md │ │ ├── KnowledgeV1KnowledgeStatus.md │ │ ├── KnowledgeV1UpdateKnowledgeRequest.md │ │ ├── ListKnowledgeChunksResponse.md │ │ ├── ListKnowledgeResponse.md │ │ ├── ListKnowledgeResponseKnowledge.md │ │ └── ListKnowledgeResponseMeta.md │ │ ├── knowledge.go │ │ ├── knowledge_chunks.go │ │ ├── knowledge_status.go │ │ ├── model_knowledge_v1_create_knowledge_request.go │ │ ├── model_knowledge_v1_create_policy_request.go │ │ ├── model_knowledge_v1_knowledge.go │ │ ├── model_knowledge_v1_knowledge_chunk.go │ │ ├── model_knowledge_v1_knowledge_chunk_with_score.go │ │ ├── model_knowledge_v1_knowledge_status.go │ │ ├── model_knowledge_v1_update_knowledge_request.go │ │ ├── model_list_knowledge_chunks_response.go │ │ ├── model_list_knowledge_response.go │ │ ├── model_list_knowledge_response_knowledge.go │ │ └── model_list_knowledge_response_meta.go ├── lookups │ ├── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ │ ├── LookupsV1PhoneNumber.md │ │ │ └── PhoneNumbersApi.md │ │ ├── model_lookups_v1_phone_number.go │ │ └── phone_numbers.go │ └── v2 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── LookupsV2PhoneNumber.md │ │ └── PhoneNumbersApi.md │ │ ├── model_lookups_v2_phone_number.go │ │ └── phone_numbers.go ├── marketplace │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── available_add_ons.go │ │ ├── available_add_ons_extensions.go │ │ ├── docs │ │ ├── AvailableAddOnsApi.md │ │ ├── AvailableAddOnsExtensionsApi.md │ │ ├── CreateReferralConversionRequest.md │ │ ├── FetchModuleDataForListingOwnerResponse.md │ │ ├── InstalledAddOnsApi.md │ │ ├── InstalledAddOnsExtensionsApi.md │ │ ├── InstalledAddOnsUsageApi.md │ │ ├── ListAvailableAddOnExtensionResponse.md │ │ ├── ListAvailableAddOnResponse.md │ │ ├── ListAvailableAddOnResponseMeta.md │ │ ├── ListInstalledAddOnExtensionResponse.md │ │ ├── ListInstalledAddOnResponse.md │ │ ├── ListingApi.md │ │ ├── ListingsApi.md │ │ ├── MarketplaceV1AvailableAddOn.md │ │ ├── MarketplaceV1AvailableAddOnExtension.md │ │ ├── MarketplaceV1BillingUsageResponse.md │ │ ├── MarketplaceV1InstalledAddOn.md │ │ ├── MarketplaceV1InstalledAddOnBillingUsageResponseBillableItems.md │ │ ├── MarketplaceV1InstalledAddOnExtension.md │ │ ├── MarketplaceV1InstalledAddOnInstalledAddOnUsageBillableItems.md │ │ ├── MarketplaceV1InstalledAddOnUsage.md │ │ ├── MarketplaceV1ModuleDataManagement.md │ │ ├── MarketplaceV1ReferralConversion.md │ │ ├── MarketplaceV1ReferralRecords.md │ │ ├── MarketplaceV1TwilioServiceErrorResponse.md │ │ └── ReferralConversionApi.md │ │ ├── installed_add_ons.go │ │ ├── installed_add_ons_extensions.go │ │ ├── installed_add_ons_usage.go │ │ ├── listing.go │ │ ├── listings.go │ │ ├── model_create_referral_conversion_request.go │ │ ├── model_fetch_module_data_for_listing_owner_response.go │ │ ├── model_list_available_add_on_extension_response.go │ │ ├── model_list_available_add_on_response.go │ │ ├── model_list_available_add_on_response_meta.go │ │ ├── model_list_installed_add_on_extension_response.go │ │ ├── model_list_installed_add_on_response.go │ │ ├── model_marketplace_v1_available_add_on.go │ │ ├── model_marketplace_v1_available_add_on_extension.go │ │ ├── model_marketplace_v1_billing_usage_response.go │ │ ├── model_marketplace_v1_installed_add_on.go │ │ ├── model_marketplace_v1_installed_add_on_billing_usage_response_billable_items.go │ │ ├── model_marketplace_v1_installed_add_on_extension.go │ │ ├── model_marketplace_v1_installed_add_on_installed_add_on_usage_billable_items.go │ │ ├── model_marketplace_v1_installed_add_on_usage.go │ │ ├── model_marketplace_v1_module_data_management.go │ │ ├── model_marketplace_v1_referral_conversion.go │ │ ├── model_marketplace_v1_referral_records.go │ │ ├── model_marketplace_v1_twilio_service_error_response.go │ │ └── referral_conversion.go ├── messaging │ ├── v1 │ │ ├── README.md │ │ ├── a2p_brand_registrations.go │ │ ├── a2p_brand_registrations_sms_otp.go │ │ ├── a2p_brand_registrations_vettings.go │ │ ├── api_service.go │ │ ├── deactivations.go │ │ ├── docs │ │ │ ├── A2pBrandRegistrationsApi.md │ │ │ ├── A2pBrandRegistrationsSmsOtpApi.md │ │ │ ├── A2pBrandRegistrationsVettingsApi.md │ │ │ ├── DeactivationsApi.md │ │ │ ├── LinkShorteningDomainsCertificateApi.md │ │ │ ├── LinkShorteningDomainsConfigApi.md │ │ │ ├── LinkShorteningDomainsMessagingServicesApi.md │ │ │ ├── LinkShorteningDomainsRequestManagedCertApi.md │ │ │ ├── LinkShorteningMessagingServiceDomainConfigApi.md │ │ │ ├── LinkShorteningMessagingServicesDomainApi.md │ │ │ ├── ListAlphaSenderResponse.md │ │ │ ├── ListAlphaSenderResponseMeta.md │ │ │ ├── ListBrandRegistrationsResponse.md │ │ │ ├── ListBrandVettingResponse.md │ │ │ ├── ListChannelSenderResponse.md │ │ │ ├── ListDestinationAlphaSenderResponse.md │ │ │ ├── ListPhoneNumberResponse.md │ │ │ ├── ListServiceResponse.md │ │ │ ├── ListShortCodeResponse.md │ │ │ ├── ListTollfreeVerificationResponse.md │ │ │ ├── ListUsAppToPersonResponse.md │ │ │ ├── MessagingV1AlphaSender.md │ │ │ ├── MessagingV1BrandRegistrationOtp.md │ │ │ ├── MessagingV1BrandRegistrations.md │ │ │ ├── MessagingV1BrandVetting.md │ │ │ ├── MessagingV1ChannelSender.md │ │ │ ├── MessagingV1Deactivation.md │ │ │ ├── MessagingV1DestinationAlphaSender.md │ │ │ ├── MessagingV1DomainCertV4.md │ │ │ ├── MessagingV1DomainConfig.md │ │ │ ├── MessagingV1DomainConfigMessagingService.md │ │ │ ├── MessagingV1ExternalCampaign.md │ │ │ ├── MessagingV1LinkshorteningMessagingService.md │ │ │ ├── MessagingV1LinkshorteningMessagingServiceDomainAssociation.md │ │ │ ├── MessagingV1PhoneNumber.md │ │ │ ├── MessagingV1RequestManagedCert.md │ │ │ ├── MessagingV1Service.md │ │ │ ├── MessagingV1ShortCode.md │ │ │ ├── MessagingV1TollfreeVerification.md │ │ │ ├── MessagingV1UsAppToPerson.md │ │ │ ├── MessagingV1UsAppToPersonUsecase.md │ │ │ ├── MessagingV1Usecase.md │ │ │ ├── ServicesAlphaSendersApi.md │ │ │ ├── ServicesApi.md │ │ │ ├── ServicesChannelSendersApi.md │ │ │ ├── ServicesComplianceUsa2pApi.md │ │ │ ├── ServicesComplianceUsa2pUsecasesApi.md │ │ │ ├── ServicesDestinationAlphaSendersApi.md │ │ │ ├── ServicesPhoneNumbersApi.md │ │ │ ├── ServicesPreregisteredUsa2pApi.md │ │ │ ├── ServicesShortCodesApi.md │ │ │ ├── ServicesUsecasesApi.md │ │ │ └── TollfreeVerificationsApi.md │ │ ├── link_shortening_domains_certificate.go │ │ ├── link_shortening_domains_config.go │ │ ├── link_shortening_domains_messaging_services.go │ │ ├── link_shortening_domains_request_managed_cert.go │ │ ├── link_shortening_messaging_service_domain_config.go │ │ ├── link_shortening_messaging_services_domain.go │ │ ├── model_list_alpha_sender_response.go │ │ ├── model_list_alpha_sender_response_meta.go │ │ ├── model_list_brand_registrations_response.go │ │ ├── model_list_brand_vetting_response.go │ │ ├── model_list_channel_sender_response.go │ │ ├── model_list_destination_alpha_sender_response.go │ │ ├── model_list_phone_number_response.go │ │ ├── model_list_service_response.go │ │ ├── model_list_short_code_response.go │ │ ├── model_list_tollfree_verification_response.go │ │ ├── model_list_us_app_to_person_response.go │ │ ├── model_messaging_v1_alpha_sender.go │ │ ├── model_messaging_v1_brand_registration_otp.go │ │ ├── model_messaging_v1_brand_registrations.go │ │ ├── model_messaging_v1_brand_vetting.go │ │ ├── model_messaging_v1_channel_sender.go │ │ ├── model_messaging_v1_deactivation.go │ │ ├── model_messaging_v1_destination_alpha_sender.go │ │ ├── model_messaging_v1_domain_cert_v4.go │ │ ├── model_messaging_v1_domain_config.go │ │ ├── model_messaging_v1_domain_config_messaging_service.go │ │ ├── model_messaging_v1_external_campaign.go │ │ ├── model_messaging_v1_linkshortening_messaging_service.go │ │ ├── model_messaging_v1_linkshortening_messaging_service_domain_association.go │ │ ├── model_messaging_v1_phone_number.go │ │ ├── model_messaging_v1_request_managed_cert.go │ │ ├── model_messaging_v1_service.go │ │ ├── model_messaging_v1_short_code.go │ │ ├── model_messaging_v1_tollfree_verification.go │ │ ├── model_messaging_v1_us_app_to_person.go │ │ ├── model_messaging_v1_us_app_to_person_usecase.go │ │ ├── model_messaging_v1_usecase.go │ │ ├── services.go │ │ ├── services_alpha_senders.go │ │ ├── services_channel_senders.go │ │ ├── services_compliance_usa2p.go │ │ ├── services_compliance_usa2p_usecases.go │ │ ├── services_destination_alpha_senders.go │ │ ├── services_phone_numbers.go │ │ ├── services_preregistered_usa2p.go │ │ ├── services_short_codes.go │ │ ├── services_usecases.go │ │ └── tollfree_verifications.go │ └── v2 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── channels_senders.go │ │ ├── docs │ │ ├── ChannelsSendersApi.md │ │ ├── ListChannelsSenderResponse.md │ │ ├── ListChannelsSenderResponseMeta.md │ │ ├── MessagingV2ChannelsSender.md │ │ ├── MessagingV2Configuration.md │ │ ├── MessagingV2Create.md │ │ ├── MessagingV2Items.md │ │ ├── MessagingV2Profile.md │ │ ├── MessagingV2Properties.md │ │ ├── MessagingV2Update.md │ │ └── MessagingV2Webhook.md │ │ ├── model_list_channels_sender_response.go │ │ ├── model_list_channels_sender_response_meta.go │ │ ├── model_messaging_v2_channels_sender.go │ │ ├── model_messaging_v2_configuration.go │ │ ├── model_messaging_v2_create.go │ │ ├── model_messaging_v2_items.go │ │ ├── model_messaging_v2_profile.go │ │ ├── model_messaging_v2_properties.go │ │ ├── model_messaging_v2_update.go │ │ └── model_messaging_v2_webhook.go ├── microvisor │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── apps.go │ │ ├── apps_manifest.go │ │ ├── configs.go │ │ ├── devices.go │ │ ├── devices_configs.go │ │ ├── devices_secrets.go │ │ ├── docs │ │ ├── AppsApi.md │ │ ├── AppsManifestApi.md │ │ ├── ConfigsApi.md │ │ ├── DevicesApi.md │ │ ├── DevicesConfigsApi.md │ │ ├── DevicesSecretsApi.md │ │ ├── ListAccountConfigResponse.md │ │ ├── ListAccountConfigResponseMeta.md │ │ ├── ListAccountSecretResponse.md │ │ ├── ListAppResponse.md │ │ ├── ListDeviceConfigResponse.md │ │ ├── ListDeviceResponse.md │ │ ├── ListDeviceSecretResponse.md │ │ ├── MicrovisorV1AccountConfig.md │ │ ├── MicrovisorV1AccountSecret.md │ │ ├── MicrovisorV1App.md │ │ ├── MicrovisorV1AppManifest.md │ │ ├── MicrovisorV1Device.md │ │ ├── MicrovisorV1DeviceConfig.md │ │ ├── MicrovisorV1DeviceSecret.md │ │ └── SecretsApi.md │ │ ├── model_list_account_config_response.go │ │ ├── model_list_account_config_response_meta.go │ │ ├── model_list_account_secret_response.go │ │ ├── model_list_app_response.go │ │ ├── model_list_device_config_response.go │ │ ├── model_list_device_response.go │ │ ├── model_list_device_secret_response.go │ │ ├── model_microvisor_v1_account_config.go │ │ ├── model_microvisor_v1_account_secret.go │ │ ├── model_microvisor_v1_app.go │ │ ├── model_microvisor_v1_app_manifest.go │ │ ├── model_microvisor_v1_device.go │ │ ├── model_microvisor_v1_device_config.go │ │ ├── model_microvisor_v1_device_secret.go │ │ └── secrets.go ├── monitor │ └── v1 │ │ ├── README.md │ │ ├── alerts.go │ │ ├── api_service.go │ │ ├── docs │ │ ├── AlertsApi.md │ │ ├── EventsApi.md │ │ ├── ListAlertResponse.md │ │ ├── ListAlertResponseMeta.md │ │ ├── ListEventResponse.md │ │ ├── MonitorV1Alert.md │ │ ├── MonitorV1AlertInstance.md │ │ └── MonitorV1Event.md │ │ ├── events.go │ │ ├── model_list_alert_response.go │ │ ├── model_list_alert_response_meta.go │ │ ├── model_list_event_response.go │ │ ├── model_monitor_v1_alert.go │ │ ├── model_monitor_v1_alert_instance.go │ │ └── model_monitor_v1_event.go ├── notify │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── credentials.go │ │ ├── docs │ │ ├── CredentialsApi.md │ │ ├── ListBindingResponse.md │ │ ├── ListBindingResponseMeta.md │ │ ├── ListCredentialResponse.md │ │ ├── ListServiceResponse.md │ │ ├── NotifyV1Binding.md │ │ ├── NotifyV1Credential.md │ │ ├── NotifyV1Notification.md │ │ ├── NotifyV1Service.md │ │ ├── ServicesApi.md │ │ ├── ServicesBindingsApi.md │ │ └── ServicesNotificationsApi.md │ │ ├── model_list_binding_response.go │ │ ├── model_list_binding_response_meta.go │ │ ├── model_list_credential_response.go │ │ ├── model_list_service_response.go │ │ ├── model_notify_v1_binding.go │ │ ├── model_notify_v1_credential.go │ │ ├── model_notify_v1_notification.go │ │ ├── model_notify_v1_service.go │ │ ├── services.go │ │ ├── services_bindings.go │ │ └── services_notifications.go ├── numbers │ ├── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ │ ├── HostedNumberEligibilityApi.md │ │ │ ├── HostedNumberEligibilityBulkApi.md │ │ │ ├── ListSigningRequestConfigurationResponse.md │ │ │ ├── ListSigningRequestConfigurationResponseMeta.md │ │ │ ├── NumbersV1BulkEligibility.md │ │ │ ├── NumbersV1Eligibility.md │ │ │ ├── NumbersV1PortingPortIn.md │ │ │ ├── NumbersV1PortingPortInPhoneNumber.md │ │ │ ├── NumbersV1PortingPortability.md │ │ │ ├── NumbersV1PortingWebhookConfiguration.md │ │ │ ├── NumbersV1PortingWebhookConfigurationDelete.md │ │ │ ├── NumbersV1PortingWebhookConfigurationFetch.md │ │ │ ├── NumbersV1SigningRequestConfiguration.md │ │ │ ├── PortingConfigurationWebhookApi.md │ │ │ ├── PortingPortInApi.md │ │ │ ├── PortingPortInPhoneNumberApi.md │ │ │ ├── PortingPortabilityPhoneNumberApi.md │ │ │ └── SigningRequestConfigurationApi.md │ │ ├── hosted_number_eligibility.go │ │ ├── hosted_number_eligibility_bulk.go │ │ ├── model_list_signing_request_configuration_response.go │ │ ├── model_list_signing_request_configuration_response_meta.go │ │ ├── model_numbers_v1_bulk_eligibility.go │ │ ├── model_numbers_v1_eligibility.go │ │ ├── model_numbers_v1_porting_port_in.go │ │ ├── model_numbers_v1_porting_port_in_phone_number.go │ │ ├── model_numbers_v1_porting_portability.go │ │ ├── model_numbers_v1_porting_webhook_configuration.go │ │ ├── model_numbers_v1_porting_webhook_configuration_delete.go │ │ ├── model_numbers_v1_porting_webhook_configuration_fetch.go │ │ ├── model_numbers_v1_signing_request_configuration.go │ │ ├── porting_configuration_webhook.go │ │ ├── porting_port_in.go │ │ ├── porting_port_in_phone_number.go │ │ ├── porting_portability_phone_number.go │ │ └── signing_request_configuration.go │ └── v2 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── HostedNumberAuthorizationDocumentsApi.md │ │ ├── HostedNumberAuthorizationDocumentsDependentHostedNumberOrdersApi.md │ │ ├── HostedNumberOrdersApi.md │ │ ├── HostedNumberOrdersBulkApi.md │ │ ├── ListAuthorizationDocumentResponse.md │ │ ├── ListAuthorizationDocumentResponseMeta.md │ │ ├── ListBundleCopyResponse.md │ │ ├── ListBundleResponse.md │ │ ├── ListDependentHostedNumberOrderResponse.md │ │ ├── ListEndUserResponse.md │ │ ├── ListEndUserTypeResponse.md │ │ ├── ListEvaluationResponse.md │ │ ├── ListHostedNumberOrderResponse.md │ │ ├── ListItemAssignmentResponse.md │ │ ├── ListRegulationResponse.md │ │ ├── ListSupportingDocumentResponse.md │ │ ├── ListSupportingDocumentTypeResponse.md │ │ ├── NumbersV2AuthorizationDocument.md │ │ ├── NumbersV2AuthorizationDocumentDependentHostedNumberOrderCapabilities.md │ │ ├── NumbersV2BulkHostedNumberOrder.md │ │ ├── NumbersV2Bundle.md │ │ ├── NumbersV2BundleClone.md │ │ ├── NumbersV2BundleCopy.md │ │ ├── NumbersV2DependentHostedNumberOrder.md │ │ ├── NumbersV2EndUser.md │ │ ├── NumbersV2EndUserType.md │ │ ├── NumbersV2Evaluation.md │ │ ├── NumbersV2HostedNumberOrder.md │ │ ├── NumbersV2HostedNumberOrderCapabilities.md │ │ ├── NumbersV2ItemAssignment.md │ │ ├── NumbersV2Regulation.md │ │ ├── NumbersV2ReplaceItems.md │ │ ├── NumbersV2SupportingDocument.md │ │ ├── NumbersV2SupportingDocumentType.md │ │ ├── RegulatoryComplianceBundlesApi.md │ │ ├── RegulatoryComplianceBundlesClonesApi.md │ │ ├── RegulatoryComplianceBundlesCopiesApi.md │ │ ├── RegulatoryComplianceBundlesEvaluationsApi.md │ │ ├── RegulatoryComplianceBundlesItemAssignmentsApi.md │ │ ├── RegulatoryComplianceBundlesReplaceItemsApi.md │ │ ├── RegulatoryComplianceEndUserTypesApi.md │ │ ├── RegulatoryComplianceEndUsersApi.md │ │ ├── RegulatoryComplianceRegulationsApi.md │ │ ├── RegulatoryComplianceSupportingDocumentTypesApi.md │ │ └── RegulatoryComplianceSupportingDocumentsApi.md │ │ ├── hosted_number_authorization_documents.go │ │ ├── hosted_number_authorization_documents_dependent_hosted_number_orders.go │ │ ├── hosted_number_orders.go │ │ ├── hosted_number_orders_bulk.go │ │ ├── model_list_authorization_document_response.go │ │ ├── model_list_authorization_document_response_meta.go │ │ ├── model_list_bundle_copy_response.go │ │ ├── model_list_bundle_response.go │ │ ├── model_list_dependent_hosted_number_order_response.go │ │ ├── model_list_end_user_response.go │ │ ├── model_list_end_user_type_response.go │ │ ├── model_list_evaluation_response.go │ │ ├── model_list_hosted_number_order_response.go │ │ ├── model_list_item_assignment_response.go │ │ ├── model_list_regulation_response.go │ │ ├── model_list_supporting_document_response.go │ │ ├── model_list_supporting_document_type_response.go │ │ ├── model_numbers_v2_authorization_document.go │ │ ├── model_numbers_v2_authorization_document_dependent_hosted_number_order_capabilities.go │ │ ├── model_numbers_v2_bulk_hosted_number_order.go │ │ ├── model_numbers_v2_bundle.go │ │ ├── model_numbers_v2_bundle_clone.go │ │ ├── model_numbers_v2_bundle_copy.go │ │ ├── model_numbers_v2_dependent_hosted_number_order.go │ │ ├── model_numbers_v2_end_user.go │ │ ├── model_numbers_v2_end_user_type.go │ │ ├── model_numbers_v2_evaluation.go │ │ ├── model_numbers_v2_hosted_number_order.go │ │ ├── model_numbers_v2_hosted_number_order_capabilities.go │ │ ├── model_numbers_v2_item_assignment.go │ │ ├── model_numbers_v2_regulation.go │ │ ├── model_numbers_v2_replace_items.go │ │ ├── model_numbers_v2_supporting_document.go │ │ ├── model_numbers_v2_supporting_document_type.go │ │ ├── regulatory_compliance_bundles.go │ │ ├── regulatory_compliance_bundles_clones.go │ │ ├── regulatory_compliance_bundles_copies.go │ │ ├── regulatory_compliance_bundles_evaluations.go │ │ ├── regulatory_compliance_bundles_item_assignments.go │ │ ├── regulatory_compliance_bundles_replace_items.go │ │ ├── regulatory_compliance_end_user_types.go │ │ ├── regulatory_compliance_end_users.go │ │ ├── regulatory_compliance_regulations.go │ │ ├── regulatory_compliance_supporting_document_types.go │ │ └── regulatory_compliance_supporting_documents.go ├── oauth │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── authorize.go │ │ ├── docs │ │ ├── AuthorizeApi.md │ │ ├── OauthV1Authorize.md │ │ ├── OauthV1Token.md │ │ └── TokenApi.md │ │ ├── model_oauth_v1_authorize.go │ │ ├── model_oauth_v1_token.go │ │ └── token.go ├── preview_iam │ ├── organization │ │ ├── README.md │ │ ├── accounts.go │ │ ├── api_service.go │ │ ├── docs │ │ │ ├── AccountsApi.md │ │ │ ├── JsonPatch.md │ │ │ ├── OauthV1Authorize.md │ │ │ ├── OauthV1Token.md │ │ │ ├── OrganizationApi.md │ │ │ ├── PublicApiAccountResponse.md │ │ │ ├── PublicApiAccountResponsePage.md │ │ │ ├── PublicApiAccountResponsePageMeta.md │ │ │ ├── PublicApiCreateAccountRequest.md │ │ │ ├── PublicApiCreateAccountResponse.md │ │ │ ├── PublicApiCreateRoleAssignmentRequest.md │ │ │ ├── PublicApiCreateRoleAssignmentResponsePage.md │ │ │ ├── PublicApiRoleAssignmentResponse.md │ │ │ ├── RoleAssignmentsApi.md │ │ │ ├── ScimEmailAddress.md │ │ │ ├── ScimError.md │ │ │ ├── ScimMeta.md │ │ │ ├── ScimName.md │ │ │ ├── ScimPatchOperation.md │ │ │ ├── ScimPatchRequest.md │ │ │ ├── ScimResourceTypes.md │ │ │ ├── ScimResourceTypesResources.md │ │ │ ├── ScimUser.md │ │ │ ├── ScimUserPage.md │ │ │ ├── ScimUsersApi.md │ │ │ └── TwilioServiceErrorResponse.md │ │ ├── model_json_patch.go │ │ ├── model_oauth_v1_authorize.go │ │ ├── model_oauth_v1_token.go │ │ ├── model_public_api_account_response.go │ │ ├── model_public_api_account_response_page.go │ │ ├── model_public_api_account_response_page_meta.go │ │ ├── model_public_api_create_account_request.go │ │ ├── model_public_api_create_account_response.go │ │ ├── model_public_api_create_role_assignment_request.go │ │ ├── model_public_api_create_role_assignment_response_page.go │ │ ├── model_public_api_role_assignment_response.go │ │ ├── model_scim_email_address.go │ │ ├── model_scim_error.go │ │ ├── model_scim_meta.go │ │ ├── model_scim_name.go │ │ ├── model_scim_patch_operation.go │ │ ├── model_scim_patch_request.go │ │ ├── model_scim_resource_types.go │ │ ├── model_scim_resource_types_resources.go │ │ ├── model_scim_user.go │ │ ├── model_scim_user_page.go │ │ ├── model_twilio_service_error_response.go │ │ ├── organization.go │ │ ├── role_assignments.go │ │ └── scim_users.go │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── authorize.go │ │ ├── docs │ │ ├── AuthorizeApi.md │ │ ├── JsonPatch.md │ │ ├── OauthV1Authorize.md │ │ ├── OauthV1Token.md │ │ ├── PublicApiAccountResponse.md │ │ ├── PublicApiAccountResponsePage.md │ │ ├── PublicApiAccountResponsePageMeta.md │ │ ├── PublicApiCreateAccountRequest.md │ │ ├── PublicApiCreateAccountResponse.md │ │ ├── PublicApiCreateRoleAssignmentRequest.md │ │ ├── PublicApiCreateRoleAssignmentResponsePage.md │ │ ├── PublicApiRoleAssignmentResponse.md │ │ ├── ScimEmailAddress.md │ │ ├── ScimError.md │ │ ├── ScimMeta.md │ │ ├── ScimName.md │ │ ├── ScimPatchOperation.md │ │ ├── ScimPatchRequest.md │ │ ├── ScimResourceTypes.md │ │ ├── ScimResourceTypesResources.md │ │ ├── ScimUser.md │ │ ├── ScimUserPage.md │ │ ├── TokenApi.md │ │ └── TwilioServiceErrorResponse.md │ │ ├── model_json_patch.go │ │ ├── model_oauth_v1_authorize.go │ │ ├── model_oauth_v1_token.go │ │ ├── model_public_api_account_response.go │ │ ├── model_public_api_account_response_page.go │ │ ├── model_public_api_account_response_page_meta.go │ │ ├── model_public_api_create_account_request.go │ │ ├── model_public_api_create_account_response.go │ │ ├── model_public_api_create_role_assignment_request.go │ │ ├── model_public_api_create_role_assignment_response_page.go │ │ ├── model_public_api_role_assignment_response.go │ │ ├── model_scim_email_address.go │ │ ├── model_scim_error.go │ │ ├── model_scim_meta.go │ │ ├── model_scim_name.go │ │ ├── model_scim_patch_operation.go │ │ ├── model_scim_patch_request.go │ │ ├── model_scim_resource_types.go │ │ ├── model_scim_resource_types_resources.go │ │ ├── model_scim_user.go │ │ ├── model_scim_user_page.go │ │ ├── model_twilio_service_error_response.go │ │ └── token.go ├── pricing │ ├── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ │ ├── ListMessagingCountryResponse.md │ │ │ ├── ListMessagingCountryResponseMeta.md │ │ │ ├── ListPhoneNumberCountryResponse.md │ │ │ ├── ListVoiceCountryResponse.md │ │ │ ├── MessagingCountriesApi.md │ │ │ ├── PhoneNumbersCountriesApi.md │ │ │ ├── PricingV1Messaging.md │ │ │ ├── PricingV1MessagingCountry.md │ │ │ ├── PricingV1MessagingCountryInstance.md │ │ │ ├── PricingV1MessagingMessagingCountryInstanceInboundSmsPrices.md │ │ │ ├── PricingV1MessagingMessagingCountryInstanceOutboundSmsPrices.md │ │ │ ├── PricingV1MessagingMessagingCountryInstanceOutboundSmsPricesPrices.md │ │ │ ├── PricingV1PhoneNumber.md │ │ │ ├── PricingV1PhoneNumberCountry.md │ │ │ ├── PricingV1PhoneNumberCountryInstance.md │ │ │ ├── PricingV1PhoneNumberPhoneNumberCountryInstancePhoneNumberPrices.md │ │ │ ├── PricingV1Voice.md │ │ │ ├── PricingV1VoiceCountry.md │ │ │ ├── PricingV1VoiceCountryInstance.md │ │ │ ├── PricingV1VoiceNumber.md │ │ │ ├── PricingV1VoiceVoiceCountryInstanceInboundCallPrices.md │ │ │ ├── PricingV1VoiceVoiceCountryInstanceOutboundPrefixPrices.md │ │ │ ├── PricingV1VoiceVoiceNumberInboundCallPrice.md │ │ │ ├── PricingV1VoiceVoiceNumberOutboundCallPrice.md │ │ │ ├── VoiceCountriesApi.md │ │ │ └── VoiceNumbersApi.md │ │ ├── messaging_countries.go │ │ ├── model_list_messaging_country_response.go │ │ ├── model_list_messaging_country_response_meta.go │ │ ├── model_list_phone_number_country_response.go │ │ ├── model_list_voice_country_response.go │ │ ├── model_pricing_v1_messaging.go │ │ ├── model_pricing_v1_messaging_country.go │ │ ├── model_pricing_v1_messaging_country_instance.go │ │ ├── model_pricing_v1_messaging_messaging_country_instance_inbound_sms_prices.go │ │ ├── model_pricing_v1_messaging_messaging_country_instance_outbound_sms_prices.go │ │ ├── model_pricing_v1_messaging_messaging_country_instance_outbound_sms_prices_prices.go │ │ ├── model_pricing_v1_phone_number.go │ │ ├── model_pricing_v1_phone_number_country.go │ │ ├── model_pricing_v1_phone_number_country_instance.go │ │ ├── model_pricing_v1_phone_number_phone_number_country_instance_phone_number_prices.go │ │ ├── model_pricing_v1_voice.go │ │ ├── model_pricing_v1_voice_country.go │ │ ├── model_pricing_v1_voice_country_instance.go │ │ ├── model_pricing_v1_voice_number.go │ │ ├── model_pricing_v1_voice_voice_country_instance_inbound_call_prices.go │ │ ├── model_pricing_v1_voice_voice_country_instance_outbound_prefix_prices.go │ │ ├── model_pricing_v1_voice_voice_number_inbound_call_price.go │ │ ├── model_pricing_v1_voice_voice_number_outbound_call_price.go │ │ ├── phone_numbers_countries.go │ │ ├── voice_countries.go │ │ └── voice_numbers.go │ └── v2 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── ListTrunkingCountryResponse.md │ │ ├── ListTrunkingCountryResponseMeta.md │ │ ├── ListVoiceCountryResponse.md │ │ ├── PricingV2TrunkingCountry.md │ │ ├── PricingV2TrunkingCountryInstance.md │ │ ├── PricingV2TrunkingCountryInstanceOriginatingCallPrices.md │ │ ├── PricingV2TrunkingCountryInstanceTerminatingPrefixPrices.md │ │ ├── PricingV2TrunkingNumber.md │ │ ├── PricingV2TrunkingNumberOriginatingCallPrice.md │ │ ├── PricingV2Voice.md │ │ ├── PricingV2VoiceCountry.md │ │ ├── PricingV2VoiceCountryInstance.md │ │ ├── PricingV2VoiceNumber.md │ │ ├── PricingV2VoiceVoiceNumberInboundCallPrice.md │ │ ├── PricingV2VoiceVoiceNumberOutboundCallPrices.md │ │ ├── TrunkingCountriesApi.md │ │ ├── TrunkingNumbersApi.md │ │ ├── VoiceCountriesApi.md │ │ └── VoiceNumbersApi.md │ │ ├── model_list_trunking_country_response.go │ │ ├── model_list_trunking_country_response_meta.go │ │ ├── model_list_voice_country_response.go │ │ ├── model_pricing_v2_trunking_country.go │ │ ├── model_pricing_v2_trunking_country_instance.go │ │ ├── model_pricing_v2_trunking_country_instance_originating_call_prices.go │ │ ├── model_pricing_v2_trunking_country_instance_terminating_prefix_prices.go │ │ ├── model_pricing_v2_trunking_number.go │ │ ├── model_pricing_v2_trunking_number_originating_call_price.go │ │ ├── model_pricing_v2_voice.go │ │ ├── model_pricing_v2_voice_country.go │ │ ├── model_pricing_v2_voice_country_instance.go │ │ ├── model_pricing_v2_voice_number.go │ │ ├── model_pricing_v2_voice_voice_number_inbound_call_price.go │ │ ├── model_pricing_v2_voice_voice_number_outbound_call_prices.go │ │ ├── trunking_countries.go │ │ ├── trunking_numbers.go │ │ ├── voice_countries.go │ │ └── voice_numbers.go ├── proxy │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── ListInteractionResponse.md │ │ ├── ListInteractionResponseMeta.md │ │ ├── ListMessageInteractionResponse.md │ │ ├── ListParticipantResponse.md │ │ ├── ListPhoneNumberResponse.md │ │ ├── ListServiceResponse.md │ │ ├── ListSessionResponse.md │ │ ├── ListShortCodeResponse.md │ │ ├── ProxyV1Interaction.md │ │ ├── ProxyV1MessageInteraction.md │ │ ├── ProxyV1Participant.md │ │ ├── ProxyV1PhoneNumber.md │ │ ├── ProxyV1Service.md │ │ ├── ProxyV1ServicePhoneNumberCapabilities.md │ │ ├── ProxyV1ServiceShortCodeCapabilities.md │ │ ├── ProxyV1Session.md │ │ ├── ProxyV1ShortCode.md │ │ ├── ServicesApi.md │ │ ├── ServicesPhoneNumbersApi.md │ │ ├── ServicesSessionsApi.md │ │ ├── ServicesSessionsInteractionsApi.md │ │ ├── ServicesSessionsParticipantsApi.md │ │ ├── ServicesSessionsParticipantsMessageInteractionsApi.md │ │ └── ServicesShortCodesApi.md │ │ ├── model_list_interaction_response.go │ │ ├── model_list_interaction_response_meta.go │ │ ├── model_list_message_interaction_response.go │ │ ├── model_list_participant_response.go │ │ ├── model_list_phone_number_response.go │ │ ├── model_list_service_response.go │ │ ├── model_list_session_response.go │ │ ├── model_list_short_code_response.go │ │ ├── model_proxy_v1_interaction.go │ │ ├── model_proxy_v1_message_interaction.go │ │ ├── model_proxy_v1_participant.go │ │ ├── model_proxy_v1_phone_number.go │ │ ├── model_proxy_v1_service.go │ │ ├── model_proxy_v1_service_phone_number_capabilities.go │ │ ├── model_proxy_v1_service_short_code_capabilities.go │ │ ├── model_proxy_v1_session.go │ │ ├── model_proxy_v1_short_code.go │ │ ├── services.go │ │ ├── services_phone_numbers.go │ │ ├── services_sessions.go │ │ ├── services_sessions_interactions.go │ │ ├── services_sessions_participants.go │ │ ├── services_sessions_participants_message_interactions.go │ │ └── services_short_codes.go ├── routes │ └── v2 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── PhoneNumbersApi.md │ │ ├── RoutesV2PhoneNumber.md │ │ ├── RoutesV2SipDomain.md │ │ ├── RoutesV2Trunks.md │ │ ├── SipDomainsApi.md │ │ └── TrunksApi.md │ │ ├── model_routes_v2_phone_number.go │ │ ├── model_routes_v2_sip_domain.go │ │ ├── model_routes_v2_trunks.go │ │ ├── phone_numbers.go │ │ ├── sip_domains.go │ │ └── trunks.go ├── serverless │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── ListAssetResponse.md │ │ ├── ListAssetResponseMeta.md │ │ ├── ListAssetVersionResponse.md │ │ ├── ListBuildResponse.md │ │ ├── ListDeploymentResponse.md │ │ ├── ListEnvironmentResponse.md │ │ ├── ListFunctionResponse.md │ │ ├── ListFunctionVersionResponse.md │ │ ├── ListLogResponse.md │ │ ├── ListServiceResponse.md │ │ ├── ListVariableResponse.md │ │ ├── ServerlessV1Asset.md │ │ ├── ServerlessV1AssetVersion.md │ │ ├── ServerlessV1Build.md │ │ ├── ServerlessV1BuildStatus.md │ │ ├── ServerlessV1Deployment.md │ │ ├── ServerlessV1Environment.md │ │ ├── ServerlessV1Function.md │ │ ├── ServerlessV1FunctionVersion.md │ │ ├── ServerlessV1FunctionVersionContent.md │ │ ├── ServerlessV1Log.md │ │ ├── ServerlessV1Service.md │ │ ├── ServerlessV1Variable.md │ │ ├── ServicesApi.md │ │ ├── ServicesAssetsApi.md │ │ ├── ServicesAssetsVersionsApi.md │ │ ├── ServicesBuildsApi.md │ │ ├── ServicesBuildsStatusApi.md │ │ ├── ServicesEnvironmentsApi.md │ │ ├── ServicesEnvironmentsDeploymentsApi.md │ │ ├── ServicesEnvironmentsLogsApi.md │ │ ├── ServicesEnvironmentsVariablesApi.md │ │ ├── ServicesFunctionsApi.md │ │ ├── ServicesFunctionsVersionsApi.md │ │ └── ServicesFunctionsVersionsContentApi.md │ │ ├── model_list_asset_response.go │ │ ├── model_list_asset_response_meta.go │ │ ├── model_list_asset_version_response.go │ │ ├── model_list_build_response.go │ │ ├── model_list_deployment_response.go │ │ ├── model_list_environment_response.go │ │ ├── model_list_function_response.go │ │ ├── model_list_function_version_response.go │ │ ├── model_list_log_response.go │ │ ├── model_list_service_response.go │ │ ├── model_list_variable_response.go │ │ ├── model_serverless_v1_asset.go │ │ ├── model_serverless_v1_asset_version.go │ │ ├── model_serverless_v1_build.go │ │ ├── model_serverless_v1_build_status.go │ │ ├── model_serverless_v1_deployment.go │ │ ├── model_serverless_v1_environment.go │ │ ├── model_serverless_v1_function.go │ │ ├── model_serverless_v1_function_version.go │ │ ├── model_serverless_v1_function_version_content.go │ │ ├── model_serverless_v1_log.go │ │ ├── model_serverless_v1_service.go │ │ ├── model_serverless_v1_variable.go │ │ ├── services.go │ │ ├── services_assets.go │ │ ├── services_assets_versions.go │ │ ├── services_builds.go │ │ ├── services_builds_status.go │ │ ├── services_environments.go │ │ ├── services_environments_deployments.go │ │ ├── services_environments_logs.go │ │ ├── services_environments_variables.go │ │ ├── services_functions.go │ │ ├── services_functions_versions.go │ │ └── services_functions_versions_content.go ├── studio │ ├── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ │ ├── FlowsApi.md │ │ │ ├── FlowsEngagementsApi.md │ │ │ ├── FlowsEngagementsContextApi.md │ │ │ ├── FlowsEngagementsStepsApi.md │ │ │ ├── FlowsEngagementsStepsContextApi.md │ │ │ ├── FlowsExecutionsApi.md │ │ │ ├── FlowsExecutionsContextApi.md │ │ │ ├── FlowsExecutionsStepsApi.md │ │ │ ├── FlowsExecutionsStepsContextApi.md │ │ │ ├── ListEngagementResponse.md │ │ │ ├── ListEngagementResponseMeta.md │ │ │ ├── ListExecutionResponse.md │ │ │ ├── ListExecutionStepResponse.md │ │ │ ├── ListFlowResponse.md │ │ │ ├── ListStepResponse.md │ │ │ ├── StudioV1Engagement.md │ │ │ ├── StudioV1EngagementContext.md │ │ │ ├── StudioV1Execution.md │ │ │ ├── StudioV1ExecutionContext.md │ │ │ ├── StudioV1ExecutionStep.md │ │ │ ├── StudioV1ExecutionStepContext.md │ │ │ ├── StudioV1Flow.md │ │ │ ├── StudioV1Step.md │ │ │ └── StudioV1StepContext.md │ │ ├── flows.go │ │ ├── flows_engagements.go │ │ ├── flows_engagements_context.go │ │ ├── flows_engagements_steps.go │ │ ├── flows_engagements_steps_context.go │ │ ├── flows_executions.go │ │ ├── flows_executions_context.go │ │ ├── flows_executions_steps.go │ │ ├── flows_executions_steps_context.go │ │ ├── model_list_engagement_response.go │ │ ├── model_list_engagement_response_meta.go │ │ ├── model_list_execution_response.go │ │ ├── model_list_execution_step_response.go │ │ ├── model_list_flow_response.go │ │ ├── model_list_step_response.go │ │ ├── model_studio_v1_engagement.go │ │ ├── model_studio_v1_engagement_context.go │ │ ├── model_studio_v1_execution.go │ │ ├── model_studio_v1_execution_context.go │ │ ├── model_studio_v1_execution_step.go │ │ ├── model_studio_v1_execution_step_context.go │ │ ├── model_studio_v1_flow.go │ │ ├── model_studio_v1_step.go │ │ └── model_studio_v1_step_context.go │ └── v2 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── FlowsApi.md │ │ ├── FlowsExecutionsApi.md │ │ ├── FlowsExecutionsContextApi.md │ │ ├── FlowsExecutionsStepsApi.md │ │ ├── FlowsExecutionsStepsContextApi.md │ │ ├── FlowsRevisionsApi.md │ │ ├── FlowsTestUsersApi.md │ │ ├── FlowsValidateApi.md │ │ ├── ListExecutionResponse.md │ │ ├── ListExecutionResponseMeta.md │ │ ├── ListExecutionStepResponse.md │ │ ├── ListFlowResponse.md │ │ ├── ListFlowRevisionResponse.md │ │ ├── StudioV2Execution.md │ │ ├── StudioV2ExecutionContext.md │ │ ├── StudioV2ExecutionStep.md │ │ ├── StudioV2ExecutionStepContext.md │ │ ├── StudioV2Flow.md │ │ ├── StudioV2FlowRevision.md │ │ ├── StudioV2FlowValidate.md │ │ └── StudioV2TestUser.md │ │ ├── flows.go │ │ ├── flows_executions.go │ │ ├── flows_executions_context.go │ │ ├── flows_executions_steps.go │ │ ├── flows_executions_steps_context.go │ │ ├── flows_revisions.go │ │ ├── flows_test_users.go │ │ ├── flows_validate.go │ │ ├── model_list_execution_response.go │ │ ├── model_list_execution_response_meta.go │ │ ├── model_list_execution_step_response.go │ │ ├── model_list_flow_response.go │ │ ├── model_list_flow_revision_response.go │ │ ├── model_studio_v2_execution.go │ │ ├── model_studio_v2_execution_context.go │ │ ├── model_studio_v2_execution_step.go │ │ ├── model_studio_v2_execution_step_context.go │ │ ├── model_studio_v2_flow.go │ │ ├── model_studio_v2_flow_revision.go │ │ ├── model_studio_v2_flow_validate.go │ │ └── model_studio_v2_test_user.go ├── supersim │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── ESimProfilesApi.md │ │ ├── FleetsApi.md │ │ ├── IpCommandsApi.md │ │ ├── ListBillingPeriodResponse.md │ │ ├── ListBillingPeriodResponseMeta.md │ │ ├── ListEsimProfileResponse.md │ │ ├── ListFleetResponse.md │ │ ├── ListIpCommandResponse.md │ │ ├── ListNetworkAccessProfileNetworkResponse.md │ │ ├── ListNetworkAccessProfileResponse.md │ │ ├── ListNetworkResponse.md │ │ ├── ListSettingsUpdateResponse.md │ │ ├── ListSimIpAddressResponse.md │ │ ├── ListSimResponse.md │ │ ├── ListSmsCommandResponse.md │ │ ├── ListUsageRecordResponse.md │ │ ├── NetworkAccessProfilesApi.md │ │ ├── NetworkAccessProfilesNetworksApi.md │ │ ├── NetworksApi.md │ │ ├── SettingsUpdatesApi.md │ │ ├── SimsApi.md │ │ ├── SimsBillingPeriodsApi.md │ │ ├── SimsIpAddressesApi.md │ │ ├── SmsCommandsApi.md │ │ ├── SupersimV1BillingPeriod.md │ │ ├── SupersimV1EsimProfile.md │ │ ├── SupersimV1Fleet.md │ │ ├── SupersimV1IpCommand.md │ │ ├── SupersimV1Network.md │ │ ├── SupersimV1NetworkAccessProfile.md │ │ ├── SupersimV1NetworkAccessProfileNetwork.md │ │ ├── SupersimV1SettingsUpdate.md │ │ ├── SupersimV1Sim.md │ │ ├── SupersimV1SimIpAddress.md │ │ ├── SupersimV1SmsCommand.md │ │ ├── SupersimV1UsageRecord.md │ │ └── UsageRecordsApi.md │ │ ├── e_sim_profiles.go │ │ ├── fleets.go │ │ ├── ip_commands.go │ │ ├── model_list_billing_period_response.go │ │ ├── model_list_billing_period_response_meta.go │ │ ├── model_list_esim_profile_response.go │ │ ├── model_list_fleet_response.go │ │ ├── model_list_ip_command_response.go │ │ ├── model_list_network_access_profile_network_response.go │ │ ├── model_list_network_access_profile_response.go │ │ ├── model_list_network_response.go │ │ ├── model_list_settings_update_response.go │ │ ├── model_list_sim_ip_address_response.go │ │ ├── model_list_sim_response.go │ │ ├── model_list_sms_command_response.go │ │ ├── model_list_usage_record_response.go │ │ ├── model_supersim_v1_billing_period.go │ │ ├── model_supersim_v1_esim_profile.go │ │ ├── model_supersim_v1_fleet.go │ │ ├── model_supersim_v1_ip_command.go │ │ ├── model_supersim_v1_network.go │ │ ├── model_supersim_v1_network_access_profile.go │ │ ├── model_supersim_v1_network_access_profile_network.go │ │ ├── model_supersim_v1_settings_update.go │ │ ├── model_supersim_v1_sim.go │ │ ├── model_supersim_v1_sim_ip_address.go │ │ ├── model_supersim_v1_sms_command.go │ │ ├── model_supersim_v1_usage_record.go │ │ ├── network_access_profiles.go │ │ ├── network_access_profiles_networks.go │ │ ├── networks.go │ │ ├── settings_updates.go │ │ ├── sims.go │ │ ├── sims_billing_periods.go │ │ ├── sims_ip_addresses.go │ │ ├── sms_commands.go │ │ └── usage_records.go ├── sync │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── ListDocumentPermissionResponse.md │ │ ├── ListDocumentResponse.md │ │ ├── ListDocumentResponseMeta.md │ │ ├── ListServiceResponse.md │ │ ├── ListSyncListItemResponse.md │ │ ├── ListSyncListPermissionResponse.md │ │ ├── ListSyncListResponse.md │ │ ├── ListSyncMapItemResponse.md │ │ ├── ListSyncMapPermissionResponse.md │ │ ├── ListSyncMapResponse.md │ │ ├── ListSyncStreamResponse.md │ │ ├── ServicesApi.md │ │ ├── ServicesDocumentsApi.md │ │ ├── ServicesDocumentsPermissionsApi.md │ │ ├── ServicesListsApi.md │ │ ├── ServicesListsItemsApi.md │ │ ├── ServicesListsPermissionsApi.md │ │ ├── ServicesMapsApi.md │ │ ├── ServicesMapsItemsApi.md │ │ ├── ServicesMapsPermissionsApi.md │ │ ├── ServicesStreamsApi.md │ │ ├── ServicesStreamsMessagesApi.md │ │ ├── SyncV1Document.md │ │ ├── SyncV1DocumentPermission.md │ │ ├── SyncV1Service.md │ │ ├── SyncV1StreamMessage.md │ │ ├── SyncV1SyncList.md │ │ ├── SyncV1SyncListItem.md │ │ ├── SyncV1SyncListPermission.md │ │ ├── SyncV1SyncMap.md │ │ ├── SyncV1SyncMapItem.md │ │ ├── SyncV1SyncMapPermission.md │ │ └── SyncV1SyncStream.md │ │ ├── model_list_document_permission_response.go │ │ ├── model_list_document_response.go │ │ ├── model_list_document_response_meta.go │ │ ├── model_list_service_response.go │ │ ├── model_list_sync_list_item_response.go │ │ ├── model_list_sync_list_permission_response.go │ │ ├── model_list_sync_list_response.go │ │ ├── model_list_sync_map_item_response.go │ │ ├── model_list_sync_map_permission_response.go │ │ ├── model_list_sync_map_response.go │ │ ├── model_list_sync_stream_response.go │ │ ├── model_sync_v1_document.go │ │ ├── model_sync_v1_document_permission.go │ │ ├── model_sync_v1_service.go │ │ ├── model_sync_v1_stream_message.go │ │ ├── model_sync_v1_sync_list.go │ │ ├── model_sync_v1_sync_list_item.go │ │ ├── model_sync_v1_sync_list_permission.go │ │ ├── model_sync_v1_sync_map.go │ │ ├── model_sync_v1_sync_map_item.go │ │ ├── model_sync_v1_sync_map_permission.go │ │ ├── model_sync_v1_sync_stream.go │ │ ├── services.go │ │ ├── services_documents.go │ │ ├── services_documents_permissions.go │ │ ├── services_lists.go │ │ ├── services_lists_items.go │ │ ├── services_lists_permissions.go │ │ ├── services_maps.go │ │ ├── services_maps_items.go │ │ ├── services_maps_permissions.go │ │ ├── services_streams.go │ │ └── services_streams_messages.go ├── taskrouter │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── ListActivityResponse.md │ │ ├── ListActivityResponseMeta.md │ │ ├── ListEventResponse.md │ │ ├── ListTaskChannelResponse.md │ │ ├── ListTaskQueueResponse.md │ │ ├── ListTaskQueuesStatisticsResponse.md │ │ ├── ListTaskReservationResponse.md │ │ ├── ListTaskResponse.md │ │ ├── ListWorkerChannelResponse.md │ │ ├── ListWorkerReservationResponse.md │ │ ├── ListWorkerResponse.md │ │ ├── ListWorkflowResponse.md │ │ ├── ListWorkspaceResponse.md │ │ ├── TaskrouterV1Activity.md │ │ ├── TaskrouterV1Event.md │ │ ├── TaskrouterV1Task.md │ │ ├── TaskrouterV1TaskChannel.md │ │ ├── TaskrouterV1TaskQueue.md │ │ ├── TaskrouterV1TaskQueueBulkRealTimeStatistics.md │ │ ├── TaskrouterV1TaskQueueCumulativeStatistics.md │ │ ├── TaskrouterV1TaskQueueRealTimeStatistics.md │ │ ├── TaskrouterV1TaskQueueStatistics.md │ │ ├── TaskrouterV1TaskQueuesStatistics.md │ │ ├── TaskrouterV1TaskReservation.md │ │ ├── TaskrouterV1Worker.md │ │ ├── TaskrouterV1WorkerChannel.md │ │ ├── TaskrouterV1WorkerInstanceStatistics.md │ │ ├── TaskrouterV1WorkerReservation.md │ │ ├── TaskrouterV1WorkerStatistics.md │ │ ├── TaskrouterV1WorkersCumulativeStatistics.md │ │ ├── TaskrouterV1WorkersRealTimeStatistics.md │ │ ├── TaskrouterV1Workflow.md │ │ ├── TaskrouterV1WorkflowCumulativeStatistics.md │ │ ├── TaskrouterV1WorkflowRealTimeStatistics.md │ │ ├── TaskrouterV1WorkflowStatistics.md │ │ ├── TaskrouterV1Workspace.md │ │ ├── TaskrouterV1WorkspaceCumulativeStatistics.md │ │ ├── TaskrouterV1WorkspaceRealTimeStatistics.md │ │ ├── TaskrouterV1WorkspaceStatistics.md │ │ ├── WorkspacesActivitiesApi.md │ │ ├── WorkspacesApi.md │ │ ├── WorkspacesCumulativeStatisticsApi.md │ │ ├── WorkspacesEventsApi.md │ │ ├── WorkspacesRealTimeStatisticsApi.md │ │ ├── WorkspacesStatisticsApi.md │ │ ├── WorkspacesTaskChannelsApi.md │ │ ├── WorkspacesTaskQueuesApi.md │ │ ├── WorkspacesTaskQueuesCumulativeStatisticsApi.md │ │ ├── WorkspacesTaskQueuesRealTimeStatisticsApi.md │ │ ├── WorkspacesTaskQueuesStatisticsApi.md │ │ ├── WorkspacesTasksApi.md │ │ ├── WorkspacesTasksReservationsApi.md │ │ ├── WorkspacesWorkersApi.md │ │ ├── WorkspacesWorkersChannelsApi.md │ │ ├── WorkspacesWorkersCumulativeStatisticsApi.md │ │ ├── WorkspacesWorkersRealTimeStatisticsApi.md │ │ ├── WorkspacesWorkersReservationsApi.md │ │ ├── WorkspacesWorkersStatisticsApi.md │ │ ├── WorkspacesWorkflowsApi.md │ │ ├── WorkspacesWorkflowsCumulativeStatisticsApi.md │ │ ├── WorkspacesWorkflowsRealTimeStatisticsApi.md │ │ └── WorkspacesWorkflowsStatisticsApi.md │ │ ├── model_list_activity_response.go │ │ ├── model_list_activity_response_meta.go │ │ ├── model_list_event_response.go │ │ ├── model_list_task_channel_response.go │ │ ├── model_list_task_queue_response.go │ │ ├── model_list_task_queues_statistics_response.go │ │ ├── model_list_task_reservation_response.go │ │ ├── model_list_task_response.go │ │ ├── model_list_worker_channel_response.go │ │ ├── model_list_worker_reservation_response.go │ │ ├── model_list_worker_response.go │ │ ├── model_list_workflow_response.go │ │ ├── model_list_workspace_response.go │ │ ├── model_taskrouter_v1_activity.go │ │ ├── model_taskrouter_v1_event.go │ │ ├── model_taskrouter_v1_task.go │ │ ├── model_taskrouter_v1_task_channel.go │ │ ├── model_taskrouter_v1_task_queue.go │ │ ├── model_taskrouter_v1_task_queue_bulk_real_time_statistics.go │ │ ├── model_taskrouter_v1_task_queue_cumulative_statistics.go │ │ ├── model_taskrouter_v1_task_queue_real_time_statistics.go │ │ ├── model_taskrouter_v1_task_queue_statistics.go │ │ ├── model_taskrouter_v1_task_queues_statistics.go │ │ ├── model_taskrouter_v1_task_reservation.go │ │ ├── model_taskrouter_v1_worker.go │ │ ├── model_taskrouter_v1_worker_channel.go │ │ ├── model_taskrouter_v1_worker_instance_statistics.go │ │ ├── model_taskrouter_v1_worker_reservation.go │ │ ├── model_taskrouter_v1_worker_statistics.go │ │ ├── model_taskrouter_v1_workers_cumulative_statistics.go │ │ ├── model_taskrouter_v1_workers_real_time_statistics.go │ │ ├── model_taskrouter_v1_workflow.go │ │ ├── model_taskrouter_v1_workflow_cumulative_statistics.go │ │ ├── model_taskrouter_v1_workflow_real_time_statistics.go │ │ ├── model_taskrouter_v1_workflow_statistics.go │ │ ├── model_taskrouter_v1_workspace.go │ │ ├── model_taskrouter_v1_workspace_cumulative_statistics.go │ │ ├── model_taskrouter_v1_workspace_real_time_statistics.go │ │ ├── model_taskrouter_v1_workspace_statistics.go │ │ ├── workspaces.go │ │ ├── workspaces_activities.go │ │ ├── workspaces_cumulative_statistics.go │ │ ├── workspaces_events.go │ │ ├── workspaces_real_time_statistics.go │ │ ├── workspaces_statistics.go │ │ ├── workspaces_task_channels.go │ │ ├── workspaces_task_queues.go │ │ ├── workspaces_task_queues_cumulative_statistics.go │ │ ├── workspaces_task_queues_real_time_statistics.go │ │ ├── workspaces_task_queues_statistics.go │ │ ├── workspaces_tasks.go │ │ ├── workspaces_tasks_reservations.go │ │ ├── workspaces_workers.go │ │ ├── workspaces_workers_channels.go │ │ ├── workspaces_workers_cumulative_statistics.go │ │ ├── workspaces_workers_real_time_statistics.go │ │ ├── workspaces_workers_reservations.go │ │ ├── workspaces_workers_statistics.go │ │ ├── workspaces_workflows.go │ │ ├── workspaces_workflows_cumulative_statistics.go │ │ ├── workspaces_workflows_real_time_statistics.go │ │ └── workspaces_workflows_statistics.go ├── trunking │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── docs │ │ ├── ListCredentialListResponse.md │ │ ├── ListCredentialListResponseMeta.md │ │ ├── ListIpAccessControlListResponse.md │ │ ├── ListOriginationUrlResponse.md │ │ ├── ListPhoneNumberResponse.md │ │ ├── ListTrunkResponse.md │ │ ├── TrunkingV1CredentialList.md │ │ ├── TrunkingV1IpAccessControlList.md │ │ ├── TrunkingV1OriginationUrl.md │ │ ├── TrunkingV1PhoneNumber.md │ │ ├── TrunkingV1Recording.md │ │ ├── TrunkingV1Trunk.md │ │ ├── TrunksApi.md │ │ ├── TrunksCredentialListsApi.md │ │ ├── TrunksIpAccessControlListsApi.md │ │ ├── TrunksOriginationUrlsApi.md │ │ ├── TrunksPhoneNumbersApi.md │ │ └── TrunksRecordingApi.md │ │ ├── model_list_credential_list_response.go │ │ ├── model_list_credential_list_response_meta.go │ │ ├── model_list_ip_access_control_list_response.go │ │ ├── model_list_origination_url_response.go │ │ ├── model_list_phone_number_response.go │ │ ├── model_list_trunk_response.go │ │ ├── model_trunking_v1_credential_list.go │ │ ├── model_trunking_v1_ip_access_control_list.go │ │ ├── model_trunking_v1_origination_url.go │ │ ├── model_trunking_v1_phone_number.go │ │ ├── model_trunking_v1_recording.go │ │ ├── model_trunking_v1_trunk.go │ │ ├── trunks.go │ │ ├── trunks_credential_lists.go │ │ ├── trunks_ip_access_control_lists.go │ │ ├── trunks_origination_urls.go │ │ ├── trunks_phone_numbers.go │ │ └── trunks_recording.go ├── trusthub │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── compliance_inquiries_customers_initialize.go │ │ ├── compliance_inquiries_registration_regulatory_compliance_gb_initialize.go │ │ ├── compliance_inquiries_tollfree_initialize.go │ │ ├── customer_profiles.go │ │ ├── customer_profiles_channel_endpoint_assignments.go │ │ ├── customer_profiles_entity_assignments.go │ │ ├── customer_profiles_evaluations.go │ │ ├── docs │ │ ├── ComplianceInquiriesCustomersInitializeApi.md │ │ ├── ComplianceInquiriesRegistrationRegulatoryComplianceGBInitializeApi.md │ │ ├── ComplianceInquiriesTollfreeInitializeApi.md │ │ ├── CustomerProfilesApi.md │ │ ├── CustomerProfilesChannelEndpointAssignmentsApi.md │ │ ├── CustomerProfilesEntityAssignmentsApi.md │ │ ├── CustomerProfilesEvaluationsApi.md │ │ ├── EndUserTypesApi.md │ │ ├── EndUsersApi.md │ │ ├── ListCustomerProfileChannelEndpointAssignmentResponse.md │ │ ├── ListCustomerProfileEntityAssignmentResponse.md │ │ ├── ListCustomerProfileEvaluationResponse.md │ │ ├── ListCustomerProfileResponse.md │ │ ├── ListCustomerProfileResponseMeta.md │ │ ├── ListEndUserResponse.md │ │ ├── ListEndUserTypeResponse.md │ │ ├── ListPoliciesResponse.md │ │ ├── ListSupportingDocumentResponse.md │ │ ├── ListSupportingDocumentTypeResponse.md │ │ ├── ListTrustProductChannelEndpointAssignmentResponse.md │ │ ├── ListTrustProductEntityAssignmentResponse.md │ │ ├── ListTrustProductEvaluationResponse.md │ │ ├── ListTrustProductResponse.md │ │ ├── PoliciesApi.md │ │ ├── SupportingDocumentTypesApi.md │ │ ├── SupportingDocumentsApi.md │ │ ├── TrustProductsApi.md │ │ ├── TrustProductsChannelEndpointAssignmentsApi.md │ │ ├── TrustProductsEntityAssignmentsApi.md │ │ ├── TrustProductsEvaluationsApi.md │ │ ├── TrusthubV1ComplianceInquiry.md │ │ ├── TrusthubV1ComplianceRegistration.md │ │ ├── TrusthubV1ComplianceTollfreeInquiry.md │ │ ├── TrusthubV1CustomerProfile.md │ │ ├── TrusthubV1CustomerProfileChannelEndpointAssignment.md │ │ ├── TrusthubV1CustomerProfileEntityAssignment.md │ │ ├── TrusthubV1CustomerProfileEvaluation.md │ │ ├── TrusthubV1EndUser.md │ │ ├── TrusthubV1EndUserType.md │ │ ├── TrusthubV1Policies.md │ │ ├── TrusthubV1SupportingDocument.md │ │ ├── TrusthubV1SupportingDocumentType.md │ │ ├── TrusthubV1TrustProduct.md │ │ ├── TrusthubV1TrustProductChannelEndpointAssignment.md │ │ ├── TrusthubV1TrustProductEntityAssignment.md │ │ └── TrusthubV1TrustProductEvaluation.md │ │ ├── end_user_types.go │ │ ├── end_users.go │ │ ├── model_list_customer_profile_channel_endpoint_assignment_response.go │ │ ├── model_list_customer_profile_entity_assignment_response.go │ │ ├── model_list_customer_profile_evaluation_response.go │ │ ├── model_list_customer_profile_response.go │ │ ├── model_list_customer_profile_response_meta.go │ │ ├── model_list_end_user_response.go │ │ ├── model_list_end_user_type_response.go │ │ ├── model_list_policies_response.go │ │ ├── model_list_supporting_document_response.go │ │ ├── model_list_supporting_document_type_response.go │ │ ├── model_list_trust_product_channel_endpoint_assignment_response.go │ │ ├── model_list_trust_product_entity_assignment_response.go │ │ ├── model_list_trust_product_evaluation_response.go │ │ ├── model_list_trust_product_response.go │ │ ├── model_trusthub_v1_compliance_inquiry.go │ │ ├── model_trusthub_v1_compliance_registration.go │ │ ├── model_trusthub_v1_compliance_tollfree_inquiry.go │ │ ├── model_trusthub_v1_customer_profile.go │ │ ├── model_trusthub_v1_customer_profile_channel_endpoint_assignment.go │ │ ├── model_trusthub_v1_customer_profile_entity_assignment.go │ │ ├── model_trusthub_v1_customer_profile_evaluation.go │ │ ├── model_trusthub_v1_end_user.go │ │ ├── model_trusthub_v1_end_user_type.go │ │ ├── model_trusthub_v1_policies.go │ │ ├── model_trusthub_v1_supporting_document.go │ │ ├── model_trusthub_v1_supporting_document_type.go │ │ ├── model_trusthub_v1_trust_product.go │ │ ├── model_trusthub_v1_trust_product_channel_endpoint_assignment.go │ │ ├── model_trusthub_v1_trust_product_entity_assignment.go │ │ ├── model_trusthub_v1_trust_product_evaluation.go │ │ ├── policies.go │ │ ├── supporting_document_types.go │ │ ├── supporting_documents.go │ │ ├── trust_products.go │ │ ├── trust_products_channel_endpoint_assignments.go │ │ ├── trust_products_entity_assignments.go │ │ └── trust_products_evaluations.go ├── verify │ ├── v2 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── attempts.go │ │ ├── attempts_summary.go │ │ ├── docs │ │ │ ├── AttemptsApi.md │ │ │ ├── AttemptsSummaryApi.md │ │ │ ├── FormsApi.md │ │ │ ├── ListBucketResponse.md │ │ │ ├── ListBucketResponseMeta.md │ │ │ ├── ListChallengeResponse.md │ │ │ ├── ListEntityResponse.md │ │ │ ├── ListFactorResponse.md │ │ │ ├── ListMessagingConfigurationResponse.md │ │ │ ├── ListRateLimitResponse.md │ │ │ ├── ListServiceResponse.md │ │ │ ├── ListVerificationAttemptResponse.md │ │ │ ├── ListVerificationTemplateResponse.md │ │ │ ├── ListWebhookResponse.md │ │ │ ├── SafeListNumbersApi.md │ │ │ ├── ServicesAccessTokensApi.md │ │ │ ├── ServicesApi.md │ │ │ ├── ServicesEntitiesApi.md │ │ │ ├── ServicesEntitiesChallengesApi.md │ │ │ ├── ServicesEntitiesChallengesNotificationsApi.md │ │ │ ├── ServicesEntitiesFactorsApi.md │ │ │ ├── ServicesMessagingConfigurationsApi.md │ │ │ ├── ServicesRateLimitsApi.md │ │ │ ├── ServicesRateLimitsBucketsApi.md │ │ │ ├── ServicesVerificationCheckApi.md │ │ │ ├── ServicesVerificationsApi.md │ │ │ ├── ServicesWebhooksApi.md │ │ │ ├── TemplatesApi.md │ │ │ ├── VerifyV2AccessToken.md │ │ │ ├── VerifyV2Bucket.md │ │ │ ├── VerifyV2Challenge.md │ │ │ ├── VerifyV2Entity.md │ │ │ ├── VerifyV2Factor.md │ │ │ ├── VerifyV2Form.md │ │ │ ├── VerifyV2MessagingConfiguration.md │ │ │ ├── VerifyV2NewFactor.md │ │ │ ├── VerifyV2Notification.md │ │ │ ├── VerifyV2RateLimit.md │ │ │ ├── VerifyV2Safelist.md │ │ │ ├── VerifyV2Service.md │ │ │ ├── VerifyV2Verification.md │ │ │ ├── VerifyV2VerificationAttempt.md │ │ │ ├── VerifyV2VerificationAttemptsSummary.md │ │ │ ├── VerifyV2VerificationCheck.md │ │ │ ├── VerifyV2VerificationTemplate.md │ │ │ └── VerifyV2Webhook.md │ │ ├── forms.go │ │ ├── model_list_bucket_response.go │ │ ├── model_list_bucket_response_meta.go │ │ ├── model_list_challenge_response.go │ │ ├── model_list_entity_response.go │ │ ├── model_list_factor_response.go │ │ ├── model_list_messaging_configuration_response.go │ │ ├── model_list_rate_limit_response.go │ │ ├── model_list_service_response.go │ │ ├── model_list_verification_attempt_response.go │ │ ├── model_list_verification_template_response.go │ │ ├── model_list_webhook_response.go │ │ ├── model_verify_v2_access_token.go │ │ ├── model_verify_v2_bucket.go │ │ ├── model_verify_v2_challenge.go │ │ ├── model_verify_v2_entity.go │ │ ├── model_verify_v2_factor.go │ │ ├── model_verify_v2_form.go │ │ ├── model_verify_v2_messaging_configuration.go │ │ ├── model_verify_v2_new_factor.go │ │ ├── model_verify_v2_notification.go │ │ ├── model_verify_v2_rate_limit.go │ │ ├── model_verify_v2_safelist.go │ │ ├── model_verify_v2_service.go │ │ ├── model_verify_v2_verification.go │ │ ├── model_verify_v2_verification_attempt.go │ │ ├── model_verify_v2_verification_attempts_summary.go │ │ ├── model_verify_v2_verification_check.go │ │ ├── model_verify_v2_verification_template.go │ │ ├── model_verify_v2_webhook.go │ │ ├── safe_list_numbers.go │ │ ├── services.go │ │ ├── services_access_tokens.go │ │ ├── services_entities.go │ │ ├── services_entities_challenges.go │ │ ├── services_entities_challenges_notifications.go │ │ ├── services_entities_factors.go │ │ ├── services_messaging_configurations.go │ │ ├── services_rate_limits.go │ │ ├── services_rate_limits_buckets.go │ │ ├── services_verification_check.go │ │ ├── services_verifications.go │ │ ├── services_webhooks.go │ │ └── templates.go │ └── v3 │ │ ├── README.md │ │ └── api_service.go ├── video │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── composition_hooks.go │ │ ├── composition_settings_default.go │ │ ├── compositions.go │ │ ├── docs │ │ ├── CompositionHooksApi.md │ │ ├── CompositionSettingsDefaultApi.md │ │ ├── CompositionsApi.md │ │ ├── ListCompositionHookResponse.md │ │ ├── ListCompositionResponse.md │ │ ├── ListCompositionResponseMeta.md │ │ ├── ListRecordingResponse.md │ │ ├── ListRoomParticipantPublishedTrackResponse.md │ │ ├── ListRoomParticipantResponse.md │ │ ├── ListRoomParticipantSubscribedTrackResponse.md │ │ ├── ListRoomRecordingResponse.md │ │ ├── ListRoomResponse.md │ │ ├── RecordingSettingsDefaultApi.md │ │ ├── RecordingsApi.md │ │ ├── RoomsApi.md │ │ ├── RoomsParticipantsAnonymizeApi.md │ │ ├── RoomsParticipantsApi.md │ │ ├── RoomsParticipantsPublishedTracksApi.md │ │ ├── RoomsParticipantsSubscribeRulesApi.md │ │ ├── RoomsParticipantsSubscribedTracksApi.md │ │ ├── RoomsRecordingRulesApi.md │ │ ├── RoomsRecordingsApi.md │ │ ├── VideoV1Composition.md │ │ ├── VideoV1CompositionHook.md │ │ ├── VideoV1CompositionSettings.md │ │ ├── VideoV1Recording.md │ │ ├── VideoV1RecordingSettings.md │ │ ├── VideoV1Room.md │ │ ├── VideoV1RoomParticipant.md │ │ ├── VideoV1RoomParticipantAnonymize.md │ │ ├── VideoV1RoomParticipantPublishedTrack.md │ │ ├── VideoV1RoomParticipantSubscribeRule.md │ │ ├── VideoV1RoomParticipantSubscribedTrack.md │ │ ├── VideoV1RoomRecording.md │ │ ├── VideoV1RoomRecordingRule.md │ │ ├── VideoV1RoomRoomParticipantRoomParticipantSubscribeRuleRules.md │ │ └── VideoV1RoomRoomRecordingRuleRules.md │ │ ├── model_list_composition_hook_response.go │ │ ├── model_list_composition_response.go │ │ ├── model_list_composition_response_meta.go │ │ ├── model_list_recording_response.go │ │ ├── model_list_room_participant_published_track_response.go │ │ ├── model_list_room_participant_response.go │ │ ├── model_list_room_participant_subscribed_track_response.go │ │ ├── model_list_room_recording_response.go │ │ ├── model_list_room_response.go │ │ ├── model_video_v1_composition.go │ │ ├── model_video_v1_composition_hook.go │ │ ├── model_video_v1_composition_settings.go │ │ ├── model_video_v1_recording.go │ │ ├── model_video_v1_recording_settings.go │ │ ├── model_video_v1_room.go │ │ ├── model_video_v1_room_participant.go │ │ ├── model_video_v1_room_participant_anonymize.go │ │ ├── model_video_v1_room_participant_published_track.go │ │ ├── model_video_v1_room_participant_subscribe_rule.go │ │ ├── model_video_v1_room_participant_subscribed_track.go │ │ ├── model_video_v1_room_recording.go │ │ ├── model_video_v1_room_recording_rule.go │ │ ├── model_video_v1_room_room_participant_room_participant_subscribe_rule_rules.go │ │ ├── model_video_v1_room_room_recording_rule_rules.go │ │ ├── recording_settings_default.go │ │ ├── recordings.go │ │ ├── rooms.go │ │ ├── rooms_participants.go │ │ ├── rooms_participants_anonymize.go │ │ ├── rooms_participants_published_tracks.go │ │ ├── rooms_participants_subscribe_rules.go │ │ ├── rooms_participants_subscribed_tracks.go │ │ ├── rooms_recording_rules.go │ │ └── rooms_recordings.go ├── voice │ └── v1 │ │ ├── README.md │ │ ├── api_service.go │ │ ├── archives_calls.go │ │ ├── byoc_trunks.go │ │ ├── connection_policies.go │ │ ├── connection_policies_targets.go │ │ ├── dialing_permissions_bulk_country_updates.go │ │ ├── dialing_permissions_countries.go │ │ ├── dialing_permissions_countries_high_risk_special_prefixes.go │ │ ├── docs │ │ ├── ArchivesCallsApi.md │ │ ├── ByocTrunksApi.md │ │ ├── ConnectionPoliciesApi.md │ │ ├── ConnectionPoliciesTargetsApi.md │ │ ├── DialingPermissionsBulkCountryUpdatesApi.md │ │ ├── DialingPermissionsCountriesApi.md │ │ ├── DialingPermissionsCountriesHighRiskSpecialPrefixesApi.md │ │ ├── IpRecordsApi.md │ │ ├── ListByocTrunkResponse.md │ │ ├── ListByocTrunkResponseMeta.md │ │ ├── ListConnectionPolicyResponse.md │ │ ├── ListConnectionPolicyTargetResponse.md │ │ ├── ListDialingPermissionsCountryResponse.md │ │ ├── ListDialingPermissionsHrsPrefixesResponse.md │ │ ├── ListIpRecordResponse.md │ │ ├── ListSourceIpMappingResponse.md │ │ ├── SettingsApi.md │ │ ├── SourceIpMappingsApi.md │ │ ├── VoiceV1ArchivedCall.md │ │ ├── VoiceV1ByocTrunk.md │ │ ├── VoiceV1ConnectionPolicy.md │ │ ├── VoiceV1ConnectionPolicyTarget.md │ │ ├── VoiceV1DialingPermissionsCountry.md │ │ ├── VoiceV1DialingPermissionsCountryBulkUpdate.md │ │ ├── VoiceV1DialingPermissionsCountryInstance.md │ │ ├── VoiceV1DialingPermissionsHrsPrefixes.md │ │ ├── VoiceV1DialingPermissionsSettings.md │ │ ├── VoiceV1IpRecord.md │ │ └── VoiceV1SourceIpMapping.md │ │ ├── ip_records.go │ │ ├── model_list_byoc_trunk_response.go │ │ ├── model_list_byoc_trunk_response_meta.go │ │ ├── model_list_connection_policy_response.go │ │ ├── model_list_connection_policy_target_response.go │ │ ├── model_list_dialing_permissions_country_response.go │ │ ├── model_list_dialing_permissions_hrs_prefixes_response.go │ │ ├── model_list_ip_record_response.go │ │ ├── model_list_source_ip_mapping_response.go │ │ ├── model_voice_v1_archived_call.go │ │ ├── model_voice_v1_byoc_trunk.go │ │ ├── model_voice_v1_connection_policy.go │ │ ├── model_voice_v1_connection_policy_target.go │ │ ├── model_voice_v1_dialing_permissions_country.go │ │ ├── model_voice_v1_dialing_permissions_country_bulk_update.go │ │ ├── model_voice_v1_dialing_permissions_country_instance.go │ │ ├── model_voice_v1_dialing_permissions_hrs_prefixes.go │ │ ├── model_voice_v1_dialing_permissions_settings.go │ │ ├── model_voice_v1_ip_record.go │ │ ├── model_voice_v1_source_ip_mapping.go │ │ ├── settings.go │ │ └── source_ip_mappings.go └── wireless │ └── v1 │ ├── README.md │ ├── api_service.go │ ├── commands.go │ ├── docs │ ├── CommandsApi.md │ ├── ListAccountUsageRecordResponse.md │ ├── ListAccountUsageRecordResponseMeta.md │ ├── ListCommandResponse.md │ ├── ListDataSessionResponse.md │ ├── ListRatePlanResponse.md │ ├── ListSimResponse.md │ ├── ListUsageRecordResponse.md │ ├── RatePlansApi.md │ ├── SimsApi.md │ ├── SimsDataSessionsApi.md │ ├── SimsUsageRecordsApi.md │ ├── UsageRecordsApi.md │ ├── WirelessV1AccountUsageRecord.md │ ├── WirelessV1Command.md │ ├── WirelessV1DataSession.md │ ├── WirelessV1RatePlan.md │ ├── WirelessV1Sim.md │ └── WirelessV1UsageRecord.md │ ├── model_list_account_usage_record_response.go │ ├── model_list_account_usage_record_response_meta.go │ ├── model_list_command_response.go │ ├── model_list_data_session_response.go │ ├── model_list_rate_plan_response.go │ ├── model_list_sim_response.go │ ├── model_list_usage_record_response.go │ ├── model_wireless_v1_account_usage_record.go │ ├── model_wireless_v1_command.go │ ├── model_wireless_v1_data_session.go │ ├── model_wireless_v1_rate_plan.go │ ├── model_wireless_v1_sim.go │ ├── model_wireless_v1_usage_record.go │ ├── rate_plans.go │ ├── sims.go │ ├── sims_data_sessions.go │ ├── sims_usage_records.go │ └── usage_records.go ├── sonar-project.properties ├── twilio.go ├── twilio_test.go ├── twiml ├── messaging_response.go ├── twiml.go ├── twiml_test.go ├── voice_response.go └── voice_response_test.go └── webhook_cluster_test.go /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Twilio Support 3 | url: https://twilio.com/help/contact 4 | about: Get Support 5 | - name: Stack Overflow 6 | url: https://stackoverflow.com/questions/tagged/twilio-go+or+twilio+go 7 | about: Ask questions on Stack Overflow 8 | - name: Documentation 9 | url: https://pkg.go.dev/github.com/twilio/twilio-go?tab=versions 10 | about: View Reference Documentation 11 | -------------------------------------------------------------------------------- /.github/workflows/pr-lint.yml: -------------------------------------------------------------------------------- 1 | name: Lint PR 2 | on: 3 | pull_request_target: 4 | types: [ opened, edited, synchronize, reopened ] 5 | 6 | jobs: 7 | validate: 8 | name: Validate title 9 | runs-on: ubuntu-latest 10 | steps: 11 | - uses: amannn/action-semantic-pull-request@v5 12 | with: 13 | types: | 14 | chore 15 | docs 16 | fix 17 | feat 18 | misc 19 | test 20 | env: 21 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 22 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Binaries for programs and plugins 2 | *.exe 3 | *.exe~ 4 | *.dll 5 | *.so 6 | *.dylib 7 | .idea 8 | *.iml 9 | 10 | **/.openapi-generator* 11 | 12 | # Test binary, built with `go test -c` 13 | *.test 14 | 15 | # Output of the go coverage tool, specifically when used with LiteIDE 16 | *.out 17 | 18 | # Dependency directories (remove the comment below to include it) 19 | # vendor/ 20 | 21 | # Vim Swap Files 22 | .*swp 23 | 24 | /scratch 25 | 26 | coverage.out 27 | test-report.out 28 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM golang:1.19 2 | 3 | RUN mkdir /twilio 4 | WORKDIR /twilio 5 | 6 | COPY client ./client 7 | COPY rest ./rest 8 | COPY twilio.go . 9 | COPY twilio_test.go . 10 | 11 | # Fetch dependencies 12 | COPY go.mod . 13 | COPY go.sum . 14 | RUN go mod download 15 | -------------------------------------------------------------------------------- /client/base_client.go: -------------------------------------------------------------------------------- 1 | package client 2 | 3 | import ( 4 | "net/http" 5 | "net/url" 6 | "time" 7 | ) 8 | 9 | type BaseClient interface { 10 | AccountSid() string 11 | SetTimeout(timeout time.Duration) 12 | SendRequest(method string, rawURL string, data url.Values, 13 | headers map[string]interface{}, body ...byte) (*http.Response, error) 14 | SetOauth(auth OAuth) 15 | OAuth() OAuth 16 | } 17 | -------------------------------------------------------------------------------- /client/form/form.go: -------------------------------------------------------------------------------- 1 | // Forked code from https://github.com/ajg/form 2 | 3 | // Copyright 2014 Alvaro J. Genial. All rights reserved. 4 | // Use of this source code is governed by a BSD-style 5 | // license that can be found in the LICENSE file. 6 | 7 | // Package form implements encoding and decoding of application/x-www-form-urlencoded data. 8 | package form 9 | 10 | const ( 11 | implicitKey = "_" 12 | omittedKey = "-" 13 | 14 | defaultDelimiter = '.' 15 | defaultEscape = '\\' 16 | defaultKeepZeros = false 17 | ) 18 | -------------------------------------------------------------------------------- /client/jwt/base_grants.go: -------------------------------------------------------------------------------- 1 | package jwt 2 | 3 | type BaseGrant interface { 4 | Key() string 5 | ToPayload() map[string]interface{} 6 | ToString() string 7 | } 8 | -------------------------------------------------------------------------------- /client/jwt/playback_grant.go: -------------------------------------------------------------------------------- 1 | package jwt 2 | 3 | import "fmt" 4 | 5 | type PlaybackGrant map[string]interface{} 6 | 7 | func (playbackGrant *PlaybackGrant) Key() string { 8 | return "player" 9 | } 10 | 11 | func (playbackGrant *PlaybackGrant) ToPayload() map[string]interface{} { 12 | return *playbackGrant 13 | } 14 | 15 | func (playbackGrant *PlaybackGrant) ToString() string { 16 | return fmt.Sprintf("<%s %s>", "PlaybackGrant", playbackGrant.ToPayload()) 17 | } 18 | -------------------------------------------------------------------------------- /client/jwt/util/util.go: -------------------------------------------------------------------------------- 1 | package util 2 | 3 | const ( 4 | HS256 = "HS256" 5 | JWT = "JWT" 6 | CType = "twilio-fpa;v=1" 7 | ) 8 | 9 | func Max(a, b float64) float64 { 10 | if a > b { 11 | return a 12 | } 13 | return b 14 | } 15 | -------------------------------------------------------------------------------- /client/jwt/util/util_test.go: -------------------------------------------------------------------------------- 1 | package util 2 | 3 | import ( 4 | "testing" 5 | 6 | "github.com/stretchr/testify/assert" 7 | ) 8 | 9 | func TestMax(t *testing.T) { 10 | assert.Equal(t, float64(5), Max(1, 5)) 11 | assert.Equal(t, float64(-40), Max(-100, -40)) 12 | assert.Equal(t, 5.5, Max(5.5, 5.1)) 13 | } 14 | -------------------------------------------------------------------------------- /client/jwt/video_grant.go: -------------------------------------------------------------------------------- 1 | package jwt 2 | 3 | import "fmt" 4 | 5 | type VideoGrant struct { 6 | Room string `json:"room"` 7 | } 8 | 9 | func (videoGrant *VideoGrant) Key() string { 10 | return "video" 11 | } 12 | 13 | func (videoGrant *VideoGrant) ToPayload() map[string]interface{} { 14 | grant := make(map[string]interface{}) 15 | 16 | if videoGrant.Room != "" { 17 | grant["room"] = videoGrant.Room 18 | } 19 | 20 | return grant 21 | } 22 | 23 | func (videoGrant *VideoGrant) ToString() string { 24 | return fmt.Sprintf("<%s %s>", "VideoGrant", videoGrant.ToPayload()) 25 | } 26 | -------------------------------------------------------------------------------- /client/version.go: -------------------------------------------------------------------------------- 1 | // Package config for config files. 2 | package client 3 | 4 | // LibraryVersion specifies the current version of twilio-go. 5 | const LibraryVersion = "1.26.2" 6 | -------------------------------------------------------------------------------- /githooks/pre-commit: -------------------------------------------------------------------------------- 1 | make golint 2 | make test 3 | -------------------------------------------------------------------------------- /rest/accounts/v1/docs/AccountsV1Safelist.md: -------------------------------------------------------------------------------- 1 | # AccountsV1Safelist 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Sid** | Pointer to **string** | The unique string that we created to identify the SafeList resource. | 8 | **PhoneNumber** | Pointer to **string** | The phone number or phone number 1k prefix in SafeList. | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/accounts/v1/docs/ListCredentialAwsResponse.md: -------------------------------------------------------------------------------- 1 | # ListCredentialAwsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Credentials** | [**[]AccountsV1CredentialAws**](AccountsV1CredentialAws.md) | |[optional] 8 | **Meta** | [**ListCredentialAwsResponseMeta**](ListCredentialAwsResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/accounts/v1/docs/ListCredentialPublicKeyResponse.md: -------------------------------------------------------------------------------- 1 | # ListCredentialPublicKeyResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Credentials** | [**[]AccountsV1CredentialPublicKey**](AccountsV1CredentialPublicKey.md) | |[optional] 8 | **Meta** | [**ListCredentialAwsResponseMeta**](ListCredentialAwsResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/api/v2010/docs/ApiV2010AccountAddressDependentPhoneNumberCapabilities.md: -------------------------------------------------------------------------------- 1 | # ApiV2010AccountAddressDependentPhoneNumberCapabilities 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Mms** | **bool** | |[optional] 8 | **Sms** | **bool** | |[optional] 9 | **Voice** | **bool** | |[optional] 10 | **Fax** | **bool** | |[optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /rest/api/v2010/docs/ApiV2010AccountIncomingPhoneNumberCapabilities.md: -------------------------------------------------------------------------------- 1 | # ApiV2010AccountIncomingPhoneNumberCapabilities 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Mms** | **bool** | |[optional] 8 | **Sms** | **bool** | |[optional] 9 | **Voice** | **bool** | |[optional] 10 | **Fax** | **bool** | |[optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /rest/api/v2010/docs/ApiV2010AccountTokenIceServers.md: -------------------------------------------------------------------------------- 1 | # ApiV2010AccountTokenIceServers 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Credential** | **string** | |[optional] 8 | **Username** | **string** | |[optional] 9 | **Url** | **string** | |[optional] 10 | **Urls** | **string** | |[optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /rest/api/v2010/docs/ApiV2010RecordingAddOnResultPayloadData.md: -------------------------------------------------------------------------------- 1 | # ApiV2010RecordingAddOnResultPayloadData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **RedirectTo** | Pointer to **string** | The URL to redirect to to get the data returned by the AddOn that was previously stored. | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/api/v2010/docs/ApiV2010SigningKey.md: -------------------------------------------------------------------------------- 1 | # ApiV2010SigningKey 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Sid** | Pointer to **string** | | 8 | **FriendlyName** | Pointer to **string** | | 9 | **DateCreated** | Pointer to **string** | | 10 | **DateUpdated** | Pointer to **string** | | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /rest/assistants/v1/docs/AssistantsV1CustomerAi.md: -------------------------------------------------------------------------------- 1 | # AssistantsV1CustomerAi 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **PerceptionEngineEnabled** | **bool** | True if the perception engine is enabled. | 8 | **PersonalizationEngineEnabled** | **bool** | True if the personalization engine is enabled. | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/assistants/v1/docs/AssistantsV1SegmentCredential.md: -------------------------------------------------------------------------------- 1 | # AssistantsV1SegmentCredential 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ProfileApiKey** | **string** | The profile API key. |[optional] 8 | **SpaceId** | **string** | The space ID. |[optional] 9 | **WriteKey** | **string** | The write key. |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/assistants/v1/docs/ListAssistantResponse.md: -------------------------------------------------------------------------------- 1 | # ListAssistantResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Assistants** | [**[]AssistantsV1Assistant**](AssistantsV1Assistant.md) | |[optional] 8 | **Meta** | [**ListAssistantResponseMeta**](ListAssistantResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/assistants/v1/docs/ListFeedbacksResponse.md: -------------------------------------------------------------------------------- 1 | # ListFeedbacksResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Feedbacks** | [**[]AssistantsV1Feedback**](AssistantsV1Feedback.md) | |[optional] 8 | **Meta** | [**ListAssistantResponseMeta**](ListAssistantResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/assistants/v1/docs/ListKnowledgeByAssistantResponse.md: -------------------------------------------------------------------------------- 1 | # ListKnowledgeByAssistantResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Knowledge** | [**[]AssistantsV1Knowledge**](AssistantsV1Knowledge.md) | |[optional] 8 | **Meta** | [**ListAssistantResponseMeta**](ListAssistantResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/assistants/v1/docs/ListKnowledgeChunksResponse.md: -------------------------------------------------------------------------------- 1 | # ListKnowledgeChunksResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Chunks** | [**[]AssistantsV1KnowledgeChunk**](AssistantsV1KnowledgeChunk.md) | |[optional] 8 | **Meta** | [**ListAssistantResponseMeta**](ListAssistantResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/assistants/v1/docs/ListKnowledgeResponse.md: -------------------------------------------------------------------------------- 1 | # ListKnowledgeResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Knowledge** | [**[]AssistantsV1Knowledge**](AssistantsV1Knowledge.md) | |[optional] 8 | **Meta** | [**ListAssistantResponseMeta**](ListAssistantResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/assistants/v1/docs/ListMessagesResponse.md: -------------------------------------------------------------------------------- 1 | # ListMessagesResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Messages** | [**[]AssistantsV1Message**](AssistantsV1Message.md) | |[optional] 8 | **Meta** | [**ListAssistantResponseMeta**](ListAssistantResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/assistants/v1/docs/ListPoliciesResponse.md: -------------------------------------------------------------------------------- 1 | # ListPoliciesResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Policies** | [**[]AssistantsV1Policy**](AssistantsV1Policy.md) | |[optional] 8 | **Meta** | [**ListAssistantResponseMeta**](ListAssistantResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/assistants/v1/docs/ListSessionsResponse.md: -------------------------------------------------------------------------------- 1 | # ListSessionsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Sessions** | [**[]AssistantsV1Session**](AssistantsV1Session.md) | |[optional] 8 | **Meta** | [**ListAssistantResponseMeta**](ListAssistantResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/assistants/v1/docs/ListToolsByAssistantResponse.md: -------------------------------------------------------------------------------- 1 | # ListToolsByAssistantResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Tools** | [**[]AssistantsV1Tool**](AssistantsV1Tool.md) | |[optional] 8 | **Meta** | [**ListAssistantResponseMeta**](ListAssistantResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/assistants/v1/docs/ListToolsResponse.md: -------------------------------------------------------------------------------- 1 | # ListToolsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Tools** | [**[]AssistantsV1Tool**](AssistantsV1Tool.md) | |[optional] 8 | **Meta** | [**ListAssistantResponseMeta**](ListAssistantResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/bulkexports/v1/docs/BulkexportsV1DayInstance.md: -------------------------------------------------------------------------------- 1 | # BulkexportsV1DayInstance 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **RedirectTo** | Pointer to **string** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/bulkexports/v1/docs/ListDayResponse.md: -------------------------------------------------------------------------------- 1 | # ListDayResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Days** | [**[]BulkexportsV1Day**](BulkexportsV1Day.md) | |[optional] 8 | **Meta** | [**ListDayResponseMeta**](ListDayResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/bulkexports/v1/docs/ListExportCustomJobResponse.md: -------------------------------------------------------------------------------- 1 | # ListExportCustomJobResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Jobs** | [**[]BulkexportsV1ExportCustomJob**](BulkexportsV1ExportCustomJob.md) | |[optional] 8 | **Meta** | [**ListDayResponseMeta**](ListDayResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v1/docs/ListChannelResponse.md: -------------------------------------------------------------------------------- 1 | # ListChannelResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Channels** | [**[]ChatV1Channel**](ChatV1Channel.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v1/docs/ListCredentialResponse.md: -------------------------------------------------------------------------------- 1 | # ListCredentialResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Credentials** | [**[]ChatV1Credential**](ChatV1Credential.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v1/docs/ListInviteResponse.md: -------------------------------------------------------------------------------- 1 | # ListInviteResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Invites** | [**[]ChatV1Invite**](ChatV1Invite.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v1/docs/ListMemberResponse.md: -------------------------------------------------------------------------------- 1 | # ListMemberResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Members** | [**[]ChatV1Member**](ChatV1Member.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v1/docs/ListMessageResponse.md: -------------------------------------------------------------------------------- 1 | # ListMessageResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Messages** | [**[]ChatV1Message**](ChatV1Message.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v1/docs/ListRoleResponse.md: -------------------------------------------------------------------------------- 1 | # ListRoleResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Roles** | [**[]ChatV1Role**](ChatV1Role.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v1/docs/ListServiceResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Services** | [**[]ChatV1Service**](ChatV1Service.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v1/docs/ListUserChannelResponse.md: -------------------------------------------------------------------------------- 1 | # ListUserChannelResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Channels** | [**[]ChatV1UserChannel**](ChatV1UserChannel.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v1/docs/ListUserResponse.md: -------------------------------------------------------------------------------- 1 | # ListUserResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Users** | [**[]ChatV1User**](ChatV1User.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v2/docs/ListBindingResponse.md: -------------------------------------------------------------------------------- 1 | # ListBindingResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Bindings** | [**[]ChatV2Binding**](ChatV2Binding.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v2/docs/ListChannelResponse.md: -------------------------------------------------------------------------------- 1 | # ListChannelResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Channels** | [**[]ChatV2Channel**](ChatV2Channel.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v2/docs/ListChannelWebhookResponse.md: -------------------------------------------------------------------------------- 1 | # ListChannelWebhookResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Webhooks** | [**[]ChatV2ChannelWebhook**](ChatV2ChannelWebhook.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v2/docs/ListCredentialResponse.md: -------------------------------------------------------------------------------- 1 | # ListCredentialResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Credentials** | [**[]ChatV2Credential**](ChatV2Credential.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v2/docs/ListInviteResponse.md: -------------------------------------------------------------------------------- 1 | # ListInviteResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Invites** | [**[]ChatV2Invite**](ChatV2Invite.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v2/docs/ListMemberResponse.md: -------------------------------------------------------------------------------- 1 | # ListMemberResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Members** | [**[]ChatV2Member**](ChatV2Member.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v2/docs/ListMessageResponse.md: -------------------------------------------------------------------------------- 1 | # ListMessageResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Messages** | [**[]ChatV2Message**](ChatV2Message.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v2/docs/ListRoleResponse.md: -------------------------------------------------------------------------------- 1 | # ListRoleResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Roles** | [**[]ChatV2Role**](ChatV2Role.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v2/docs/ListServiceResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Services** | [**[]ChatV2Service**](ChatV2Service.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v2/docs/ListUserBindingResponse.md: -------------------------------------------------------------------------------- 1 | # ListUserBindingResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Bindings** | [**[]ChatV2UserBinding**](ChatV2UserBinding.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v2/docs/ListUserChannelResponse.md: -------------------------------------------------------------------------------- 1 | # ListUserChannelResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Channels** | [**[]ChatV2UserChannel**](ChatV2UserChannel.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/chat/v2/docs/ListUserResponse.md: -------------------------------------------------------------------------------- 1 | # ListUserResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Users** | [**[]ChatV2User**](ChatV2User.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/content/v1/docs/AuthenticationAction.md: -------------------------------------------------------------------------------- 1 | # AuthenticationAction 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Type** | [**AuthenticationActionType**](AuthenticationActionType.md) | | 8 | **CopyCodeText** | **string** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/content/v1/docs/AuthenticationActionType.md: -------------------------------------------------------------------------------- 1 | # AuthenticationActionType 2 | 3 | ## Enum 4 | 5 | Name | Type | Notes 6 | ------------ | ------------- | ------------- 7 | **COPY_CODE** | string | (value: `"COPY_CODE"`) 8 | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/content/v1/docs/CardAction.md: -------------------------------------------------------------------------------- 1 | # CardAction 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Type** | [**CardActionType**](CardActionType.md) | | 8 | **Title** | **string** | | 9 | **Url** | **string** | |[optional] 10 | **Phone** | **string** | |[optional] 11 | **Id** | **string** | |[optional] 12 | **Code** | **string** | |[optional] 13 | 14 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 | 16 | 17 | -------------------------------------------------------------------------------- /rest/content/v1/docs/CardActionType.md: -------------------------------------------------------------------------------- 1 | # CardActionType 2 | 3 | ## Enum 4 | 5 | Name | Type | Notes 6 | ------------ | ------------- | ------------- 7 | **URL** | string | (value: `"URL"`) 8 | **PHONE_NUMBER** | string | (value: `"PHONE_NUMBER"`) 9 | **QUICK_REPLY** | string | (value: `"QUICK_REPLY"`) 10 | **COPY_CODE** | string | (value: `"COPY_CODE"`) 11 | **VOICE_CALL** | string | (value: `"VOICE_CALL"`) 12 | 13 | 14 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 | 16 | 17 | -------------------------------------------------------------------------------- /rest/content/v1/docs/CarouselAction.md: -------------------------------------------------------------------------------- 1 | # CarouselAction 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Type** | [**CarouselActionType**](CarouselActionType.md) | | 8 | **Title** | **string** | | 9 | **Url** | **string** | |[optional] 10 | **Phone** | **string** | |[optional] 11 | **Id** | **string** | |[optional] 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /rest/content/v1/docs/CarouselActionType.md: -------------------------------------------------------------------------------- 1 | # CarouselActionType 2 | 3 | ## Enum 4 | 5 | Name | Type | Notes 6 | ------------ | ------------- | ------------- 7 | **URL** | string | (value: `"URL"`) 8 | **PHONE_NUMBER** | string | (value: `"PHONE_NUMBER"`) 9 | **QUICK_REPLY** | string | (value: `"QUICK_REPLY"`) 10 | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /rest/content/v1/docs/CarouselCard.md: -------------------------------------------------------------------------------- 1 | # CarouselCard 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Title** | **string** | |[optional] 8 | **Body** | **string** | |[optional] 9 | **Media** | **string** | |[optional] 10 | **Actions** | [**[]CarouselAction**](CarouselAction.md) | |[optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /rest/content/v1/docs/ContentApprovalRequest.md: -------------------------------------------------------------------------------- 1 | # ContentApprovalRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | Name of the template. | 8 | **Category** | **string** | A WhatsApp recognized template category. | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/content/v1/docs/FlowsPage.md: -------------------------------------------------------------------------------- 1 | # FlowsPage 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Id** | **string** | | 8 | **NextPageId** | **string** | |[optional] 9 | **Title** | **string** | |[optional] 10 | **Subtitle** | **string** | |[optional] 11 | **Layout** | [**[]FlowsPageComponent**](FlowsPageComponent.md) | | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /rest/content/v1/docs/FlowsPageComponent.md: -------------------------------------------------------------------------------- 1 | # FlowsPageComponent 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Label** | **string** | | 8 | **Type** | **string** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/content/v1/docs/ListContentAndApprovalsResponse.md: -------------------------------------------------------------------------------- 1 | # ListContentAndApprovalsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Contents** | [**[]ContentV1ContentAndApprovals**](ContentV1ContentAndApprovals.md) | |[optional] 8 | **Meta** | [**ListContentResponseMeta**](ListContentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/content/v1/docs/ListContentResponse.md: -------------------------------------------------------------------------------- 1 | # ListContentResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Contents** | [**[]ContentV1Content**](ContentV1Content.md) | |[optional] 8 | **Meta** | [**ListContentResponseMeta**](ListContentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/content/v1/docs/ListItem.md: -------------------------------------------------------------------------------- 1 | # ListItem 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Id** | **string** | | 8 | **Item** | **string** | | 9 | **Description** | **string** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/content/v1/docs/ListLegacyContentResponse.md: -------------------------------------------------------------------------------- 1 | # ListLegacyContentResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Contents** | [**[]ContentV1LegacyContent**](ContentV1LegacyContent.md) | |[optional] 8 | **Meta** | [**ListContentResponseMeta**](ListContentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/content/v1/docs/QuickReplyAction.md: -------------------------------------------------------------------------------- 1 | # QuickReplyAction 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Type** | [**QuickReplyActionType**](QuickReplyActionType.md) | | 8 | **Title** | **string** | | 9 | **Id** | **string** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/content/v1/docs/QuickReplyActionType.md: -------------------------------------------------------------------------------- 1 | # QuickReplyActionType 2 | 3 | ## Enum 4 | 5 | Name | Type | Notes 6 | ------------ | ------------- | ------------- 7 | **QUICK_REPLY** | string | (value: `"QUICK_REPLY"`) 8 | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/content/v1/docs/TwilioCallToAction.md: -------------------------------------------------------------------------------- 1 | # TwilioCallToAction 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Body** | **string** | |[optional] 8 | **Actions** | [**[]CallToActionAction**](CallToActionAction.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/content/v1/docs/TwilioCard.md: -------------------------------------------------------------------------------- 1 | # TwilioCard 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Title** | **string** | | 8 | **Subtitle** | **string** | |[optional] 9 | **Media** | **[]string** | |[optional] 10 | **Actions** | [**[]CardAction**](CardAction.md) | |[optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /rest/content/v1/docs/TwilioCarousel.md: -------------------------------------------------------------------------------- 1 | # TwilioCarousel 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Body** | **string** | | 8 | **Cards** | [**[]CarouselCard**](CarouselCard.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/content/v1/docs/TwilioFlows.md: -------------------------------------------------------------------------------- 1 | # TwilioFlows 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Body** | **string** | | 8 | **ButtonText** | **string** | | 9 | **Subtitle** | **string** | | 10 | **MediaUrl** | **string** | | 11 | **Pages** | [**[]FlowsPage**](FlowsPage.md) | | 12 | **Type** | **string** | | 13 | 14 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 | 16 | 17 | -------------------------------------------------------------------------------- /rest/content/v1/docs/TwilioListPicker.md: -------------------------------------------------------------------------------- 1 | # TwilioListPicker 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Body** | **string** | | 8 | **Button** | **string** | | 9 | **Items** | [**[]ListItem**](ListItem.md) | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/content/v1/docs/TwilioLocation.md: -------------------------------------------------------------------------------- 1 | # TwilioLocation 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Latitude** | **float32** | | 8 | **Longitude** | **float32** | | 9 | **Label** | **string** | |[optional] 10 | **Id** | **string** | |[optional] 11 | **Address** | **string** | |[optional] 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /rest/content/v1/docs/TwilioMedia.md: -------------------------------------------------------------------------------- 1 | # TwilioMedia 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Body** | **string** | |[optional] 8 | **Media** | **[]string** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/content/v1/docs/TwilioQuickReply.md: -------------------------------------------------------------------------------- 1 | # TwilioQuickReply 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Body** | **string** | | 8 | **Actions** | [**[]QuickReplyAction**](QuickReplyAction.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/content/v1/docs/TwilioSchedule.md: -------------------------------------------------------------------------------- 1 | # TwilioSchedule 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Id** | **string** | | 8 | **Title** | **string** | | 9 | **TimeSlots** | **string** | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/content/v1/docs/TwilioText.md: -------------------------------------------------------------------------------- 1 | # TwilioText 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Body** | **string** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/content/v1/docs/WhatsappAuthentication.md: -------------------------------------------------------------------------------- 1 | # WhatsappAuthentication 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **AddSecurityRecommendation** | **bool** | |[optional] 8 | **CodeExpirationMinutes** | **float32** | |[optional] 9 | **Actions** | [**[]AuthenticationAction**](AuthenticationAction.md) | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/content/v1/docs/WhatsappCard.md: -------------------------------------------------------------------------------- 1 | # WhatsappCard 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Body** | **string** | | 8 | **Footer** | **string** | |[optional] 9 | **Media** | **[]string** | |[optional] 10 | **HeaderText** | **string** | |[optional] 11 | **Actions** | [**[]CardAction**](CardAction.md) | |[optional] 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /rest/content/v2/docs/ListContentAndApprovalsResponse.md: -------------------------------------------------------------------------------- 1 | # ListContentAndApprovalsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Contents** | [**[]ContentV1ContentAndApprovals**](ContentV1ContentAndApprovals.md) | |[optional] 8 | **Meta** | [**ListContentResponseMeta**](ListContentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/content/v2/docs/ListContentResponse.md: -------------------------------------------------------------------------------- 1 | # ListContentResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Contents** | [**[]ContentV1Content**](ContentV1Content.md) | |[optional] 8 | **Meta** | [**ListContentResponseMeta**](ListContentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/conversations/v1/docs/ListConversationResponse.md: -------------------------------------------------------------------------------- 1 | # ListConversationResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Conversations** | [**[]ConversationsV1Conversation**](ConversationsV1Conversation.md) | |[optional] 8 | **Meta** | [**ListConfigurationAddressResponseMeta**](ListConfigurationAddressResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/conversations/v1/docs/ListCredentialResponse.md: -------------------------------------------------------------------------------- 1 | # ListCredentialResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Credentials** | [**[]ConversationsV1Credential**](ConversationsV1Credential.md) | |[optional] 8 | **Meta** | [**ListConfigurationAddressResponseMeta**](ListConfigurationAddressResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/conversations/v1/docs/ListRoleResponse.md: -------------------------------------------------------------------------------- 1 | # ListRoleResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Roles** | [**[]ConversationsV1Role**](ConversationsV1Role.md) | |[optional] 8 | **Meta** | [**ListConfigurationAddressResponseMeta**](ListConfigurationAddressResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/conversations/v1/docs/ListServiceBindingResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceBindingResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Bindings** | [**[]ConversationsV1ServiceBinding**](ConversationsV1ServiceBinding.md) | |[optional] 8 | **Meta** | [**ListConfigurationAddressResponseMeta**](ListConfigurationAddressResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/conversations/v1/docs/ListServiceResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Services** | [**[]ConversationsV1Service**](ConversationsV1Service.md) | |[optional] 8 | **Meta** | [**ListConfigurationAddressResponseMeta**](ListConfigurationAddressResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/conversations/v1/docs/ListServiceRoleResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceRoleResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Roles** | [**[]ConversationsV1ServiceRole**](ConversationsV1ServiceRole.md) | |[optional] 8 | **Meta** | [**ListConfigurationAddressResponseMeta**](ListConfigurationAddressResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/conversations/v1/docs/ListServiceUserResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceUserResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Users** | [**[]ConversationsV1ServiceUser**](ConversationsV1ServiceUser.md) | |[optional] 8 | **Meta** | [**ListConfigurationAddressResponseMeta**](ListConfigurationAddressResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/conversations/v1/docs/ListUserResponse.md: -------------------------------------------------------------------------------- 1 | # ListUserResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Users** | [**[]ConversationsV1User**](ConversationsV1User.md) | |[optional] 8 | **Meta** | [**ListConfigurationAddressResponseMeta**](ListConfigurationAddressResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/events/v1/docs/EventsV1SinkTest.md: -------------------------------------------------------------------------------- 1 | # EventsV1SinkTest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Result** | Pointer to **string** | Feedback indicating whether the test event was generated. | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/events/v1/docs/EventsV1SinkValidate.md: -------------------------------------------------------------------------------- 1 | # EventsV1SinkValidate 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Result** | Pointer to **string** | Feedback indicating whether the given Sink was validated. | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/events/v1/docs/ListEventTypeResponse.md: -------------------------------------------------------------------------------- 1 | # ListEventTypeResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Types** | [**[]EventsV1EventType**](EventsV1EventType.md) | |[optional] 8 | **Meta** | [**ListEventTypeResponseMeta**](ListEventTypeResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/events/v1/docs/ListSchemaVersionResponse.md: -------------------------------------------------------------------------------- 1 | # ListSchemaVersionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **SchemaVersions** | [**[]EventsV1SchemaVersion**](EventsV1SchemaVersion.md) | |[optional] 8 | **Meta** | [**ListEventTypeResponseMeta**](ListEventTypeResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/events/v1/docs/ListSinkResponse.md: -------------------------------------------------------------------------------- 1 | # ListSinkResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Sinks** | [**[]EventsV1Sink**](EventsV1Sink.md) | |[optional] 8 | **Meta** | [**ListEventTypeResponseMeta**](ListEventTypeResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/events/v1/docs/ListSubscribedEventResponse.md: -------------------------------------------------------------------------------- 1 | # ListSubscribedEventResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Types** | [**[]EventsV1SubscribedEvent**](EventsV1SubscribedEvent.md) | |[optional] 8 | **Meta** | [**ListEventTypeResponseMeta**](ListEventTypeResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/events/v1/docs/ListSubscriptionResponse.md: -------------------------------------------------------------------------------- 1 | # ListSubscriptionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Subscriptions** | [**[]EventsV1Subscription**](EventsV1Subscription.md) | |[optional] 8 | **Meta** | [**ListEventTypeResponseMeta**](ListEventTypeResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/FlexV1FlexTeamContext.md: -------------------------------------------------------------------------------- 1 | # FlexV1FlexTeamContext 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **TeamSetupComplete** | Pointer to **bool** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/FlexV1InsightsUserRoles.md: -------------------------------------------------------------------------------- 1 | # FlexV1InsightsUserRoles 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Roles** | Pointer to **[]string** | Flex Insights roles for the user | 8 | **Url** | Pointer to **string** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/FlexV1ProvisioningStatus.md: -------------------------------------------------------------------------------- 1 | # FlexV1ProvisioningStatus 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Status** | Pointer to [**string**](ProvisioningStatusEnumStatus.md) | | 8 | **Url** | Pointer to **string** | The absolute URL of the resource. | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListChannelResponse.md: -------------------------------------------------------------------------------- 1 | # ListChannelResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **FlexChatChannels** | [**[]FlexV1Channel**](FlexV1Channel.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListConfiguredPluginResponse.md: -------------------------------------------------------------------------------- 1 | # ListConfiguredPluginResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Plugins** | [**[]FlexV1ConfiguredPlugin**](FlexV1ConfiguredPlugin.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListFlexFlowResponse.md: -------------------------------------------------------------------------------- 1 | # ListFlexFlowResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **FlexFlows** | [**[]FlexV1FlexFlow**](FlexV1FlexFlow.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListInsightsAssessmentsCommentResponse.md: -------------------------------------------------------------------------------- 1 | # ListInsightsAssessmentsCommentResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Comments** | [**[]FlexV1InsightsAssessmentsComment**](FlexV1InsightsAssessmentsComment.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListInsightsAssessmentsResponse.md: -------------------------------------------------------------------------------- 1 | # ListInsightsAssessmentsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Assessments** | [**[]FlexV1InsightsAssessments**](FlexV1InsightsAssessments.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListInsightsConversationsResponse.md: -------------------------------------------------------------------------------- 1 | # ListInsightsConversationsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Conversations** | [**[]FlexV1InsightsConversations**](FlexV1InsightsConversations.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListInsightsQuestionnairesResponse.md: -------------------------------------------------------------------------------- 1 | # ListInsightsQuestionnairesResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Questionnaires** | [**[]FlexV1InsightsQuestionnaires**](FlexV1InsightsQuestionnaires.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListInsightsSegmentsResponse.md: -------------------------------------------------------------------------------- 1 | # ListInsightsSegmentsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Segments** | [**[]FlexV1InsightsSegments**](FlexV1InsightsSegments.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListInteractionChannelInviteResponse.md: -------------------------------------------------------------------------------- 1 | # ListInteractionChannelInviteResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Invites** | [**[]FlexV1InteractionChannelInvite**](FlexV1InteractionChannelInvite.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListInteractionChannelResponse.md: -------------------------------------------------------------------------------- 1 | # ListInteractionChannelResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Channels** | [**[]FlexV1InteractionChannel**](FlexV1InteractionChannel.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListPluginConfigurationResponse.md: -------------------------------------------------------------------------------- 1 | # ListPluginConfigurationResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Configurations** | [**[]FlexV1PluginConfiguration**](FlexV1PluginConfiguration.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListPluginReleaseResponse.md: -------------------------------------------------------------------------------- 1 | # ListPluginReleaseResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Releases** | [**[]FlexV1PluginRelease**](FlexV1PluginRelease.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListPluginResponse.md: -------------------------------------------------------------------------------- 1 | # ListPluginResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Plugins** | [**[]FlexV1Plugin**](FlexV1Plugin.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListPluginVersionResponse.md: -------------------------------------------------------------------------------- 1 | # ListPluginVersionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **PluginVersions** | [**[]FlexV1PluginVersion**](FlexV1PluginVersion.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/flex/v1/docs/ListWebChannelResponse.md: -------------------------------------------------------------------------------- 1 | # ListWebChannelResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **FlexChatChannels** | [**[]FlexV1WebChannel**](FlexV1WebChannel.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/iam/v1/docs/IamV1AccountSearchRoleResponse.md: -------------------------------------------------------------------------------- 1 | # IamV1AccountSearchRoleResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **RoleSid** | **string** | |[optional] 8 | **FriendlyName** | Pointer to **string** | | 9 | **Description** | Pointer to **string** | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/iam/v1/docs/IamV1AccountStatsResponse.md: -------------------------------------------------------------------------------- 1 | # IamV1AccountStatsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **NumberOfAccounts** | **int** | |[optional] [default to 0] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/iam/v1/docs/ListGetKeysResponse.md: -------------------------------------------------------------------------------- 1 | # ListGetKeysResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Keys** | [**[]IamV1GetKeys**](IamV1GetKeys.md) | |[optional] 8 | **Meta** | [**ListGetKeysResponseMeta**](ListGetKeysResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/insights/v1/docs/InsightsV1Call.md: -------------------------------------------------------------------------------- 1 | # InsightsV1Call 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Sid** | Pointer to **string** | | 8 | **Url** | Pointer to **string** | | 9 | **Links** | Pointer to **map[string]interface{}** | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/insights/v1/docs/ListCallSummariesResponse.md: -------------------------------------------------------------------------------- 1 | # ListCallSummariesResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **CallSummaries** | [**[]InsightsV1CallSummaries**](InsightsV1CallSummaries.md) | |[optional] 8 | **Meta** | [**ListCallSummariesResponseMeta**](ListCallSummariesResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/insights/v1/docs/ListConferenceResponse.md: -------------------------------------------------------------------------------- 1 | # ListConferenceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Conferences** | [**[]InsightsV1Conference**](InsightsV1Conference.md) | |[optional] 8 | **Meta** | [**ListCallSummariesResponseMeta**](ListCallSummariesResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/insights/v1/docs/ListEventResponse.md: -------------------------------------------------------------------------------- 1 | # ListEventResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Events** | [**[]InsightsV1Event**](InsightsV1Event.md) | |[optional] 8 | **Meta** | [**ListCallSummariesResponseMeta**](ListCallSummariesResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/insights/v1/docs/ListMetricResponse.md: -------------------------------------------------------------------------------- 1 | # ListMetricResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Metrics** | [**[]InsightsV1Metric**](InsightsV1Metric.md) | |[optional] 8 | **Meta** | [**ListCallSummariesResponseMeta**](ListCallSummariesResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/insights/v1/docs/ListVideoRoomSummaryResponse.md: -------------------------------------------------------------------------------- 1 | # ListVideoRoomSummaryResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Rooms** | [**[]InsightsV1VideoRoomSummary**](InsightsV1VideoRoomSummary.md) | |[optional] 8 | **Meta** | [**ListCallSummariesResponseMeta**](ListCallSummariesResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/intelligence/v2/docs/ListCustomOperatorResponse.md: -------------------------------------------------------------------------------- 1 | # ListCustomOperatorResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Operators** | [**[]IntelligenceV2CustomOperator**](IntelligenceV2CustomOperator.md) | |[optional] 8 | **Meta** | [**ListCustomOperatorResponseMeta**](ListCustomOperatorResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/intelligence/v2/docs/ListOperatorResponse.md: -------------------------------------------------------------------------------- 1 | # ListOperatorResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Operators** | [**[]IntelligenceV2Operator**](IntelligenceV2Operator.md) | |[optional] 8 | **Meta** | [**ListCustomOperatorResponseMeta**](ListCustomOperatorResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/intelligence/v2/docs/ListOperatorResultResponse.md: -------------------------------------------------------------------------------- 1 | # ListOperatorResultResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **OperatorResults** | [**[]IntelligenceV2OperatorResult**](IntelligenceV2OperatorResult.md) | |[optional] 8 | **Meta** | [**ListCustomOperatorResponseMeta**](ListCustomOperatorResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/intelligence/v2/docs/ListOperatorTypeResponse.md: -------------------------------------------------------------------------------- 1 | # ListOperatorTypeResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **OperatorTypes** | [**[]IntelligenceV2OperatorType**](IntelligenceV2OperatorType.md) | |[optional] 8 | **Meta** | [**ListCustomOperatorResponseMeta**](ListCustomOperatorResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/intelligence/v2/docs/ListPrebuiltOperatorResponse.md: -------------------------------------------------------------------------------- 1 | # ListPrebuiltOperatorResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Operators** | [**[]IntelligenceV2PrebuiltOperator**](IntelligenceV2PrebuiltOperator.md) | |[optional] 8 | **Meta** | [**ListCustomOperatorResponseMeta**](ListCustomOperatorResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/intelligence/v2/docs/ListSentenceResponse.md: -------------------------------------------------------------------------------- 1 | # ListSentenceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Sentences** | [**[]IntelligenceV2Sentence**](IntelligenceV2Sentence.md) | |[optional] 8 | **Meta** | [**ListCustomOperatorResponseMeta**](ListCustomOperatorResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/intelligence/v2/docs/ListServiceResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Services** | [**[]IntelligenceV2Service**](IntelligenceV2Service.md) | |[optional] 8 | **Meta** | [**ListCustomOperatorResponseMeta**](ListCustomOperatorResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/intelligence/v2/docs/ListTranscriptResponse.md: -------------------------------------------------------------------------------- 1 | # ListTranscriptResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Transcripts** | [**[]IntelligenceV2Transcript**](IntelligenceV2Transcript.md) | |[optional] 8 | **Meta** | [**ListCustomOperatorResponseMeta**](ListCustomOperatorResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v1/docs/ListChannelResponse.md: -------------------------------------------------------------------------------- 1 | # ListChannelResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Channels** | [**[]IpMessagingV1Channel**](IpMessagingV1Channel.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v1/docs/ListCredentialResponse.md: -------------------------------------------------------------------------------- 1 | # ListCredentialResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Credentials** | [**[]IpMessagingV1Credential**](IpMessagingV1Credential.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v1/docs/ListInviteResponse.md: -------------------------------------------------------------------------------- 1 | # ListInviteResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Invites** | [**[]IpMessagingV1Invite**](IpMessagingV1Invite.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v1/docs/ListMemberResponse.md: -------------------------------------------------------------------------------- 1 | # ListMemberResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Members** | [**[]IpMessagingV1Member**](IpMessagingV1Member.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v1/docs/ListMessageResponse.md: -------------------------------------------------------------------------------- 1 | # ListMessageResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Messages** | [**[]IpMessagingV1Message**](IpMessagingV1Message.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v1/docs/ListRoleResponse.md: -------------------------------------------------------------------------------- 1 | # ListRoleResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Roles** | [**[]IpMessagingV1Role**](IpMessagingV1Role.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v1/docs/ListServiceResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Services** | [**[]IpMessagingV1Service**](IpMessagingV1Service.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v1/docs/ListUserChannelResponse.md: -------------------------------------------------------------------------------- 1 | # ListUserChannelResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Channels** | [**[]IpMessagingV1UserChannel**](IpMessagingV1UserChannel.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v1/docs/ListUserResponse.md: -------------------------------------------------------------------------------- 1 | # ListUserResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Users** | [**[]IpMessagingV1User**](IpMessagingV1User.md) | |[optional] 8 | **Meta** | [**ListChannelResponseMeta**](ListChannelResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v2/docs/ListBindingResponse.md: -------------------------------------------------------------------------------- 1 | # ListBindingResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Bindings** | [**[]IpMessagingV2Binding**](IpMessagingV2Binding.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v2/docs/ListChannelResponse.md: -------------------------------------------------------------------------------- 1 | # ListChannelResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Channels** | [**[]IpMessagingV2Channel**](IpMessagingV2Channel.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v2/docs/ListChannelWebhookResponse.md: -------------------------------------------------------------------------------- 1 | # ListChannelWebhookResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Webhooks** | [**[]IpMessagingV2ChannelWebhook**](IpMessagingV2ChannelWebhook.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v2/docs/ListCredentialResponse.md: -------------------------------------------------------------------------------- 1 | # ListCredentialResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Credentials** | [**[]IpMessagingV2Credential**](IpMessagingV2Credential.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v2/docs/ListInviteResponse.md: -------------------------------------------------------------------------------- 1 | # ListInviteResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Invites** | [**[]IpMessagingV2Invite**](IpMessagingV2Invite.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v2/docs/ListMemberResponse.md: -------------------------------------------------------------------------------- 1 | # ListMemberResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Members** | [**[]IpMessagingV2Member**](IpMessagingV2Member.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v2/docs/ListMessageResponse.md: -------------------------------------------------------------------------------- 1 | # ListMessageResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Messages** | [**[]IpMessagingV2Message**](IpMessagingV2Message.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v2/docs/ListRoleResponse.md: -------------------------------------------------------------------------------- 1 | # ListRoleResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Roles** | [**[]IpMessagingV2Role**](IpMessagingV2Role.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v2/docs/ListServiceResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Services** | [**[]IpMessagingV2Service**](IpMessagingV2Service.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v2/docs/ListUserBindingResponse.md: -------------------------------------------------------------------------------- 1 | # ListUserBindingResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Bindings** | [**[]IpMessagingV2UserBinding**](IpMessagingV2UserBinding.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v2/docs/ListUserChannelResponse.md: -------------------------------------------------------------------------------- 1 | # ListUserChannelResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Channels** | [**[]IpMessagingV2UserChannel**](IpMessagingV2UserChannel.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/ip_messaging/v2/docs/ListUserResponse.md: -------------------------------------------------------------------------------- 1 | # ListUserResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Users** | [**[]IpMessagingV2User**](IpMessagingV2User.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/knowledge/v1/docs/ListKnowledgeChunksResponse.md: -------------------------------------------------------------------------------- 1 | # ListKnowledgeChunksResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Chunks** | [**[]KnowledgeV1KnowledgeChunk**](KnowledgeV1KnowledgeChunk.md) | |[optional] 8 | **Meta** | [**ListKnowledgeResponseMeta**](ListKnowledgeResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/knowledge/v1/docs/ListKnowledgeResponse.md: -------------------------------------------------------------------------------- 1 | # ListKnowledgeResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Knowledge** | [**[]ListKnowledgeResponseKnowledge**](ListKnowledgeResponseKnowledge.md) | |[optional] 8 | **Meta** | [**ListKnowledgeResponseMeta**](ListKnowledgeResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/marketplace/v1/docs/CreateReferralConversionRequest.md: -------------------------------------------------------------------------------- 1 | # CreateReferralConversionRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ReferralAccountSid** | **string** | |[optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/marketplace/v1/docs/FetchModuleDataForListingOwnerResponse.md: -------------------------------------------------------------------------------- 1 | # FetchModuleDataForListingOwnerResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Listings** | **[]map[string]interface{}** | |[optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/marketplace/v1/docs/ListAvailableAddOnResponse.md: -------------------------------------------------------------------------------- 1 | # ListAvailableAddOnResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **AvailableAddOns** | [**[]MarketplaceV1AvailableAddOn**](MarketplaceV1AvailableAddOn.md) | |[optional] 8 | **Meta** | [**ListAvailableAddOnResponseMeta**](ListAvailableAddOnResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/marketplace/v1/docs/ListInstalledAddOnResponse.md: -------------------------------------------------------------------------------- 1 | # ListInstalledAddOnResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **InstalledAddOns** | [**[]MarketplaceV1InstalledAddOn**](MarketplaceV1InstalledAddOn.md) | |[optional] 8 | **Meta** | [**ListAvailableAddOnResponseMeta**](ListAvailableAddOnResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/marketplace/v1/docs/MarketplaceV1ReferralConversion.md: -------------------------------------------------------------------------------- 1 | # MarketplaceV1ReferralConversion 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ConvertedAccountSid** | **string** | |[optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/messaging/v1/docs/ListAlphaSenderResponse.md: -------------------------------------------------------------------------------- 1 | # ListAlphaSenderResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **AlphaSenders** | [**[]MessagingV1AlphaSender**](MessagingV1AlphaSender.md) | |[optional] 8 | **Meta** | [**ListAlphaSenderResponseMeta**](ListAlphaSenderResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/messaging/v1/docs/ListBrandRegistrationsResponse.md: -------------------------------------------------------------------------------- 1 | # ListBrandRegistrationsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Data** | [**[]MessagingV1BrandRegistrations**](MessagingV1BrandRegistrations.md) | |[optional] 8 | **Meta** | [**ListAlphaSenderResponseMeta**](ListAlphaSenderResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/messaging/v1/docs/ListBrandVettingResponse.md: -------------------------------------------------------------------------------- 1 | # ListBrandVettingResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Data** | [**[]MessagingV1BrandVetting**](MessagingV1BrandVetting.md) | |[optional] 8 | **Meta** | [**ListAlphaSenderResponseMeta**](ListAlphaSenderResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/messaging/v1/docs/ListChannelSenderResponse.md: -------------------------------------------------------------------------------- 1 | # ListChannelSenderResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Senders** | [**[]MessagingV1ChannelSender**](MessagingV1ChannelSender.md) | |[optional] 8 | **Meta** | [**ListAlphaSenderResponseMeta**](ListAlphaSenderResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/messaging/v1/docs/ListPhoneNumberResponse.md: -------------------------------------------------------------------------------- 1 | # ListPhoneNumberResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **PhoneNumbers** | [**[]MessagingV1PhoneNumber**](MessagingV1PhoneNumber.md) | |[optional] 8 | **Meta** | [**ListAlphaSenderResponseMeta**](ListAlphaSenderResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/messaging/v1/docs/ListServiceResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Services** | [**[]MessagingV1Service**](MessagingV1Service.md) | |[optional] 8 | **Meta** | [**ListAlphaSenderResponseMeta**](ListAlphaSenderResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/messaging/v1/docs/ListShortCodeResponse.md: -------------------------------------------------------------------------------- 1 | # ListShortCodeResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ShortCodes** | [**[]MessagingV1ShortCode**](MessagingV1ShortCode.md) | |[optional] 8 | **Meta** | [**ListAlphaSenderResponseMeta**](ListAlphaSenderResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/messaging/v1/docs/ListUsAppToPersonResponse.md: -------------------------------------------------------------------------------- 1 | # ListUsAppToPersonResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Compliance** | [**[]MessagingV1UsAppToPerson**](MessagingV1UsAppToPerson.md) | |[optional] 8 | **Meta** | [**ListAlphaSenderResponseMeta**](ListAlphaSenderResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/messaging/v1/docs/MessagingV1Deactivation.md: -------------------------------------------------------------------------------- 1 | # MessagingV1Deactivation 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **RedirectTo** | Pointer to **string** | Returns an authenticated url that redirects to a file containing the deactivated numbers for the requested day. This url is valid for up to two minutes. | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/messaging/v1/docs/MessagingV1Usecase.md: -------------------------------------------------------------------------------- 1 | # MessagingV1Usecase 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Usecases** | Pointer to **[]map[string]interface{}** | Human readable use case details (usecase, description and purpose) of Messaging Service Use Cases. | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/messaging/v2/docs/ListChannelsSenderResponse.md: -------------------------------------------------------------------------------- 1 | # ListChannelsSenderResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Senders** | [**[]MessagingV2ChannelsSender**](MessagingV2ChannelsSender.md) | |[optional] 8 | **Meta** | [**ListChannelsSenderResponseMeta**](ListChannelsSenderResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/messaging/v2/docs/MessagingV2Items.md: -------------------------------------------------------------------------------- 1 | # MessagingV2Items 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Code** | Pointer to **string** | The error code. | 8 | **Message** | Pointer to **string** | The error message. | 9 | **MoreInfo** | Pointer to **string** | The URL to get more information about the error. | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/messaging/v2/docs/MessagingV2Properties.md: -------------------------------------------------------------------------------- 1 | # MessagingV2Properties 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **QualityRating** | Pointer to **string** | The quality rating of the sender. | 8 | **MessagingLimit** | Pointer to **string** | The messaging limit of the sender. | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/microvisor/v1/docs/ListAccountConfigResponse.md: -------------------------------------------------------------------------------- 1 | # ListAccountConfigResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Configs** | [**[]MicrovisorV1AccountConfig**](MicrovisorV1AccountConfig.md) | |[optional] 8 | **Meta** | [**ListAccountConfigResponseMeta**](ListAccountConfigResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/microvisor/v1/docs/ListAccountSecretResponse.md: -------------------------------------------------------------------------------- 1 | # ListAccountSecretResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Secrets** | [**[]MicrovisorV1AccountSecret**](MicrovisorV1AccountSecret.md) | |[optional] 8 | **Meta** | [**ListAccountConfigResponseMeta**](ListAccountConfigResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/microvisor/v1/docs/ListAppResponse.md: -------------------------------------------------------------------------------- 1 | # ListAppResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Apps** | [**[]MicrovisorV1App**](MicrovisorV1App.md) | |[optional] 8 | **Meta** | [**ListAccountConfigResponseMeta**](ListAccountConfigResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/microvisor/v1/docs/ListDeviceConfigResponse.md: -------------------------------------------------------------------------------- 1 | # ListDeviceConfigResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Configs** | [**[]MicrovisorV1DeviceConfig**](MicrovisorV1DeviceConfig.md) | |[optional] 8 | **Meta** | [**ListAccountConfigResponseMeta**](ListAccountConfigResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/microvisor/v1/docs/ListDeviceResponse.md: -------------------------------------------------------------------------------- 1 | # ListDeviceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Devices** | [**[]MicrovisorV1Device**](MicrovisorV1Device.md) | |[optional] 8 | **Meta** | [**ListAccountConfigResponseMeta**](ListAccountConfigResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/microvisor/v1/docs/ListDeviceSecretResponse.md: -------------------------------------------------------------------------------- 1 | # ListDeviceSecretResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Secrets** | [**[]MicrovisorV1DeviceSecret**](MicrovisorV1DeviceSecret.md) | |[optional] 8 | **Meta** | [**ListAccountConfigResponseMeta**](ListAccountConfigResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/microvisor/v1/docs/MicrovisorV1AccountSecret.md: -------------------------------------------------------------------------------- 1 | # MicrovisorV1AccountSecret 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Key** | Pointer to **string** | The secret key; up to 100 characters. | 8 | **DateRotated** | Pointer to [**time.Time**](time.Time.md) | | 9 | **Url** | Pointer to **string** | The absolute URL of the Secret. | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/monitor/v1/docs/ListAlertResponse.md: -------------------------------------------------------------------------------- 1 | # ListAlertResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Alerts** | [**[]MonitorV1Alert**](MonitorV1Alert.md) | |[optional] 8 | **Meta** | [**ListAlertResponseMeta**](ListAlertResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/monitor/v1/docs/ListEventResponse.md: -------------------------------------------------------------------------------- 1 | # ListEventResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Events** | [**[]MonitorV1Event**](MonitorV1Event.md) | |[optional] 8 | **Meta** | [**ListAlertResponseMeta**](ListAlertResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/notify/v1/docs/ListBindingResponse.md: -------------------------------------------------------------------------------- 1 | # ListBindingResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Bindings** | [**[]NotifyV1Binding**](NotifyV1Binding.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/notify/v1/docs/ListCredentialResponse.md: -------------------------------------------------------------------------------- 1 | # ListCredentialResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Credentials** | [**[]NotifyV1Credential**](NotifyV1Credential.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/notify/v1/docs/ListServiceResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Services** | [**[]NotifyV1Service**](NotifyV1Service.md) | |[optional] 8 | **Meta** | [**ListBindingResponseMeta**](ListBindingResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/numbers/v1/docs/NumbersV1PortingWebhookConfigurationDelete.md: -------------------------------------------------------------------------------- 1 | # NumbersV1PortingWebhookConfigurationDelete 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Url** | Pointer to **string** | The URL of the webhook configuration request | 8 | **WebhookType** | Pointer to [**string**](PortingWebhookConfigurationDeleteEnumWebhookType.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/numbers/v2/docs/ListBundleCopyResponse.md: -------------------------------------------------------------------------------- 1 | # ListBundleCopyResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | [**[]NumbersV2BundleCopy**](NumbersV2BundleCopy.md) | |[optional] 8 | **Meta** | [**ListAuthorizationDocumentResponseMeta**](ListAuthorizationDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/numbers/v2/docs/ListBundleResponse.md: -------------------------------------------------------------------------------- 1 | # ListBundleResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | [**[]NumbersV2Bundle**](NumbersV2Bundle.md) | |[optional] 8 | **Meta** | [**ListAuthorizationDocumentResponseMeta**](ListAuthorizationDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/numbers/v2/docs/ListEndUserResponse.md: -------------------------------------------------------------------------------- 1 | # ListEndUserResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | [**[]NumbersV2EndUser**](NumbersV2EndUser.md) | |[optional] 8 | **Meta** | [**ListAuthorizationDocumentResponseMeta**](ListAuthorizationDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/numbers/v2/docs/ListEndUserTypeResponse.md: -------------------------------------------------------------------------------- 1 | # ListEndUserTypeResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **EndUserTypes** | [**[]NumbersV2EndUserType**](NumbersV2EndUserType.md) | |[optional] 8 | **Meta** | [**ListAuthorizationDocumentResponseMeta**](ListAuthorizationDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/numbers/v2/docs/ListEvaluationResponse.md: -------------------------------------------------------------------------------- 1 | # ListEvaluationResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | [**[]NumbersV2Evaluation**](NumbersV2Evaluation.md) | |[optional] 8 | **Meta** | [**ListAuthorizationDocumentResponseMeta**](ListAuthorizationDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/numbers/v2/docs/ListHostedNumberOrderResponse.md: -------------------------------------------------------------------------------- 1 | # ListHostedNumberOrderResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Items** | [**[]NumbersV2HostedNumberOrder**](NumbersV2HostedNumberOrder.md) | |[optional] 8 | **Meta** | [**ListAuthorizationDocumentResponseMeta**](ListAuthorizationDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/numbers/v2/docs/ListItemAssignmentResponse.md: -------------------------------------------------------------------------------- 1 | # ListItemAssignmentResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | [**[]NumbersV2ItemAssignment**](NumbersV2ItemAssignment.md) | |[optional] 8 | **Meta** | [**ListAuthorizationDocumentResponseMeta**](ListAuthorizationDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/numbers/v2/docs/ListRegulationResponse.md: -------------------------------------------------------------------------------- 1 | # ListRegulationResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | [**[]NumbersV2Regulation**](NumbersV2Regulation.md) | |[optional] 8 | **Meta** | [**ListAuthorizationDocumentResponseMeta**](ListAuthorizationDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/numbers/v2/docs/NumbersV2HostedNumberOrderCapabilities.md: -------------------------------------------------------------------------------- 1 | # NumbersV2HostedNumberOrderCapabilities 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Mms** | **bool** | |[optional] 8 | **Sms** | **bool** | |[optional] 9 | **Voice** | **bool** | |[optional] 10 | **Fax** | **bool** | |[optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /rest/oauth/v1/docs/OauthV1Authorize.md: -------------------------------------------------------------------------------- 1 | # OauthV1Authorize 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **RedirectTo** | Pointer to **string** | The callback URL | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/preview_iam/organization/docs/JsonPatch.md: -------------------------------------------------------------------------------- 1 | # JsonPatch 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Op** | **string** | |[optional] 8 | **Path** | **string** | |[optional] 9 | **Value** | **string** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/preview_iam/organization/docs/OauthV1Authorize.md: -------------------------------------------------------------------------------- 1 | # OauthV1Authorize 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **RedirectTo** | Pointer to **string** | The callback URL | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/preview_iam/organization/docs/PublicApiCreateAccountRequest.md: -------------------------------------------------------------------------------- 1 | # PublicApiCreateAccountRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **FriendlyName** | **string** | Account friendly name | 8 | **OwnerSid** | **string** | Optional owner sid. If not provided, the owner will be the organization owner. |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/preview_iam/organization/docs/PublicApiCreateAccountResponse.md: -------------------------------------------------------------------------------- 1 | # PublicApiCreateAccountResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **AccountSid** | **string** | Twilio account sid for the new account, creation is asynchronous owner. |[optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/preview_iam/organization/docs/ScimName.md: -------------------------------------------------------------------------------- 1 | # ScimName 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **GivenName** | **string** | The user's first or given name |[optional] 8 | **FamilyName** | **string** | The user's last or family name |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/preview_iam/organization/docs/ScimPatchOperation.md: -------------------------------------------------------------------------------- 1 | # ScimPatchOperation 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Op** | **string** | The operation to perform |[optional] 8 | **Path** | **string** | |[optional] 9 | **Value** | **map[string]interface{}** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/preview_iam/organization/docs/ScimPatchRequest.md: -------------------------------------------------------------------------------- 1 | # ScimPatchRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Schemas** | **[]string** | |[optional] 8 | **Operations** | [**[]ScimPatchOperation**](ScimPatchOperation.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/preview_iam/organization/docs/ScimResourceTypes.md: -------------------------------------------------------------------------------- 1 | # ScimResourceTypes 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Resources** | [**[]ScimResourceTypesResources**](ScimResourceTypesResources.md) | |[optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/preview_iam/organization/docs/ScimUserPage.md: -------------------------------------------------------------------------------- 1 | # ScimUserPage 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Resources** | [**[]ScimUser**](ScimUser.md) | |[optional] 8 | **TotalResults** | **int** | |[optional] 9 | **Schemas** | **[]string** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/preview_iam/v1/docs/JsonPatch.md: -------------------------------------------------------------------------------- 1 | # JsonPatch 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Op** | **string** | |[optional] 8 | **Path** | **string** | |[optional] 9 | **Value** | **string** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/preview_iam/v1/docs/OauthV1Authorize.md: -------------------------------------------------------------------------------- 1 | # OauthV1Authorize 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **RedirectTo** | Pointer to **string** | The callback URL | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/preview_iam/v1/docs/PublicApiAccountResponsePage.md: -------------------------------------------------------------------------------- 1 | # PublicApiAccountResponsePage 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Content** | [**[]PublicApiAccountResponse**](PublicApiAccountResponse.md) | Page content |[optional] 8 | **Meta** | [**PublicApiAccountResponsePageMeta**](PublicApiAccountResponsePageMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/preview_iam/v1/docs/PublicApiCreateAccountRequest.md: -------------------------------------------------------------------------------- 1 | # PublicApiCreateAccountRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **FriendlyName** | **string** | Account friendly name | 8 | **OwnerSid** | **string** | Optional owner sid. If not provided, the owner will be the organization owner. |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/preview_iam/v1/docs/PublicApiCreateAccountResponse.md: -------------------------------------------------------------------------------- 1 | # PublicApiCreateAccountResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **AccountSid** | **string** | Twilio account sid for the new account, creation is asynchronous owner. |[optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/preview_iam/v1/docs/ScimName.md: -------------------------------------------------------------------------------- 1 | # ScimName 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **GivenName** | **string** | The user's first or given name |[optional] 8 | **FamilyName** | **string** | The user's last or family name |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/preview_iam/v1/docs/ScimPatchOperation.md: -------------------------------------------------------------------------------- 1 | # ScimPatchOperation 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Op** | **string** | The operation to perform |[optional] 8 | **Path** | **string** | |[optional] 9 | **Value** | **map[string]interface{}** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/preview_iam/v1/docs/ScimPatchRequest.md: -------------------------------------------------------------------------------- 1 | # ScimPatchRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Schemas** | **[]string** | |[optional] 8 | **Operations** | [**[]ScimPatchOperation**](ScimPatchOperation.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/preview_iam/v1/docs/ScimResourceTypes.md: -------------------------------------------------------------------------------- 1 | # ScimResourceTypes 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Resources** | [**[]ScimResourceTypesResources**](ScimResourceTypesResources.md) | |[optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/preview_iam/v1/docs/ScimUserPage.md: -------------------------------------------------------------------------------- 1 | # ScimUserPage 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Resources** | [**[]ScimUser**](ScimUser.md) | |[optional] 8 | **TotalResults** | **int** | |[optional] 9 | **Schemas** | **[]string** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/pricing/v1/docs/ListMessagingCountryResponse.md: -------------------------------------------------------------------------------- 1 | # ListMessagingCountryResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Countries** | [**[]PricingV1MessagingCountry**](PricingV1MessagingCountry.md) | |[optional] 8 | **Meta** | [**ListMessagingCountryResponseMeta**](ListMessagingCountryResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/pricing/v1/docs/ListPhoneNumberCountryResponse.md: -------------------------------------------------------------------------------- 1 | # ListPhoneNumberCountryResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Countries** | [**[]PricingV1PhoneNumberCountry**](PricingV1PhoneNumberCountry.md) | |[optional] 8 | **Meta** | [**ListMessagingCountryResponseMeta**](ListMessagingCountryResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/pricing/v1/docs/ListVoiceCountryResponse.md: -------------------------------------------------------------------------------- 1 | # ListVoiceCountryResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Countries** | [**[]PricingV1VoiceCountry**](PricingV1VoiceCountry.md) | |[optional] 8 | **Meta** | [**ListMessagingCountryResponseMeta**](ListMessagingCountryResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/pricing/v1/docs/PricingV1Messaging.md: -------------------------------------------------------------------------------- 1 | # PricingV1Messaging 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | Pointer to **string** | | 8 | **Url** | Pointer to **string** | | 9 | **Links** | Pointer to **map[string]interface{}** | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/pricing/v1/docs/PricingV1MessagingMessagingCountryInstanceInboundSmsPrices.md: -------------------------------------------------------------------------------- 1 | # PricingV1MessagingMessagingCountryInstanceInboundSmsPrices 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **BasePrice** | **float32** | |[optional] 8 | **CurrentPrice** | **float32** | |[optional] 9 | **NumberType** | **string** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/pricing/v1/docs/PricingV1PhoneNumber.md: -------------------------------------------------------------------------------- 1 | # PricingV1PhoneNumber 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | Pointer to **string** | | 8 | **Url** | Pointer to **string** | | 9 | **Links** | Pointer to **map[string]interface{}** | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/pricing/v1/docs/PricingV1PhoneNumberPhoneNumberCountryInstancePhoneNumberPrices.md: -------------------------------------------------------------------------------- 1 | # PricingV1PhoneNumberPhoneNumberCountryInstancePhoneNumberPrices 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **BasePrice** | **float32** | |[optional] 8 | **CurrentPrice** | **float32** | |[optional] 9 | **NumberType** | **string** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/pricing/v1/docs/PricingV1Voice.md: -------------------------------------------------------------------------------- 1 | # PricingV1Voice 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | Pointer to **string** | | 8 | **Url** | Pointer to **string** | | 9 | **Links** | Pointer to **map[string]interface{}** | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/pricing/v1/docs/PricingV1VoiceVoiceCountryInstanceInboundCallPrices.md: -------------------------------------------------------------------------------- 1 | # PricingV1VoiceVoiceCountryInstanceInboundCallPrices 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **BasePrice** | **float32** | |[optional] 8 | **CurrentPrice** | **float32** | |[optional] 9 | **NumberType** | **string** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/pricing/v1/docs/PricingV1VoiceVoiceNumberInboundCallPrice.md: -------------------------------------------------------------------------------- 1 | # PricingV1VoiceVoiceNumberInboundCallPrice 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **BasePrice** | **float32** | |[optional] 8 | **CurrentPrice** | **float32** | |[optional] 9 | **NumberType** | **string** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/pricing/v1/docs/PricingV1VoiceVoiceNumberOutboundCallPrice.md: -------------------------------------------------------------------------------- 1 | # PricingV1VoiceVoiceNumberOutboundCallPrice 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **BasePrice** | **float32** | |[optional] 8 | **CurrentPrice** | **float32** | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/pricing/v2/docs/ListTrunkingCountryResponse.md: -------------------------------------------------------------------------------- 1 | # ListTrunkingCountryResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Countries** | [**[]PricingV2TrunkingCountry**](PricingV2TrunkingCountry.md) | |[optional] 8 | **Meta** | [**ListTrunkingCountryResponseMeta**](ListTrunkingCountryResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/pricing/v2/docs/ListVoiceCountryResponse.md: -------------------------------------------------------------------------------- 1 | # ListVoiceCountryResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Countries** | [**[]PricingV2VoiceCountry**](PricingV2VoiceCountry.md) | |[optional] 8 | **Meta** | [**ListTrunkingCountryResponseMeta**](ListTrunkingCountryResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/pricing/v2/docs/PricingV2TrunkingCountryInstanceOriginatingCallPrices.md: -------------------------------------------------------------------------------- 1 | # PricingV2TrunkingCountryInstanceOriginatingCallPrices 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **BasePrice** | **float32** | |[optional] 8 | **CurrentPrice** | **float32** | |[optional] 9 | **NumberType** | **string** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/pricing/v2/docs/PricingV2TrunkingNumberOriginatingCallPrice.md: -------------------------------------------------------------------------------- 1 | # PricingV2TrunkingNumberOriginatingCallPrice 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **BasePrice** | **float32** | |[optional] 8 | **CurrentPrice** | **float32** | |[optional] 9 | **NumberType** | **string** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/pricing/v2/docs/PricingV2VoiceVoiceNumberInboundCallPrice.md: -------------------------------------------------------------------------------- 1 | # PricingV2VoiceVoiceNumberInboundCallPrice 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **BasePrice** | **float32** | |[optional] 8 | **CurrentPrice** | **float32** | |[optional] 9 | **NumberType** | **string** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/pricing/v2/docs/PricingV2VoiceVoiceNumberOutboundCallPrices.md: -------------------------------------------------------------------------------- 1 | # PricingV2VoiceVoiceNumberOutboundCallPrices 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **BasePrice** | **float32** | |[optional] 8 | **CurrentPrice** | **float32** | |[optional] 9 | **OriginationPrefixes** | **[]string** | |[optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/proxy/v1/docs/ListInteractionResponse.md: -------------------------------------------------------------------------------- 1 | # ListInteractionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Interactions** | [**[]ProxyV1Interaction**](ProxyV1Interaction.md) | |[optional] 8 | **Meta** | [**ListInteractionResponseMeta**](ListInteractionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/proxy/v1/docs/ListMessageInteractionResponse.md: -------------------------------------------------------------------------------- 1 | # ListMessageInteractionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Interactions** | [**[]ProxyV1MessageInteraction**](ProxyV1MessageInteraction.md) | |[optional] 8 | **Meta** | [**ListInteractionResponseMeta**](ListInteractionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/proxy/v1/docs/ListParticipantResponse.md: -------------------------------------------------------------------------------- 1 | # ListParticipantResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Participants** | [**[]ProxyV1Participant**](ProxyV1Participant.md) | |[optional] 8 | **Meta** | [**ListInteractionResponseMeta**](ListInteractionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/proxy/v1/docs/ListPhoneNumberResponse.md: -------------------------------------------------------------------------------- 1 | # ListPhoneNumberResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **PhoneNumbers** | [**[]ProxyV1PhoneNumber**](ProxyV1PhoneNumber.md) | |[optional] 8 | **Meta** | [**ListInteractionResponseMeta**](ListInteractionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/proxy/v1/docs/ListServiceResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Services** | [**[]ProxyV1Service**](ProxyV1Service.md) | |[optional] 8 | **Meta** | [**ListInteractionResponseMeta**](ListInteractionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/proxy/v1/docs/ListSessionResponse.md: -------------------------------------------------------------------------------- 1 | # ListSessionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Sessions** | [**[]ProxyV1Session**](ProxyV1Session.md) | |[optional] 8 | **Meta** | [**ListInteractionResponseMeta**](ListInteractionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/proxy/v1/docs/ListShortCodeResponse.md: -------------------------------------------------------------------------------- 1 | # ListShortCodeResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ShortCodes** | [**[]ProxyV1ShortCode**](ProxyV1ShortCode.md) | |[optional] 8 | **Meta** | [**ListInteractionResponseMeta**](ListInteractionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/proxy/v1/docs/ProxyV1ServicePhoneNumberCapabilities.md: -------------------------------------------------------------------------------- 1 | # ProxyV1ServicePhoneNumberCapabilities 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Fax** | **bool** | |[optional] 8 | **Mms** | **bool** | |[optional] 9 | **Sms** | **bool** | |[optional] 10 | **Voice** | **bool** | |[optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /rest/proxy/v1/docs/ProxyV1ServiceShortCodeCapabilities.md: -------------------------------------------------------------------------------- 1 | # ProxyV1ServiceShortCodeCapabilities 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Fax** | **bool** | |[optional] 8 | **Mms** | **bool** | |[optional] 9 | **Sms** | **bool** | |[optional] 10 | **Voice** | **bool** | |[optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /rest/serverless/v1/docs/ListAssetResponse.md: -------------------------------------------------------------------------------- 1 | # ListAssetResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Assets** | [**[]ServerlessV1Asset**](ServerlessV1Asset.md) | |[optional] 8 | **Meta** | [**ListAssetResponseMeta**](ListAssetResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/serverless/v1/docs/ListAssetVersionResponse.md: -------------------------------------------------------------------------------- 1 | # ListAssetVersionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **AssetVersions** | [**[]ServerlessV1AssetVersion**](ServerlessV1AssetVersion.md) | |[optional] 8 | **Meta** | [**ListAssetResponseMeta**](ListAssetResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/serverless/v1/docs/ListBuildResponse.md: -------------------------------------------------------------------------------- 1 | # ListBuildResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Builds** | [**[]ServerlessV1Build**](ServerlessV1Build.md) | |[optional] 8 | **Meta** | [**ListAssetResponseMeta**](ListAssetResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/serverless/v1/docs/ListDeploymentResponse.md: -------------------------------------------------------------------------------- 1 | # ListDeploymentResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Deployments** | [**[]ServerlessV1Deployment**](ServerlessV1Deployment.md) | |[optional] 8 | **Meta** | [**ListAssetResponseMeta**](ListAssetResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/serverless/v1/docs/ListEnvironmentResponse.md: -------------------------------------------------------------------------------- 1 | # ListEnvironmentResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Environments** | [**[]ServerlessV1Environment**](ServerlessV1Environment.md) | |[optional] 8 | **Meta** | [**ListAssetResponseMeta**](ListAssetResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/serverless/v1/docs/ListFunctionResponse.md: -------------------------------------------------------------------------------- 1 | # ListFunctionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Functions** | [**[]ServerlessV1Function**](ServerlessV1Function.md) | |[optional] 8 | **Meta** | [**ListAssetResponseMeta**](ListAssetResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/serverless/v1/docs/ListFunctionVersionResponse.md: -------------------------------------------------------------------------------- 1 | # ListFunctionVersionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **FunctionVersions** | [**[]ServerlessV1FunctionVersion**](ServerlessV1FunctionVersion.md) | |[optional] 8 | **Meta** | [**ListAssetResponseMeta**](ListAssetResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/serverless/v1/docs/ListLogResponse.md: -------------------------------------------------------------------------------- 1 | # ListLogResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Logs** | [**[]ServerlessV1Log**](ServerlessV1Log.md) | |[optional] 8 | **Meta** | [**ListAssetResponseMeta**](ListAssetResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/serverless/v1/docs/ListServiceResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Services** | [**[]ServerlessV1Service**](ServerlessV1Service.md) | |[optional] 8 | **Meta** | [**ListAssetResponseMeta**](ListAssetResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/serverless/v1/docs/ListVariableResponse.md: -------------------------------------------------------------------------------- 1 | # ListVariableResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Variables** | [**[]ServerlessV1Variable**](ServerlessV1Variable.md) | |[optional] 8 | **Meta** | [**ListAssetResponseMeta**](ListAssetResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/studio/v1/docs/ListEngagementResponse.md: -------------------------------------------------------------------------------- 1 | # ListEngagementResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Engagements** | [**[]StudioV1Engagement**](StudioV1Engagement.md) | |[optional] 8 | **Meta** | [**ListEngagementResponseMeta**](ListEngagementResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/studio/v1/docs/ListExecutionResponse.md: -------------------------------------------------------------------------------- 1 | # ListExecutionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Executions** | [**[]StudioV1Execution**](StudioV1Execution.md) | |[optional] 8 | **Meta** | [**ListEngagementResponseMeta**](ListEngagementResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/studio/v1/docs/ListExecutionStepResponse.md: -------------------------------------------------------------------------------- 1 | # ListExecutionStepResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Steps** | [**[]StudioV1ExecutionStep**](StudioV1ExecutionStep.md) | |[optional] 8 | **Meta** | [**ListEngagementResponseMeta**](ListEngagementResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/studio/v1/docs/ListFlowResponse.md: -------------------------------------------------------------------------------- 1 | # ListFlowResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Flows** | [**[]StudioV1Flow**](StudioV1Flow.md) | |[optional] 8 | **Meta** | [**ListEngagementResponseMeta**](ListEngagementResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/studio/v1/docs/ListStepResponse.md: -------------------------------------------------------------------------------- 1 | # ListStepResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Steps** | [**[]StudioV1Step**](StudioV1Step.md) | |[optional] 8 | **Meta** | [**ListEngagementResponseMeta**](ListEngagementResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/studio/v2/docs/ListExecutionResponse.md: -------------------------------------------------------------------------------- 1 | # ListExecutionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Executions** | [**[]StudioV2Execution**](StudioV2Execution.md) | |[optional] 8 | **Meta** | [**ListExecutionResponseMeta**](ListExecutionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/studio/v2/docs/ListExecutionStepResponse.md: -------------------------------------------------------------------------------- 1 | # ListExecutionStepResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Steps** | [**[]StudioV2ExecutionStep**](StudioV2ExecutionStep.md) | |[optional] 8 | **Meta** | [**ListExecutionResponseMeta**](ListExecutionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/studio/v2/docs/ListFlowResponse.md: -------------------------------------------------------------------------------- 1 | # ListFlowResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Flows** | [**[]StudioV2Flow**](StudioV2Flow.md) | |[optional] 8 | **Meta** | [**ListExecutionResponseMeta**](ListExecutionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/studio/v2/docs/ListFlowRevisionResponse.md: -------------------------------------------------------------------------------- 1 | # ListFlowRevisionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Revisions** | [**[]StudioV2FlowRevision**](StudioV2FlowRevision.md) | |[optional] 8 | **Meta** | [**ListExecutionResponseMeta**](ListExecutionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/studio/v2/docs/StudioV2FlowValidate.md: -------------------------------------------------------------------------------- 1 | # StudioV2FlowValidate 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Valid** | Pointer to **bool** | Boolean if the flow definition is valid. | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /rest/supersim/v1/docs/ListBillingPeriodResponse.md: -------------------------------------------------------------------------------- 1 | # ListBillingPeriodResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **BillingPeriods** | [**[]SupersimV1BillingPeriod**](SupersimV1BillingPeriod.md) | |[optional] 8 | **Meta** | [**ListBillingPeriodResponseMeta**](ListBillingPeriodResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/supersim/v1/docs/ListEsimProfileResponse.md: -------------------------------------------------------------------------------- 1 | # ListEsimProfileResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **EsimProfiles** | [**[]SupersimV1EsimProfile**](SupersimV1EsimProfile.md) | |[optional] 8 | **Meta** | [**ListBillingPeriodResponseMeta**](ListBillingPeriodResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/supersim/v1/docs/ListFleetResponse.md: -------------------------------------------------------------------------------- 1 | # ListFleetResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Fleets** | [**[]SupersimV1Fleet**](SupersimV1Fleet.md) | |[optional] 8 | **Meta** | [**ListBillingPeriodResponseMeta**](ListBillingPeriodResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/supersim/v1/docs/ListIpCommandResponse.md: -------------------------------------------------------------------------------- 1 | # ListIpCommandResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **IpCommands** | [**[]SupersimV1IpCommand**](SupersimV1IpCommand.md) | |[optional] 8 | **Meta** | [**ListBillingPeriodResponseMeta**](ListBillingPeriodResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/supersim/v1/docs/ListNetworkResponse.md: -------------------------------------------------------------------------------- 1 | # ListNetworkResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Networks** | [**[]SupersimV1Network**](SupersimV1Network.md) | |[optional] 8 | **Meta** | [**ListBillingPeriodResponseMeta**](ListBillingPeriodResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/supersim/v1/docs/ListSettingsUpdateResponse.md: -------------------------------------------------------------------------------- 1 | # ListSettingsUpdateResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **SettingsUpdates** | [**[]SupersimV1SettingsUpdate**](SupersimV1SettingsUpdate.md) | |[optional] 8 | **Meta** | [**ListBillingPeriodResponseMeta**](ListBillingPeriodResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/supersim/v1/docs/ListSimIpAddressResponse.md: -------------------------------------------------------------------------------- 1 | # ListSimIpAddressResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **IpAddresses** | [**[]SupersimV1SimIpAddress**](SupersimV1SimIpAddress.md) | |[optional] 8 | **Meta** | [**ListBillingPeriodResponseMeta**](ListBillingPeriodResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/supersim/v1/docs/ListSimResponse.md: -------------------------------------------------------------------------------- 1 | # ListSimResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Sims** | [**[]SupersimV1Sim**](SupersimV1Sim.md) | |[optional] 8 | **Meta** | [**ListBillingPeriodResponseMeta**](ListBillingPeriodResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/supersim/v1/docs/ListSmsCommandResponse.md: -------------------------------------------------------------------------------- 1 | # ListSmsCommandResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **SmsCommands** | [**[]SupersimV1SmsCommand**](SupersimV1SmsCommand.md) | |[optional] 8 | **Meta** | [**ListBillingPeriodResponseMeta**](ListBillingPeriodResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/supersim/v1/docs/ListUsageRecordResponse.md: -------------------------------------------------------------------------------- 1 | # ListUsageRecordResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **UsageRecords** | [**[]SupersimV1UsageRecord**](SupersimV1UsageRecord.md) | |[optional] 8 | **Meta** | [**ListBillingPeriodResponseMeta**](ListBillingPeriodResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/supersim/v1/docs/SupersimV1SimIpAddress.md: -------------------------------------------------------------------------------- 1 | # SupersimV1SimIpAddress 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **IpAddress** | Pointer to **string** | IP address assigned to the given Super SIM | 8 | **IpAddressVersion** | Pointer to [**string**](SimIpAddressEnumIpAddressVersion.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/sync/v1/docs/ListDocumentPermissionResponse.md: -------------------------------------------------------------------------------- 1 | # ListDocumentPermissionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Permissions** | [**[]SyncV1DocumentPermission**](SyncV1DocumentPermission.md) | |[optional] 8 | **Meta** | [**ListDocumentResponseMeta**](ListDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/sync/v1/docs/ListDocumentResponse.md: -------------------------------------------------------------------------------- 1 | # ListDocumentResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Documents** | [**[]SyncV1Document**](SyncV1Document.md) | |[optional] 8 | **Meta** | [**ListDocumentResponseMeta**](ListDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/sync/v1/docs/ListServiceResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Services** | [**[]SyncV1Service**](SyncV1Service.md) | |[optional] 8 | **Meta** | [**ListDocumentResponseMeta**](ListDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/sync/v1/docs/ListSyncListItemResponse.md: -------------------------------------------------------------------------------- 1 | # ListSyncListItemResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Items** | [**[]SyncV1SyncListItem**](SyncV1SyncListItem.md) | |[optional] 8 | **Meta** | [**ListDocumentResponseMeta**](ListDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/sync/v1/docs/ListSyncListPermissionResponse.md: -------------------------------------------------------------------------------- 1 | # ListSyncListPermissionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Permissions** | [**[]SyncV1SyncListPermission**](SyncV1SyncListPermission.md) | |[optional] 8 | **Meta** | [**ListDocumentResponseMeta**](ListDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/sync/v1/docs/ListSyncListResponse.md: -------------------------------------------------------------------------------- 1 | # ListSyncListResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Lists** | [**[]SyncV1SyncList**](SyncV1SyncList.md) | |[optional] 8 | **Meta** | [**ListDocumentResponseMeta**](ListDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/sync/v1/docs/ListSyncMapItemResponse.md: -------------------------------------------------------------------------------- 1 | # ListSyncMapItemResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Items** | [**[]SyncV1SyncMapItem**](SyncV1SyncMapItem.md) | |[optional] 8 | **Meta** | [**ListDocumentResponseMeta**](ListDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/sync/v1/docs/ListSyncMapPermissionResponse.md: -------------------------------------------------------------------------------- 1 | # ListSyncMapPermissionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Permissions** | [**[]SyncV1SyncMapPermission**](SyncV1SyncMapPermission.md) | |[optional] 8 | **Meta** | [**ListDocumentResponseMeta**](ListDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/sync/v1/docs/ListSyncMapResponse.md: -------------------------------------------------------------------------------- 1 | # ListSyncMapResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Maps** | [**[]SyncV1SyncMap**](SyncV1SyncMap.md) | |[optional] 8 | **Meta** | [**ListDocumentResponseMeta**](ListDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/sync/v1/docs/ListSyncStreamResponse.md: -------------------------------------------------------------------------------- 1 | # ListSyncStreamResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Streams** | [**[]SyncV1SyncStream**](SyncV1SyncStream.md) | |[optional] 8 | **Meta** | [**ListDocumentResponseMeta**](ListDocumentResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/taskrouter/v1/docs/ListActivityResponse.md: -------------------------------------------------------------------------------- 1 | # ListActivityResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Activities** | [**[]TaskrouterV1Activity**](TaskrouterV1Activity.md) | |[optional] 8 | **Meta** | [**ListActivityResponseMeta**](ListActivityResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/taskrouter/v1/docs/ListEventResponse.md: -------------------------------------------------------------------------------- 1 | # ListEventResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Events** | [**[]TaskrouterV1Event**](TaskrouterV1Event.md) | |[optional] 8 | **Meta** | [**ListActivityResponseMeta**](ListActivityResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/taskrouter/v1/docs/ListTaskChannelResponse.md: -------------------------------------------------------------------------------- 1 | # ListTaskChannelResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Channels** | [**[]TaskrouterV1TaskChannel**](TaskrouterV1TaskChannel.md) | |[optional] 8 | **Meta** | [**ListActivityResponseMeta**](ListActivityResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/taskrouter/v1/docs/ListTaskQueueResponse.md: -------------------------------------------------------------------------------- 1 | # ListTaskQueueResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **TaskQueues** | [**[]TaskrouterV1TaskQueue**](TaskrouterV1TaskQueue.md) | |[optional] 8 | **Meta** | [**ListActivityResponseMeta**](ListActivityResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/taskrouter/v1/docs/ListTaskReservationResponse.md: -------------------------------------------------------------------------------- 1 | # ListTaskReservationResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Reservations** | [**[]TaskrouterV1TaskReservation**](TaskrouterV1TaskReservation.md) | |[optional] 8 | **Meta** | [**ListActivityResponseMeta**](ListActivityResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/taskrouter/v1/docs/ListTaskResponse.md: -------------------------------------------------------------------------------- 1 | # ListTaskResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Tasks** | [**[]TaskrouterV1Task**](TaskrouterV1Task.md) | |[optional] 8 | **Meta** | [**ListActivityResponseMeta**](ListActivityResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/taskrouter/v1/docs/ListWorkerChannelResponse.md: -------------------------------------------------------------------------------- 1 | # ListWorkerChannelResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Channels** | [**[]TaskrouterV1WorkerChannel**](TaskrouterV1WorkerChannel.md) | |[optional] 8 | **Meta** | [**ListActivityResponseMeta**](ListActivityResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/taskrouter/v1/docs/ListWorkerReservationResponse.md: -------------------------------------------------------------------------------- 1 | # ListWorkerReservationResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Reservations** | [**[]TaskrouterV1WorkerReservation**](TaskrouterV1WorkerReservation.md) | |[optional] 8 | **Meta** | [**ListActivityResponseMeta**](ListActivityResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/taskrouter/v1/docs/ListWorkerResponse.md: -------------------------------------------------------------------------------- 1 | # ListWorkerResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Workers** | [**[]TaskrouterV1Worker**](TaskrouterV1Worker.md) | |[optional] 8 | **Meta** | [**ListActivityResponseMeta**](ListActivityResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/taskrouter/v1/docs/ListWorkflowResponse.md: -------------------------------------------------------------------------------- 1 | # ListWorkflowResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Workflows** | [**[]TaskrouterV1Workflow**](TaskrouterV1Workflow.md) | |[optional] 8 | **Meta** | [**ListActivityResponseMeta**](ListActivityResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/taskrouter/v1/docs/ListWorkspaceResponse.md: -------------------------------------------------------------------------------- 1 | # ListWorkspaceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Workspaces** | [**[]TaskrouterV1Workspace**](TaskrouterV1Workspace.md) | |[optional] 8 | **Meta** | [**ListActivityResponseMeta**](ListActivityResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/trunking/v1/docs/ListCredentialListResponse.md: -------------------------------------------------------------------------------- 1 | # ListCredentialListResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **CredentialLists** | [**[]TrunkingV1CredentialList**](TrunkingV1CredentialList.md) | |[optional] 8 | **Meta** | [**ListCredentialListResponseMeta**](ListCredentialListResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/trunking/v1/docs/ListOriginationUrlResponse.md: -------------------------------------------------------------------------------- 1 | # ListOriginationUrlResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **OriginationUrls** | [**[]TrunkingV1OriginationUrl**](TrunkingV1OriginationUrl.md) | |[optional] 8 | **Meta** | [**ListCredentialListResponseMeta**](ListCredentialListResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/trunking/v1/docs/ListPhoneNumberResponse.md: -------------------------------------------------------------------------------- 1 | # ListPhoneNumberResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **PhoneNumbers** | [**[]TrunkingV1PhoneNumber**](TrunkingV1PhoneNumber.md) | |[optional] 8 | **Meta** | [**ListCredentialListResponseMeta**](ListCredentialListResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/trunking/v1/docs/ListTrunkResponse.md: -------------------------------------------------------------------------------- 1 | # ListTrunkResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Trunks** | [**[]TrunkingV1Trunk**](TrunkingV1Trunk.md) | |[optional] 8 | **Meta** | [**ListCredentialListResponseMeta**](ListCredentialListResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/trunking/v1/docs/TrunkingV1Recording.md: -------------------------------------------------------------------------------- 1 | # TrunkingV1Recording 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Mode** | Pointer to [**string**](RecordingEnumRecordingMode.md) | | 8 | **Trim** | Pointer to [**string**](RecordingEnumRecordingTrim.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/trusthub/v1/docs/ListCustomerProfileResponse.md: -------------------------------------------------------------------------------- 1 | # ListCustomerProfileResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | [**[]TrusthubV1CustomerProfile**](TrusthubV1CustomerProfile.md) | |[optional] 8 | **Meta** | [**ListCustomerProfileResponseMeta**](ListCustomerProfileResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/trusthub/v1/docs/ListEndUserResponse.md: -------------------------------------------------------------------------------- 1 | # ListEndUserResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | [**[]TrusthubV1EndUser**](TrusthubV1EndUser.md) | |[optional] 8 | **Meta** | [**ListCustomerProfileResponseMeta**](ListCustomerProfileResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/trusthub/v1/docs/ListEndUserTypeResponse.md: -------------------------------------------------------------------------------- 1 | # ListEndUserTypeResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **EndUserTypes** | [**[]TrusthubV1EndUserType**](TrusthubV1EndUserType.md) | |[optional] 8 | **Meta** | [**ListCustomerProfileResponseMeta**](ListCustomerProfileResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/trusthub/v1/docs/ListPoliciesResponse.md: -------------------------------------------------------------------------------- 1 | # ListPoliciesResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | [**[]TrusthubV1Policies**](TrusthubV1Policies.md) | |[optional] 8 | **Meta** | [**ListCustomerProfileResponseMeta**](ListCustomerProfileResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/trusthub/v1/docs/ListSupportingDocumentResponse.md: -------------------------------------------------------------------------------- 1 | # ListSupportingDocumentResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | [**[]TrusthubV1SupportingDocument**](TrusthubV1SupportingDocument.md) | |[optional] 8 | **Meta** | [**ListCustomerProfileResponseMeta**](ListCustomerProfileResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/trusthub/v1/docs/ListTrustProductResponse.md: -------------------------------------------------------------------------------- 1 | # ListTrustProductResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | [**[]TrusthubV1TrustProduct**](TrusthubV1TrustProduct.md) | |[optional] 8 | **Meta** | [**ListCustomerProfileResponseMeta**](ListCustomerProfileResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/verify/v2/docs/ListBucketResponse.md: -------------------------------------------------------------------------------- 1 | # ListBucketResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Buckets** | [**[]VerifyV2Bucket**](VerifyV2Bucket.md) | |[optional] 8 | **Meta** | [**ListBucketResponseMeta**](ListBucketResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/verify/v2/docs/ListChallengeResponse.md: -------------------------------------------------------------------------------- 1 | # ListChallengeResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Challenges** | [**[]VerifyV2Challenge**](VerifyV2Challenge.md) | |[optional] 8 | **Meta** | [**ListBucketResponseMeta**](ListBucketResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/verify/v2/docs/ListEntityResponse.md: -------------------------------------------------------------------------------- 1 | # ListEntityResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Entities** | [**[]VerifyV2Entity**](VerifyV2Entity.md) | |[optional] 8 | **Meta** | [**ListBucketResponseMeta**](ListBucketResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/verify/v2/docs/ListFactorResponse.md: -------------------------------------------------------------------------------- 1 | # ListFactorResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Factors** | [**[]VerifyV2Factor**](VerifyV2Factor.md) | |[optional] 8 | **Meta** | [**ListBucketResponseMeta**](ListBucketResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/verify/v2/docs/ListRateLimitResponse.md: -------------------------------------------------------------------------------- 1 | # ListRateLimitResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **RateLimits** | [**[]VerifyV2RateLimit**](VerifyV2RateLimit.md) | |[optional] 8 | **Meta** | [**ListBucketResponseMeta**](ListBucketResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/verify/v2/docs/ListServiceResponse.md: -------------------------------------------------------------------------------- 1 | # ListServiceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Services** | [**[]VerifyV2Service**](VerifyV2Service.md) | |[optional] 8 | **Meta** | [**ListBucketResponseMeta**](ListBucketResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/verify/v2/docs/ListVerificationAttemptResponse.md: -------------------------------------------------------------------------------- 1 | # ListVerificationAttemptResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Attempts** | [**[]VerifyV2VerificationAttempt**](VerifyV2VerificationAttempt.md) | |[optional] 8 | **Meta** | [**ListBucketResponseMeta**](ListBucketResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/verify/v2/docs/ListVerificationTemplateResponse.md: -------------------------------------------------------------------------------- 1 | # ListVerificationTemplateResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Templates** | [**[]VerifyV2VerificationTemplate**](VerifyV2VerificationTemplate.md) | |[optional] 8 | **Meta** | [**ListBucketResponseMeta**](ListBucketResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/verify/v2/docs/ListWebhookResponse.md: -------------------------------------------------------------------------------- 1 | # ListWebhookResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Webhooks** | [**[]VerifyV2Webhook**](VerifyV2Webhook.md) | |[optional] 8 | **Meta** | [**ListBucketResponseMeta**](ListBucketResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/video/v1/docs/ListCompositionHookResponse.md: -------------------------------------------------------------------------------- 1 | # ListCompositionHookResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **CompositionHooks** | [**[]VideoV1CompositionHook**](VideoV1CompositionHook.md) | |[optional] 8 | **Meta** | [**ListCompositionResponseMeta**](ListCompositionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/video/v1/docs/ListCompositionResponse.md: -------------------------------------------------------------------------------- 1 | # ListCompositionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Compositions** | [**[]VideoV1Composition**](VideoV1Composition.md) | |[optional] 8 | **Meta** | [**ListCompositionResponseMeta**](ListCompositionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/video/v1/docs/ListRecordingResponse.md: -------------------------------------------------------------------------------- 1 | # ListRecordingResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Recordings** | [**[]VideoV1Recording**](VideoV1Recording.md) | |[optional] 8 | **Meta** | [**ListCompositionResponseMeta**](ListCompositionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/video/v1/docs/ListRoomParticipantResponse.md: -------------------------------------------------------------------------------- 1 | # ListRoomParticipantResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Participants** | [**[]VideoV1RoomParticipant**](VideoV1RoomParticipant.md) | |[optional] 8 | **Meta** | [**ListCompositionResponseMeta**](ListCompositionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/video/v1/docs/ListRoomRecordingResponse.md: -------------------------------------------------------------------------------- 1 | # ListRoomRecordingResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Recordings** | [**[]VideoV1RoomRecording**](VideoV1RoomRecording.md) | |[optional] 8 | **Meta** | [**ListCompositionResponseMeta**](ListCompositionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/video/v1/docs/ListRoomResponse.md: -------------------------------------------------------------------------------- 1 | # ListRoomResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Rooms** | [**[]VideoV1Room**](VideoV1Room.md) | |[optional] 8 | **Meta** | [**ListCompositionResponseMeta**](ListCompositionResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/voice/v1/docs/ListByocTrunkResponse.md: -------------------------------------------------------------------------------- 1 | # ListByocTrunkResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ByocTrunks** | [**[]VoiceV1ByocTrunk**](VoiceV1ByocTrunk.md) | |[optional] 8 | **Meta** | [**ListByocTrunkResponseMeta**](ListByocTrunkResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/voice/v1/docs/ListConnectionPolicyResponse.md: -------------------------------------------------------------------------------- 1 | # ListConnectionPolicyResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ConnectionPolicies** | [**[]VoiceV1ConnectionPolicy**](VoiceV1ConnectionPolicy.md) | |[optional] 8 | **Meta** | [**ListByocTrunkResponseMeta**](ListByocTrunkResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/voice/v1/docs/ListConnectionPolicyTargetResponse.md: -------------------------------------------------------------------------------- 1 | # ListConnectionPolicyTargetResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Targets** | [**[]VoiceV1ConnectionPolicyTarget**](VoiceV1ConnectionPolicyTarget.md) | |[optional] 8 | **Meta** | [**ListByocTrunkResponseMeta**](ListByocTrunkResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/voice/v1/docs/ListDialingPermissionsCountryResponse.md: -------------------------------------------------------------------------------- 1 | # ListDialingPermissionsCountryResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Content** | [**[]VoiceV1DialingPermissionsCountry**](VoiceV1DialingPermissionsCountry.md) | |[optional] 8 | **Meta** | [**ListByocTrunkResponseMeta**](ListByocTrunkResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/voice/v1/docs/ListIpRecordResponse.md: -------------------------------------------------------------------------------- 1 | # ListIpRecordResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **IpRecords** | [**[]VoiceV1IpRecord**](VoiceV1IpRecord.md) | |[optional] 8 | **Meta** | [**ListByocTrunkResponseMeta**](ListByocTrunkResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/voice/v1/docs/ListSourceIpMappingResponse.md: -------------------------------------------------------------------------------- 1 | # ListSourceIpMappingResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **SourceIpMappings** | [**[]VoiceV1SourceIpMapping**](VoiceV1SourceIpMapping.md) | |[optional] 8 | **Meta** | [**ListByocTrunkResponseMeta**](ListByocTrunkResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/voice/v1/docs/VoiceV1ArchivedCall.md: -------------------------------------------------------------------------------- 1 | # VoiceV1ArchivedCall 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Date** | Pointer to **string** | The date | 8 | **Sid** | Pointer to **string** | The call sid | 9 | **Url** | Pointer to **string** | The absolute URL of the resource. | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /rest/wireless/v1/docs/ListCommandResponse.md: -------------------------------------------------------------------------------- 1 | # ListCommandResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Commands** | [**[]WirelessV1Command**](WirelessV1Command.md) | |[optional] 8 | **Meta** | [**ListAccountUsageRecordResponseMeta**](ListAccountUsageRecordResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/wireless/v1/docs/ListDataSessionResponse.md: -------------------------------------------------------------------------------- 1 | # ListDataSessionResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **DataSessions** | [**[]WirelessV1DataSession**](WirelessV1DataSession.md) | |[optional] 8 | **Meta** | [**ListAccountUsageRecordResponseMeta**](ListAccountUsageRecordResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/wireless/v1/docs/ListRatePlanResponse.md: -------------------------------------------------------------------------------- 1 | # ListRatePlanResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **RatePlans** | [**[]WirelessV1RatePlan**](WirelessV1RatePlan.md) | |[optional] 8 | **Meta** | [**ListAccountUsageRecordResponseMeta**](ListAccountUsageRecordResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/wireless/v1/docs/ListSimResponse.md: -------------------------------------------------------------------------------- 1 | # ListSimResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Sims** | [**[]WirelessV1Sim**](WirelessV1Sim.md) | |[optional] 8 | **Meta** | [**ListAccountUsageRecordResponseMeta**](ListAccountUsageRecordResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /rest/wireless/v1/docs/ListUsageRecordResponse.md: -------------------------------------------------------------------------------- 1 | # ListUsageRecordResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **UsageRecords** | [**[]WirelessV1UsageRecord**](WirelessV1UsageRecord.md) | |[optional] 8 | **Meta** | [**ListAccountUsageRecordResponseMeta**](ListAccountUsageRecordResponseMeta.md) | |[optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /sonar-project.properties: -------------------------------------------------------------------------------- 1 | sonar.projectKey=twilio_twilio-go 2 | sonar.projectName=twilio-go 3 | sonar.organization=twilio 4 | 5 | sonar.sources=. 6 | # Exclude any auto-generated source code and tests 7 | sonar.exclusions=client/form/*.*,**/rest/**/*.*,twiml/*_response.go,**/*_test.go,client/mock_client.go 8 | 9 | sonar.tests=. 10 | sonar.test.inclusions=**/*_test.go 11 | 12 | # For Code Coverage analysis 13 | sonar.go.tests.reportPaths=test-report.out 14 | sonar.go.coverage.reportPaths=coverage.out 15 | --------------------------------------------------------------------------------