你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ChatTranscripts interface
表示 ChatTranscripts 的接口。
方法
get(string, string, Chat |
返回订阅下支持票证的 chatTranscript 详细信息。 |
list(string, Chat |
Lists订阅下支持票证的所有聊天脚本 |
方法详细信息
get(string, string, ChatTranscriptsGetOptionalParams)
返回订阅下支持票证的 chatTranscript 详细信息。
function get(supportTicketName: string, chatTranscriptName: string, options?: ChatTranscriptsGetOptionalParams): Promise<ChatTranscriptDetails>
参数
- supportTicketName
-
string
支持票证名称。
- chatTranscriptName
-
string
ChatTranscript 名称。
- options
- ChatTranscriptsGetOptionalParams
选项参数。
返回
Promise<ChatTranscriptDetails>
list(string, ChatTranscriptsListOptionalParams)
Lists订阅下支持票证的所有聊天脚本
function list(supportTicketName: string, options?: ChatTranscriptsListOptionalParams): PagedAsyncIterableIterator<ChatTranscriptDetails, ChatTranscriptDetails[], PageSettings>
参数
- supportTicketName
-
string
支持票证名称。
选项参数。