@microsoft/opentelemetry
    Preparing search index...

    Interface Channel

    Represents a channel for an invocation.

    interface Channel {
        description?: string;
        iconUri?: string;
        id?: string;
        name?: string;
        role?: InvocationRole;
    }
    Index
    description?: string

    Human-readable description or deep link for the channel.

    iconUri?: string

    URI of the channel's icon.

    id?: string

    Unique identifier of the channel.

    name?: string

    Display name of the channel (e.g. Microsoft Teams).

    Role that the channel plays in the invocation.