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