@voice-ping/cognitive-services-speech
Version:
VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft
9 lines (8 loc) • 320 B
TypeScript
import { DialogServiceTurnState } from "./DialogServiceTurnState";
export declare class DialogServiceTurnStateManager {
private privTurnMap;
constructor();
StartTurn(id: string): DialogServiceTurnState;
GetTurn(id: string): DialogServiceTurnState;
CompleteTurn(id: string): DialogServiceTurnState;
}