GoogleCloudDialogflowV2beta1IntentMessageRbmTextArgs

data class GoogleCloudDialogflowV2beta1IntentMessageRbmTextArgs(val rbmSuggestion: Output<List<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs>>? = null, val text: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageRbmTextArgs>

Rich Business Messaging (RBM) text response with suggestions.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2beta1IntentMessageRbmTextArgs

Properties

Link copied to clipboard

Optional. One or more suggestions to show to the user.

Link copied to clipboard
val text: Output<String>

Text sent and displayed to the user.