DialogflowAgent.Builder |
DialogflowAgent.Builder.apiVersion(String apiVersion) |
API version displayed in Dialogflow console.
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.avatarUri(String avatarUri) |
The URI of the agent's avatar, which are used throughout the Dialogflow console.
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.classificationThreshold(Number classificationThreshold) |
To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold.
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.count(Number count) |
|
static DialogflowAgent.Builder |
DialogflowAgent.Builder.create(software.constructs.Construct scope,
String id) |
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.defaultLanguageCode(String defaultLanguageCode) |
The default language of the agent as a language tag.
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.description(String description) |
The description of this agent.
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.displayName(String displayName) |
The name of this agent.
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.enableLogging(com.hashicorp.cdktf.IResolvable enableLogging) |
Determines whether this agent should log conversation queries.
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.enableLogging(Boolean enableLogging) |
Determines whether this agent should log conversation queries.
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_agent#id DialogflowAgent#id}.
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.matchMode(String matchMode) |
Determines how intents are detected from user queries.
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_agent#project DialogflowAgent#project}.
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.provisioners(List<? extends Object> provisioners) |
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.supportedLanguageCodes(List<String> supportedLanguageCodes) |
The list of all languages supported by this agent (except for the defaultLanguageCode).
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.tier(String tier) |
The agent tier.
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.timeouts(DialogflowAgentTimeouts timeouts) |
timeouts block.
|
DialogflowAgent.Builder |
DialogflowAgent.Builder.timeZone(String timeZone) |
The time zone of this agent from the time zone database, e.g., America/New_York, Europe/Paris.
|