import { Segmentation } from "./Segmentation"; /** * Defines the interactive configuration in the speech Context message */ export interface Interactive { /** * The segmentation configuration. */ segmentation: Segmentation; }