Class DialogflowCxEntityTypeExcludedPhrases.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_entity_type.DialogflowCxEntityTypeExcludedPhrases.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxEntityTypeExcludedPhrases>
- Enclosing interface:
- DialogflowCxEntityTypeExcludedPhrases
@Stability(Stable) public static final class DialogflowCxEntityTypeExcludedPhrases.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxEntityTypeExcludedPhrases>
A builder forDialogflowCxEntityTypeExcludedPhrases
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxEntityTypeExcludedPhrasesbuild()Builds the configured instance.DialogflowCxEntityTypeExcludedPhrases.Buildervalue(String value)Sets the value ofDialogflowCxEntityTypeExcludedPhrases.getValue()
-
-
-
Method Detail
-
value
@Stability(Stable) public DialogflowCxEntityTypeExcludedPhrases.Builder value(String value)
Sets the value ofDialogflowCxEntityTypeExcludedPhrases.getValue()- Parameters:
value- The word or phrase to be excluded. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_entity_type#value DialogflowCxEntityType#value}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxEntityTypeExcludedPhrases build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxEntityTypeExcludedPhrases>- Returns:
- a new instance of
DialogflowCxEntityTypeExcludedPhrases - Throws:
NullPointerException- if any required attribute was not provided
-
-