Class DialogflowCxPage
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformResource
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_page.DialogflowCxPage
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.ITerraformAddressable,com.hashicorp.cdktf.ITerraformDependable,com.hashicorp.cdktf.ITerraformResource,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.959Z") @Stability(Stable) public class DialogflowCxPage extends com.hashicorp.cdktf.TerraformResource
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page google_dialogflow_cx_page}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDialogflowCxPage.BuilderA fluent builder forDialogflowCxPage.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Field Summary
Fields Modifier and Type Field Description static StringTF_RESOURCE_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedDialogflowCxPage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDialogflowCxPage(software.amazon.jsii.JsiiObjectRef objRef)DialogflowCxPage(software.constructs.Construct scope, String id, DialogflowCxPageConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page google_dialogflow_cx_page} Resource.
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.TerraformResource
addMoveTarget, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getConnection, getCount, getDependsOn, getForEach, getLifecycle, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getProvider, getProvisioners, getStringAttribute, getStringMapAttribute, getTerraformGeneratorMetadata, getTerraformMetaArguments, getTerraformResourceType, hasResourceMove, importFrom, importFrom, interpolationForAttribute, isTerraformResource, moveFromId, moveTo, moveTo, moveToId, setConnection, setConnection, setCount, setCount, setDependsOn, setForEach, setLifecycle, setProvider, setProvisioners, toHclTerraform, toMetadata, toTerraform
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Field Detail
-
TF_RESOURCE_TYPE
@Stability(Stable) public static final String TF_RESOURCE_TYPE
-
-
Constructor Detail
-
DialogflowCxPage
protected DialogflowCxPage(software.amazon.jsii.JsiiObjectRef objRef)
-
DialogflowCxPage
protected DialogflowCxPage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DialogflowCxPage
@Stability(Stable) public DialogflowCxPage(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull DialogflowCxPageConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page google_dialogflow_cx_page} Resource.- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.config- This parameter is required.
-
-
Method Detail
-
generateConfigForImport
@Stability(Stable) @NotNull public static com.hashicorp.cdktf.ImportableResource generateConfigForImport(@NotNull software.constructs.Construct scope, @NotNull String importToId, @NotNull String importFromId, @Nullable com.hashicorp.cdktf.TerraformProvider provider)Generates CDKTF code for importing a DialogflowCxPage resource upon running "cdktf plan". - Parameters:
scope- The scope in which to define this construct. This parameter is required.importToId- The construct id used in the generated config for the DialogflowCxPage to import. This parameter is required.importFromId- The id of the existing DialogflowCxPage that should be imported. This parameter is required.provider- ? Optional instance of the provider where the DialogflowCxPage to import is found.
-
generateConfigForImport
@Stability(Stable) @NotNull public static com.hashicorp.cdktf.ImportableResource generateConfigForImport(@NotNull software.constructs.Construct scope, @NotNull String importToId, @NotNull String importFromId)Generates CDKTF code for importing a DialogflowCxPage resource upon running "cdktf plan". - Parameters:
scope- The scope in which to define this construct. This parameter is required.importToId- The construct id used in the generated config for the DialogflowCxPage to import. This parameter is required.importFromId- The id of the existing DialogflowCxPage that should be imported. This parameter is required.
-
putAdvancedSettings
@Stability(Stable) public void putAdvancedSettings(@NotNull DialogflowCxPageAdvancedSettings value)- Parameters:
value- This parameter is required.
-
putEntryFulfillment
@Stability(Stable) public void putEntryFulfillment(@NotNull DialogflowCxPageEntryFulfillment value)- Parameters:
value- This parameter is required.
-
putEventHandlers
@Stability(Stable) public void putEventHandlers(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putForm
@Stability(Stable) public void putForm(@NotNull DialogflowCxPageForm value)- Parameters:
value- This parameter is required.
-
putTimeouts
@Stability(Stable) public void putTimeouts(@NotNull DialogflowCxPageTimeouts value)- Parameters:
value- This parameter is required.
-
putTransitionRoutes
@Stability(Stable) public void putTransitionRoutes(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetAdvancedSettings
@Stability(Stable) public void resetAdvancedSettings()
-
resetEntryFulfillment
@Stability(Stable) public void resetEntryFulfillment()
-
resetEventHandlers
@Stability(Stable) public void resetEventHandlers()
-
resetForm
@Stability(Stable) public void resetForm()
-
resetId
@Stability(Stable) public void resetId()
-
resetLanguageCode
@Stability(Stable) public void resetLanguageCode()
-
resetParent
@Stability(Stable) public void resetParent()
-
resetTimeouts
@Stability(Stable) public void resetTimeouts()
-
resetTransitionRouteGroups
@Stability(Stable) public void resetTransitionRouteGroups()
-
resetTransitionRoutes
@Stability(Stable) public void resetTransitionRoutes()
-
synthesizeAttributes
@Stability(Stable) @NotNull protected Map<String,Object> synthesizeAttributes()
- Overrides:
synthesizeAttributesin classcom.hashicorp.cdktf.TerraformResource
-
synthesizeHclAttributes
@Stability(Stable) @NotNull protected Map<String,Object> synthesizeHclAttributes()
- Overrides:
synthesizeHclAttributesin classcom.hashicorp.cdktf.TerraformResource
-
getAdvancedSettings
@Stability(Stable) @NotNull public DialogflowCxPageAdvancedSettingsOutputReference getAdvancedSettings()
-
getEntryFulfillment
@Stability(Stable) @NotNull public DialogflowCxPageEntryFulfillmentOutputReference getEntryFulfillment()
-
getEventHandlers
@Stability(Stable) @NotNull public DialogflowCxPageEventHandlersList getEventHandlers()
-
getForm
@Stability(Stable) @NotNull public DialogflowCxPageFormOutputReference getForm()
-
getName
@Stability(Stable) @NotNull public String getName()
-
getTimeouts
@Stability(Stable) @NotNull public DialogflowCxPageTimeoutsOutputReference getTimeouts()
-
getTransitionRoutes
@Stability(Stable) @NotNull public DialogflowCxPageTransitionRoutesList getTransitionRoutes()
-
getAdvancedSettingsInput
@Stability(Stable) @Nullable public DialogflowCxPageAdvancedSettings getAdvancedSettingsInput()
-
getDisplayNameInput
@Stability(Stable) @Nullable public String getDisplayNameInput()
-
getEntryFulfillmentInput
@Stability(Stable) @Nullable public DialogflowCxPageEntryFulfillment getEntryFulfillmentInput()
-
getEventHandlersInput
@Stability(Stable) @Nullable public Object getEventHandlersInput()
-
getFormInput
@Stability(Stable) @Nullable public DialogflowCxPageForm getFormInput()
-
getIdInput
@Stability(Stable) @Nullable public String getIdInput()
-
getLanguageCodeInput
@Stability(Stable) @Nullable public String getLanguageCodeInput()
-
getParentInput
@Stability(Stable) @Nullable public String getParentInput()
-
getTimeoutsInput
@Stability(Stable) @Nullable public Object getTimeoutsInput()
-
getTransitionRouteGroupsInput
@Stability(Stable) @Nullable public List<String> getTransitionRouteGroupsInput()
-
getTransitionRoutesInput
@Stability(Stable) @Nullable public Object getTransitionRoutesInput()
-
getDisplayName
@Stability(Stable) @NotNull public String getDisplayName()
-
setDisplayName
@Stability(Stable) public void setDisplayName(@NotNull String value)
-
getId
@Stability(Stable) @NotNull public String getId()
-
setId
@Stability(Stable) public void setId(@NotNull String value)
-
getLanguageCode
@Stability(Stable) @NotNull public String getLanguageCode()
-
setLanguageCode
@Stability(Stable) public void setLanguageCode(@NotNull String value)
-
getParent
@Stability(Stable) @NotNull public String getParent()
-
setParent
@Stability(Stable) public void setParent(@NotNull String value)
-
-