rbm Suggestion
suspend fun rbmSuggestion(value: Output<List<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs>>)
Parameters
value
Optional. One or more suggestions to show to the user.
suspend fun rbmSuggestion(vararg values: Output<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs>)
suspend fun rbmSuggestion(values: List<Output<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs>>)
suspend fun rbmSuggestion(vararg values: GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs)
Parameters
values
Optional. One or more suggestions to show to the user.
suspend fun rbmSuggestion(argument: List<suspend GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgsBuilder.() -> Unit>)
suspend fun rbmSuggestion(vararg argument: suspend GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgsBuilder.() -> Unit)
suspend fun rbmSuggestion(argument: suspend GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgsBuilder.() -> Unit)
Parameters
argument
Optional. One or more suggestions to show to the user.