Bixby Developer Center

References

value-set

optional

Specifies a collection of values to be used as inputs to the plan created by an intent block.

Almost identical to value, this signal is a way to specify a (possibly empty) collection of values of the same type.

Example

        intent {
goal: Size
value-set: Size { Size(ExtraSmall) Size(Small) Size(Medium) Size(Large) Size(ExtraLarge) }
}

View b66d039 on GitHub

You can specify an empty signal with an empty block.

intent {
  goal: viv.hotel.Hotel
  value-set: viv.hotel.HotelName {}
}

Child Keys

@prompt-behavior
optional
Modify Bixby's prompting behavior for a node