Bixby Developer Center

References

description

optionalvalue required

Adds text describing the action, which is useful for documenting models.

Example

action (FetchMovieCredits) {
description ("Fetch movie credits lazily from a secondary endpoint")
type (Fetch)
collect {
input (movie) {
type (Movie)
min (Required)
max (One)
}
}
output (core.Text)
}

View master on GitHub