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