DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.count(Number count) |
|
static DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.create(software.constructs.Construct scope,
String id) |
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.description(String description) |
Human readable description for better understanding an intent like its scope, content, result etc.
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.displayName(String displayName) |
The human-readable name of the intent, unique within the agent.
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#id DialogflowCxIntent#id}.
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.isDefaultNegativeIntent(com.hashicorp.cdktf.IResolvable isDefaultNegativeIntent) |
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.isDefaultNegativeIntent(Boolean isDefaultNegativeIntent) |
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.isDefaultWelcomeIntent(com.hashicorp.cdktf.IResolvable isDefaultWelcomeIntent) |
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.isDefaultWelcomeIntent(Boolean isDefaultWelcomeIntent) |
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.isFallback(com.hashicorp.cdktf.IResolvable isFallback) |
Indicates whether this is a fallback intent.
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.isFallback(Boolean isFallback) |
Indicates whether this is a fallback intent.
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.labels(Map<String,String> labels) |
The key/value metadata to label an intent.
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.languageCode(String languageCode) |
The language of the following fields in intent: Intent.training_phrases.parts.text If not specified, the agent's default language is used.
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.parameters(com.hashicorp.cdktf.IResolvable parameters) |
parameters block.
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.parameters(List<? extends DialogflowCxIntentParameters> parameters) |
parameters block.
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.parent(String parent) |
The agent to create an intent for.
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.priority(Number priority) |
The priority of this intent.
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.provisioners(List<? extends Object> provisioners) |
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.timeouts(DialogflowCxIntentTimeouts timeouts) |
timeouts block.
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.trainingPhrases(com.hashicorp.cdktf.IResolvable trainingPhrases) |
training_phrases block.
|
DialogflowCxIntent.Builder |
DialogflowCxIntent.Builder.trainingPhrases(List<? extends DialogflowCxIntentTrainingPhrases> trainingPhrases) |
training_phrases block.
|