English Training Material - 05
Could I leave a message?
Language Checklist
Telephoning (1)
Introducing yourself
Good morning, Aristo.
Hello, this is … from … .
Hello, my name's … calling from … .
Saying who you want
I'd like to speak to …, please.
Could I have the … Department, please?
Is … there, please?
Saying someone is not available
I'm sorry he/she's not available … .
Sorry, he/she's away/not in/in a meeting/in Milan.
Leaving and taking messages
Could you give him/her a message?
Can I leave him/her a message?
Please tell him/her …
Please ask him/her to ring me on …
Can I take a message?
Would you like to leave a message?
If you give me your number I'll ask him/her to call you later.
Offering to help in other ways
Can anyone else help you?
Can I help you perhaps?
Would you like to speak to his assistant?
Shall I ask him to call you back?
Asking for repetition
Sorry, I didn't catch (your name/your number/your company name/etc.).
Sorry, could you repeat your (name, number, etc.).
Sorry, I didn't hear that.
Sorry, I didn't understand that.
Could you spell (that/your name), please.
Acknowledging repetition
Okay, I've got that now.
(Mr Kyoto.) I understand.
I see, thank you.
Skills Checklist
Telephoning: Preparation for a call
Reading – background information
Desk Preparation
Have the following available:
- relevant documentation/notes
- correspondence received
- pen and paper
- diary
Check time available:
How much time do you need?
How much time do you have?
Objectives
Who do you want to speak to?
In case of non-availability, have an alternative strategy:
- call back/be called back – when?
- leave a message
- speak to someone else
- write or fax information
Do you want to:
- find out information?
- give information?
Introduction
Do you need to refer to:
- a previous call?
- a letter, order, invoice of fax?
- someone else (who?)
- an event (what? when?)
Prediction
What do you expect the other person to say/ask you? How will you respond?
Language
Key phrases (see Language Checkist)
Pronunciation
Spelling
English Training Material - 05的更多相关文章
- English Training Material - 04
Inviting What kinds of social activities in your city could be appropriate ways of entertaining visi ...
- English Training Material - 03
Cross-cultural understanding (2) 1 The following text is about cultural diversity. Read it through o ...
- English Training Material - 01
Building a relationship Cross-cultural understanding Eye contact In many Western societies, includin ...
- English Training Material - 02
OUTSIDE CORRESPONDENCE AND CONTACT Jared: I'm glad you could come – and you're in for a treat. Thi ...
- Material Design Animation
Material Design Animation Authentic motion 真实的运动 运动以一种优美流动的形式描述了空间关系,功能和目的. Mass and weight: 质量和重量 在 ...
- Android Material Design 学习笔记 - Matrial Theme
google在2014年 I/O大会上推出了一种新的设计设计语言—Material design,这种设计语言语言旨在为手机.平板电脑.台式机和“其他平台”提供更一致.更广泛的“外观和感觉”(附上官方 ...
- Andorid视觉新冲击-Material design语言
[写在前面] google在2014年 I/O大会上推出了一种新的设计设计语言—Material design,这种设计语言语言旨在为手机.平板电脑.台式机和“其他平台”提供更一致.更广泛的“外观和感 ...
- 【Android】进入Material Design时代
由于本文引用了大量官方文档.图片资源,以及开源社区的Lib和相关图片资源,因此在转载的时候,务必注明来源,如果使用资源请注明资源的出处,尊重版权,尊重别人的劳动成果,谢谢! Material Desi ...
- Android Material Design-Creating Apps with Material Design(用 Material Design设计App)-(零)
转载请注明出处:http://blog.csdn.net/bbld_/article/details/40400031 翻译自:http://developer.android.com/trainin ...
随机推荐
- jsp页面间传递参数 中文乱码问题(zz)
jsp页面间传递参数 中文乱码问题 1.传递参数 var url = "*****Test.jsp?param1="+encodeURI(encodeURI(str));//对 ...
- 【转】How to resolve ORA-19706 error when select from dblink
文章转自:http://www.dbform.com/html/2012/1846.html
- Android通过编码实现GPS开关
在Android 2.2以后才可使用 import android.content.ContentResolver; import android.content.Context; import an ...
- js中offsetLeft,offsetTop,offsetParent计算边距方法
封装一个函数获得任一元素在页面的位置 var GetPosition= function (obj) { var left = 0; var top = 0; while(obj.offsetPare ...
- [转]提高 Linux 上 socket 性能,加速网络应用程序的 4 种方法
原文链接:http://www.ibm.com/developerworks/cn/linux/l-hisock.html 使用 Sockets API,我们可以开发客户机和服务器应用程序,它们可以在 ...
- Excel中显示长数字的方法
主要有以下三种方法: 1.先设置为文本格式,再粘贴2.在另一列输入=CONCATENATE(A1),双击此格右下角得到全部数值,再格式化为文本粘贴回去3.选中数据列,点数据-分列,下一步-下一步,选中 ...
- RequireJS 模块化加载框架使用
RequireJS 是一个遵循 AMD 规范的模块化加载框架 与上文seajs一样,这里简单介绍其相关用法 同样的,首先是下载好 require.js --> http://requirejs. ...
- 译:Datetime类型的扩展
译文出处:http://www.codeproject.com/Articles/870939/Datetime-Extensions 本文主要针对System.DateTime类型的一系列扩展.包括 ...
- C# FTP远程服务器返回错误:(550) 文件不可用(例如,未找到文件,无法访问文件)
今天用代码删除FTP服务器上的目录时候,报错:远程服务器返回错误:(550) 文件不可用(例如,未找到文件,无法访问文件). 习惯性的google,不外乎以下几点: 1.URL路径不对,看看有没有多加 ...
- Python入门笔记(17):错误、异常
一.什么是错误,什么是异常,它们两者区别 这里解释如下:个人觉得很通俗易懂 错误是指在执行代码过程中发生的事件,它中断或干扰代码的正常流程并创建异常对象.当错误中断流程时,该程序将尝试寻找异常处理程序 ...