Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntentRequests

Response to the GET Intent Request History API. It contains the collection of utterances for the skill, nextToken and other metadata related to the search query.

interface

Hierarchy

  • IntentRequests

Index

Properties

Optional _links

_links: Links

Optional isTruncated

isTruncated: boolean

Optional items

items: Array<IntentRequest>

Optional nextToken

nextToken: string

Optional skillId

skillId: string

Optional startIndex

startIndex: number

Optional totalCount

totalCount: number