intent property

String? intent
getter/setter pair

The unique identifier of an Intent.

Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.

Implementation

core.String? intent;