Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ChannelDefinition

import type { ChannelDefinition } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";

For a call analytics job, an object that indicates the audio channel that belongs to the agent and the audio channel that belongs to the customer.

interface ChannelDefinition {
ChannelId?: number | null;
ParticipantRole?: ParticipantRole | null;
}

§Properties

§
ChannelId?: number | null
[src]

A value that indicates the audio channel.

§
ParticipantRole?: ParticipantRole | null
[src]

Indicates whether the person speaking on the audio channel is the agent or customer.