DialogflowIntent.Builder |
DialogflowIntent.Builder.action(String action) |
The name of the action associated with the intent.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.count(Number count) |
|
static DialogflowIntent.Builder |
DialogflowIntent.Builder.create(software.constructs.Construct scope,
String id) |
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.defaultResponsePlatforms(List<String> defaultResponsePlatforms) |
The list of platforms for which the first responses will be copied from the messages in PLATFORM_UNSPECIFIED (i.e.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.displayName(String displayName) |
The name of this intent to be displayed on the console.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.events(List<String> events) |
The collection of event names that trigger the intent.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_intent#id DialogflowIntent#id}.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.inputContextNames(List<String> inputContextNames) |
The list of context names required for this intent to be triggered.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.isFallback(com.hashicorp.cdktf.IResolvable isFallback) |
Indicates whether this is a fallback intent.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.isFallback(Boolean isFallback) |
Indicates whether this is a fallback intent.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.mlDisabled(com.hashicorp.cdktf.IResolvable mlDisabled) |
Indicates whether Machine Learning is disabled for the intent.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.mlDisabled(Boolean mlDisabled) |
Indicates whether Machine Learning is disabled for the intent.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.parentFollowupIntentName(String parentFollowupIntentName) |
The unique identifier of the parent intent in the chain of followup intents.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.priority(Number priority) |
The priority of this intent.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_intent#project DialogflowIntent#project}.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.provisioners(List<? extends Object> provisioners) |
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.resetContexts(com.hashicorp.cdktf.IResolvable resetContexts) |
Indicates whether to delete all contexts in the current session when this intent is matched.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.resetContexts(Boolean resetContexts) |
Indicates whether to delete all contexts in the current session when this intent is matched.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.timeouts(DialogflowIntentTimeouts timeouts) |
timeouts block.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.webhookState(String webhookState) |
Indicates whether webhooks are enabled for the intent.
|