Type alias SpeechCreatedEvent

SpeechCreatedEvent: {
    createdAt: number;
    source: SpeechSource;
    speechHandle: SpeechHandle;
    type: "speech_created";
    userInitiated: boolean;
}

Type declaration

  • createdAt: number

    The timestamp when the speech handle was created

  • source: SpeechSource

    Source indicating how the speech handle was created

  • speechHandle: SpeechHandle

    The speech handle that was created

  • type: "speech_created"
  • userInitiated: boolean

    True if the speech was created using public methods like say or generate_reply