UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
9 lines (8 loc) 323 B
import { DialogServiceTurnState } from "./DialogServiceTurnState.js"; export declare class DialogServiceTurnStateManager { private privTurnMap; constructor(); StartTurn(id: string): DialogServiceTurnState; GetTurn(id: string): DialogServiceTurnState; CompleteTurn(id: string): DialogServiceTurnState; }