smartReplyAnswers property

List<GoogleCloudDialogflowV2SmartReplyAnswer>? smartReplyAnswers
getter/setter pair

Multiple reply options provided by smart reply service.

The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

Output only.

Implementation

core.List<GoogleCloudDialogflowV2SmartReplyAnswer>? smartReplyAnswers;