Bixby Developer Center

Guides
References

Dialog

The Dialog interface represents the objects for dialog events that happen in your execution graph.

Properties

This section describes the properties of Dialog.

binding

[Optional] String. Bindings are the String values of particular properties of concepts in templates.

capsuleId

[Optional] String. The fully qualified capsule ID.

For example, viv.dice.

components

[Optional] Array of Dialog components.

Note

It's possible for a component to nest more component objects.

filePath

[Optional] String. The full file path of the dialog file.

For example, /Users/demo/Documents/dice/resourcs/en/dice.NumDice.dialog.bxb.

mode

DialogMode. The Dialog Event Mode that describe the dialog.

The list of acceptable values are listed in the dialog event mode reference.

template

[Optional] String. Defines the content of the dialog message.

For more information, see the reference information on dialog templates.

text

String. Text being outputted by the dialog.