Bixby Developer Center

References

match

optional

Allows the developer to define the specific scenarios that a Instantiation Strategy should apply. Through a match pattern, the developer specifies what concept they can advise how to get values for and under what circumstances. The simplest match pattern is shown in the example above will apply anytime a tip percentage (gratuity.TipPercentage) is needed as a required input to any action in a capsule. More complicated match patterns that reference additional properties, such as to-input or from-output, are more specific and allow the developer to have specialized advice for certain circumstances, such as when the options came from a specific action or under other condition(s).

See a full description of Match Patterns.

Child Keys

any
optional
Use the wildcard underscore (_) to match any node, regardless of its type