ChatTranscripts interface

Interface representing a ChatTranscripts.

Methods

get(string, string, ChatTranscriptsGetOptionalParams)

Returns chatTranscript details for a support ticket under a subscription.

list(string, ChatTranscriptsListOptionalParams)

Lists all chat transcripts for a support ticket under subscription

Method Details

get(string, string, ChatTranscriptsGetOptionalParams)

Returns chatTranscript details for a support ticket under a subscription.

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

Parameters

supportTicketName

string

Support ticket name.

chatTranscriptName

string

ChatTranscript name.

options
ChatTranscriptsGetOptionalParams

The options parameters.

Returns

list(string, ChatTranscriptsListOptionalParams)

Lists all chat transcripts for a support ticket under subscription

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

Parameters

supportTicketName

string

Support ticket name.

options
ChatTranscriptsListOptionalParams

The options parameters.

Returns