Package com.pulumi.gcp.diagflow.inputs
Class IntentFollowupIntentInfoArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.diagflow.inputs.IntentFollowupIntentInfoArgs
-
public final class IntentFollowupIntentInfoArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IntentFollowupIntentInfoArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static IntentFollowupIntentInfoArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntentFollowupIntentInfoArgs.Builder
builder()
static IntentFollowupIntentInfoArgs.Builder
builder(IntentFollowupIntentInfoArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
followupIntentName()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
parentFollowupIntentName()
-
-
-
Field Detail
-
Empty
public static final IntentFollowupIntentInfoArgs Empty
-
-
Method Detail
-
followupIntentName
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> followupIntentName()
- Returns:
- The unique identifier of the followup intent. Format: projects/<Project ID>/agent/intents/<Intent ID>.
-
parentFollowupIntentName
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> parentFollowupIntentName()
- Returns:
- The unique identifier of the parent intent in the chain of followup intents. Format: projects/<Project ID>/agent/intents/<Intent ID>.
-
builder
public static IntentFollowupIntentInfoArgs.Builder builder()
-
builder
public static IntentFollowupIntentInfoArgs.Builder builder(IntentFollowupIntentInfoArgs defaults)
-
-