DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.advancedSettings(DialogflowCxFlowAdvancedSettings advancedSettings) |
advanced_settings block.
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.count(Number count) |
|
static DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.create(software.constructs.Construct scope,
String id) |
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.description(String description) |
The description of the flow.
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.displayName(String displayName) |
The human-readable name of the flow.
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.eventHandlers(com.hashicorp.cdktf.IResolvable eventHandlers) |
event_handlers block.
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.eventHandlers(List<? extends DialogflowCxFlowEventHandlers> eventHandlers) |
event_handlers block.
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#id DialogflowCxFlow#id}.
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.isDefaultStartFlow(com.hashicorp.cdktf.IResolvable isDefaultStartFlow) |
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.isDefaultStartFlow(Boolean isDefaultStartFlow) |
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.languageCode(String languageCode) |
The language of the following fields in flow: Flow.event_handlers.trigger_fulfillment.messages Flow.event_handlers.trigger_fulfillment.conditional_cases Flow.transition_routes.trigger_fulfillment.messages Flow.transition_routes.trigger_fulfillment.conditional_cases If not specified, the agent's default language is used.
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.nluSettings(DialogflowCxFlowNluSettings nluSettings) |
nlu_settings block.
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.parent(String parent) |
The agent to create a flow for.
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.provisioners(List<? extends Object> provisioners) |
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.timeouts(DialogflowCxFlowTimeouts timeouts) |
timeouts block.
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.transitionRouteGroups(List<String> transitionRouteGroups) |
A flow's transition route group serve two purposes: They are responsible for matching the user's first utterances in the flow.
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.transitionRoutes(com.hashicorp.cdktf.IResolvable transitionRoutes) |
transition_routes block.
|
DialogflowCxFlow.Builder |
DialogflowCxFlow.Builder.transitionRoutes(List<? extends DialogflowCxFlowTransitionRoutes> transitionRoutes) |
transition_routes block.
|