UNPKG

@inworld/web-core

Version:
9 lines (8 loc) 287 B
import { ActionEvent as ProtoActionEvent } from '../../../proto/ai/inworld/packets/packets.pb.js'; export declare class NarratedAction { readonly text: string; constructor({ text }: { text: string; }); static fromProto(proto: ProtoActionEvent): NarratedAction; }