次の方法で共有


ChatTranscripts interface

ChatTranscripts を表すインターフェイス。

メソッド

get(string, string, ChatTranscriptsGetOptionalParams)

サブスクリプションのサポート チケットの chatTranscript の詳細を返します。

list(string, ChatTranscriptsListOptionalParams)

サブスクリプションのサポート チケットのすべてのチャット トランスクリプトを一覧表示します

メソッドの詳細

get(string, string, ChatTranscriptsGetOptionalParams)

サブスクリプションのサポート チケットの chatTranscript の詳細を返します。

function get(supportTicketName: string, chatTranscriptName: string, options?: ChatTranscriptsGetOptionalParams): Promise<ChatTranscriptDetails>

パラメーター

supportTicketName

string

サポート チケット名。

chatTranscriptName

string

ChatTranscript 名。

options
ChatTranscriptsGetOptionalParams

オプション パラメーター。

戻り値

list(string, ChatTranscriptsListOptionalParams)

サブスクリプションのサポート チケットのすべてのチャット トランスクリプトを一覧表示します

function list(supportTicketName: string, options?: ChatTranscriptsListOptionalParams): PagedAsyncIterableIterator<ChatTranscriptDetails, ChatTranscriptDetails[], PageSettings>

パラメーター

supportTicketName

string

サポート チケット名。

options
ChatTranscriptsListOptionalParams

オプション パラメーター。

戻り値