Package com.pulumi.gcp.diagflow.inputs
Class IntentFollowupIntentInfoArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.diagflow.inputs.IntentFollowupIntentInfoArgs.Builder
-
- Enclosing class:
- IntentFollowupIntentInfoArgs
public static final class IntentFollowupIntentInfoArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(IntentFollowupIntentInfoArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntentFollowupIntentInfoArgs
build()
IntentFollowupIntentInfoArgs.Builder
followupIntentName(com.pulumi.core.Output<java.lang.String> followupIntentName)
IntentFollowupIntentInfoArgs.Builder
followupIntentName(java.lang.String followupIntentName)
IntentFollowupIntentInfoArgs.Builder
parentFollowupIntentName(com.pulumi.core.Output<java.lang.String> parentFollowupIntentName)
IntentFollowupIntentInfoArgs.Builder
parentFollowupIntentName(java.lang.String parentFollowupIntentName)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(IntentFollowupIntentInfoArgs defaults)
-
-
Method Detail
-
followupIntentName
public IntentFollowupIntentInfoArgs.Builder followupIntentName(@Nullable com.pulumi.core.Output<java.lang.String> followupIntentName)
- Parameters:
followupIntentName
- The unique identifier of the followup intent. Format: projects/<Project ID>/agent/intents/<Intent ID>.- Returns:
- builder
-
followupIntentName
public IntentFollowupIntentInfoArgs.Builder followupIntentName(java.lang.String followupIntentName)
- Parameters:
followupIntentName
- The unique identifier of the followup intent. Format: projects/<Project ID>/agent/intents/<Intent ID>.- Returns:
- builder
-
parentFollowupIntentName
public IntentFollowupIntentInfoArgs.Builder parentFollowupIntentName(@Nullable com.pulumi.core.Output<java.lang.String> parentFollowupIntentName)
- Parameters:
parentFollowupIntentName
- The unique identifier of the parent intent in the chain of followup intents. Format: projects/<Project ID>/agent/intents/<Intent ID>.- Returns:
- builder
-
parentFollowupIntentName
public IntentFollowupIntentInfoArgs.Builder parentFollowupIntentName(java.lang.String parentFollowupIntentName)
- Parameters:
parentFollowupIntentName
- The unique identifier of the parent intent in the chain of followup intents. Format: projects/<Project ID>/agent/intents/<Intent ID>.- Returns:
- builder
-
build
public IntentFollowupIntentInfoArgs build()
-
-