Interface GoogleChatAuthParams

Platform-specific authentication parameters for Google Chat.

interface GoogleChatAuthParams {
    credentials?: string;
    defaultSpace?: string;
}

Hierarchy

  • Record<string, string | undefined>
    • GoogleChatAuthParams

Properties

credentials?: string

Inline JSON credentials for the service account. Provide this OR use credential as a path to the key file.

defaultSpace?: string

Space name to listen in (e.g., 'spaces/AAAA...'). Optional — the adapter can send to any space when given a conversation ID.