Interface CarterData

Hierarchy

  • CarterData

Properties

agent: {
    name: string;
}

Type declaration

  • name: string
content?: string
forced_behaviours?: ForcedBehaviour[]
input?: string
output: {
    audio: null | string;
    text: null | string;
}

Type declaration

  • audio: null | string
  • text: null | string
sentence?: string

Generated using TypeDoc