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



Defined in: [src/narration/interfaces/DialogueInterface.ts:3](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/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/998c1a75c5978f24c0dc137af5f42b90b2803967/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/998c1a75c5978f24c0dc137af5f42b90b2803967/src/narration/interfaces/DialogueInterface.ts#L7)

The text of the dialogue.
