Skip to main content

@dialstack/sdk / index / AIAgent

Interface: AIAgent

Defined in: sdk/src/types/ai-agent.ts:21

AI agent as returned by GET /v1/ai-agents/:id.

Properties

created_at

TypeScript
created_at: string;

Defined in: sdk/src/types/ai-agent.ts:33


extension_number?

TypeScript
optional extension_number?: string | null;

Defined in: sdk/src/types/ai-agent.ts:32


faq_responses

TypeScript
faq_responses: FAQItem[];

Defined in: sdk/src/types/ai-agent.ts:30


greeting_name?

TypeScript
optional greeting_name?: string | null;

Defined in: sdk/src/types/ai-agent.ts:28


id

TypeScript
id: string;

Defined in: sdk/src/types/ai-agent.ts:22


instructions?

TypeScript
optional instructions?: string | null;

Defined in: sdk/src/types/ai-agent.ts:29


name

TypeScript
name: string;

Defined in: sdk/src/types/ai-agent.ts:23


persona_name?

TypeScript
optional persona_name?: string | null;

Defined in: sdk/src/types/ai-agent.ts:27


scheduling?

TypeScript
optional scheduling?: SchedulingConfig | null;

Defined in: sdk/src/types/ai-agent.ts:31


updated_at

TypeScript
updated_at: string;

Defined in: sdk/src/types/ai-agent.ts:34


voice_app?

TypeScript
optional voice_app?: string;

Defined in: sdk/src/types/ai-agent.ts:24


voice_app_id

TypeScript
voice_app_id: string;

Defined in: sdk/src/types/ai-agent.ts:26

Deprecated

Use voice_app. Retained for backwards compatibility.