Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lexmodelbuildingservice_get_builtin_intent

Returns information about a built-in intent


Description

Returns information about a built-in intent.

This operation requires permission for the lex:GetBuiltinIntent action.

Usage

lexmodelbuildingservice_get_builtin_intent(signature)

Arguments

signature

[required] The unique identifier for a built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.

Value

A list with the following syntax:

list(
  signature = "string",
  supportedLocales = list(
    "de-DE"|"en-AU"|"en-GB"|"en-US"|"es-419"|"es-ES"|"es-US"|"fr-FR"|"fr-CA"|"it-IT"
  ),
  slots = list(
    list(
      name = "string"
    )
  )
)

Request syntax

svc$get_builtin_intent(
  signature = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.