次の方法で共有


ChatTranscriptsNoSubscription interface

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

メソッド

get(string, string, ChatTranscriptsNoSubscriptionGetOptionalParams)

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

list(string, ChatTranscriptsNoSubscriptionListOptionalParams)

サポート チケットのすべてのチャット トランスクリプトをListsする

メソッドの詳細

get(string, string, ChatTranscriptsNoSubscriptionGetOptionalParams)

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

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

パラメーター

supportTicketName

string

サポート チケット名。

chatTranscriptName

string

ChatTranscript 名。

options
ChatTranscriptsNoSubscriptionGetOptionalParams

options パラメーター。

戻り値

list(string, ChatTranscriptsNoSubscriptionListOptionalParams)

サポート チケットのすべてのチャット トランスクリプトをListsする

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

パラメーター

supportTicketName

string

サポート チケット名

options
ChatTranscriptsNoSubscriptionListOptionalParams

options パラメーター。

戻り値