Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Interface ChatAgentHandle

    Minimal runtime handle for the agent picker.

    interface ChatAgentHandle {
        environmentName: string;
        givenName: string;
        ingress: string;
        podName: string;
        token: string;
    }
    Index

    Properties

    environmentName: string

    Environment label.

    givenName: string

    User-friendly display name.

    ingress: string

    Ingress URL — used as baseUrl on <Chat>.

    podName: string

    Kubernetes pod name — used as runtime identifier.

    token: string

    Per-runtime auth token — used as authToken on <Chat>.