GetIntentResult

data class GetIntentResult(val arn: String, val checksum: String, val createdDate: String, val description: String, val id: String, val lastUpdatedDate: String, val name: String, val parentIntentSignature: String, val version: String? = null)

A collection of values returned by getIntent.

Constructors

Link copied to clipboard
constructor(arn: String, checksum: String, createdDate: String, description: String, id: String, lastUpdatedDate: String, name: String, parentIntentSignature: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Lex intent.

Link copied to clipboard

Checksum identifying the version of the intent that was created. The checksum is not included as an argument because the resource will add it automatically when updating the intent.

Link copied to clipboard

Date when the intent version was created.

Link copied to clipboard

Description of the intent.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Date when the $LATEST version of this intent was updated.

Link copied to clipboard

Name of the intent, not case sensitive.

Link copied to clipboard

A unique identifier for the built-in intent to base this intent on. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.

Link copied to clipboard
val version: String? = null

Version of the bot.