IntentSummary

Summary information about an intent returned by the ListIntents operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the intent.

Link copied to clipboard

The input contexts that must be active for this intent to be considered for recognition.

Link copied to clipboard

The unique identifier assigned to the intent. Use this ID to get detailed information about the intent with the DescribeIntent operation.

Link copied to clipboard

The name of the intent.

Link copied to clipboard

The timestamp of the date and time that the intent was last updated.

Link copied to clipboard

The output contexts that are activated when this intent is fulfilled.

Link copied to clipboard

If this intent is derived from a built-in intent, the name of the parent intent.

Functions

Link copied to clipboard
inline fun copy(block: IntentSummary.Builder.() -> Unit = {}): IntentSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String