endInteraction property

GoogleCloudDialogflowCxV3ResponseMessageEndInteraction? endInteraction
getter/setter pair

A signal that indicates the interaction with the Dialogflow agent has ended.

This message is generated by Dialogflow only when the conversation reaches END_SESSION page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.

Output only.

Implementation

GoogleCloudDialogflowCxV3ResponseMessageEndInteraction? endInteraction;