microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
9 lines (8 loc) • 323 B
TypeScript
import { DialogServiceTurnState } from "./DialogServiceTurnState.js";
export declare class DialogServiceTurnStateManager {
private privTurnMap;
constructor();
StartTurn(id: string): DialogServiceTurnState;
GetTurn(id: string): DialogServiceTurnState;
CompleteTurn(id: string): DialogServiceTurnState;
}