convai-web-sdk
Version:
Integrate lifelike digital beings into your web applications with real-time conversations, actions, and facial expressions. Supports a variety of voices, languages, and emotions.
7 lines (6 loc) • 466 B
TypeScript
import { ConvaiGRPCClient } from './convai_grpc_client';
import { ConvaiGRPCClientConfigType } from './types';
export declare const setGrpcConfig: (config: ConvaiGRPCClientConfigType) => void;
export declare const generateNewCurrentClient: (config?: ConvaiGRPCClientConfigType) => void;
export declare const getCurrentClient: (config?: ConvaiGRPCClientConfigType) => ConvaiGRPCClient;
export declare const manageClient: (config: ConvaiGRPCClientConfigType) => void;