intent property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
The Intent that matched the conversational query.
Some, not all fields are filled in this message, including but not limited
to: name
and display_name
. This field is deprecated, please use
QueryResult.match instead.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
GoogleCloudDialogflowCxV3Intent? intent;