endInteraction property

bool? endInteraction
getter/setter pair

Indicates that this intent ends an interaction.

Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.

Optional.

Implementation

core.bool? endInteraction;