# Interface: DialogueInterface (/jsdoc/pixi-vn/index/interfaces/DialogueInterface)



Defined in: [src/narration/interfaces/DialogueInterface.ts:3](https://github.com/DRincs-Productions/pixi-vn/blob/92a10d7481511296d22e17c43fbc1d4dd976bef8/src/narration/interfaces/DialogueInterface.ts#L3)

## Properties [#properties]

### character? [#character]

\> `optional` &#x2A;*character?**: `string` | `CharacterInterface`

Defined in: [src/narration/interfaces/DialogueInterface.ts:11](https://github.com/DRincs-Productions/pixi-vn/blob/92a10d7481511296d22e17c43fbc1d4dd976bef8/src/narration/interfaces/DialogueInterface.ts#L11)

The id of the character that is speaking.

***

### text [#text]

\> **text**: `string` | `string`\[]

Defined in: [src/narration/interfaces/DialogueInterface.ts:7](https://github.com/DRincs-Productions/pixi-vn/blob/92a10d7481511296d22e17c43fbc1d4dd976bef8/src/narration/interfaces/DialogueInterface.ts#L7)

The text of the dialogue.
