com.pulumi.googlenative.dialogflow.v2beta1.inputs.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.dialogflow.v2beta1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.googlenative.dialogflow.v2beta1.inputs.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionArgs;
import com.pulumi.googlenative.dialogflow.v2beta1.inputs.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReplyArgs;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Rich Business Messaging (RBM) suggestion. Suggestions allow user to easily select/click a predefined response or perform an action (like opening a web uri).
*
*/
public final class GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs extends com.pulumi.resources.ResourceArgs {
public static final GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs Empty = new GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs();
/**
* Predefined client side actions that user can choose
*
*/
@Import(name="action")
private @Nullable Output action;
/**
* @return Predefined client side actions that user can choose
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy