Required. Name of the current scene.
Optional. Information on the scene to be executed next.
Required. The current status of slot filling. This field is read-only.
The slots associated with the current scene. Handler responses cannot return slots which were not sent in the request.
Generated using TypeDoc
Optional. Info on the current and next scene when the function was called. Will be filled when the fulfillment call is made within the scope of a scene.
Represent a scene. Scenes can call fulfillment, add prompts, and collect slot values from the user. Scenes are triggered by events or intents and can trigger events and match intents to transition to other scenes.
Optional. Represents the current and next scene. If
Scene.next
is set the runtime will immediately transition to the specified scene.