Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CanFulfillIntentRequest

An object that represents a request made to skill to query whether the skill can understand and fulfill the intent request with detected slots, before actually asking the skill to take action. Skill should be aware this is not to actually take action, skill should handle this request without causing side-effect, skill should not modify some state outside its scope or has an observable interaction with its calling functions or the outside world besides returning a value, such as playing sound,turning on/off lights, committing a transaction or a charge.

interface

Hierarchy

  • CanFulfillIntentRequest

Index

Properties

Optional dialogState

dialogState: DialogState

intent

intent: Intent

Optional locale

locale: string

requestId

requestId: string

timestamp

timestamp: string

type

type: "CanFulfillIntentRequest"