ChatTranscripts interface
ChatTranscripts を表すインターフェイス。
メソッド
| get(string, string, Chat |
サブスクリプションのサポート チケットの chatTranscript の詳細を返します。 |
| list(string, Chat |
サブスクリプションのサポート チケットのすべてのチャット トランスクリプトを一覧表示します |
メソッドの詳細
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)
サブスクリプションのサポート チケットのすべてのチャット トランスクリプトを一覧表示します
function list(supportTicketName: string, options?: ChatTranscriptsListOptionalParams): PagedAsyncIterableIterator<ChatTranscriptDetails, ChatTranscriptDetails[], PageSettings>
パラメーター
- supportTicketName
-
string
サポート チケット名。
オプション パラメーター。