Skip to main content

chat_transcripts_no_subscriptions

Creates, updates, deletes, gets or lists a chat_transcripts_no_subscriptions resource.

Overview

Namechat_transcripts_no_subscriptions
TypeResource
Idazure.support.chat_transcripts_no_subscriptions

Fields

NameDatatypeDescription
chatTranscriptNametextfield from the properties object
messagestextfield from the properties object
start_timetextfield from the properties object
supportTicketNametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTchatTranscriptName, supportTicketNameReturns chatTranscript details for a no subscription support ticket.
listSELECTsupportTicketNameLists all chat transcripts for a support ticket

SELECT examples

Lists all chat transcripts for a support ticket

SELECT
chatTranscriptName,
messages,
start_time,
supportTicketName
FROM azure.support.vw_chat_transcripts_no_subscriptions
WHERE supportTicketName = '{{ supportTicketName }}';