Class DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_test_case.DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf>
- Enclosing interface:
- DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf
@Stability(Stable) public static final class DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmfbuild()Builds the configured instance.DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf.Builderdigits(String digits)DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf.BuilderfinishDigit(String finishDigit)
-
-
-
Method Detail
-
digits
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf.Builder digits(String digits)
- Parameters:
digits- The dtmf digits. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#digits DialogflowCxTestCase#digits}- Returns:
this
-
finishDigit
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf.Builder finishDigit(String finishDigit)
- Parameters:
finishDigit- The finish digit (if any). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#finish_digit DialogflowCxTestCase#finish_digit}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf>- Returns:
- a new instance of
DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf - Throws:
NullPointerException- if any required attribute was not provided
-
-