callTranscript 资源类型

命名空间:microsoft.graph

表示与 联机会议关联的脚本。

方法

方法 返回类型 说明
列出脚本 callTranscript 集合 获取与 onlineMeeting 关联的 callTranscript 对象列表。
获取脚本 callTranscript 获取与 onlineMeeting 关联的 callTranscript 对象。

属性

属性 类型 说明
callId String 与此脚本相关的 调用 的唯一标识符。 只读。
content 脚本的内容。 此为只读属性。
contentCorrelationId String 将脚本与其相应记录链接的唯一标识符。 只读。
createdDateTime DateTimeOffset 创建脚本的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 只读。
endDateTime DateTimeOffset 听录结束的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 只读。
id String 脚本的唯一标识符。 此为只读属性。
meetingId String 与此脚本相关的联机会议的唯一标识符。 此为只读属性。
meetingOrganizer identitySet 与此脚本相关的 onlineMeeting 组织者的标识信息。 此为只读属性。
metadataContent Stream 脚本中话语的时间对齐元数据。 此为只读属性。
transcriptContentUrl String 可用于访问脚本内容的 URL。 只读。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "callId": "String",
  "content": "Stream",
  "contentCorrelationId": "String",
  "createdDateTime": "String (timestamp)",
  "endDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "meetingId": "String",
  "meetingOrganizer": {"@odata.type": "microsoft.graph.identitySet"},
  "metadataContent": "Stream",
  "transcriptContentUrl": "String"
}