Interface DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.015Z") @Stability(Stable) public interface DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf.Builderstatic classDialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf.Jsii$ProxyAn implementation forDialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf.Builderbuilder()default StringgetDigits()The dtmf digits.default StringgetFinishDigit()The finish digit (if any).
-
-
-
Method Detail
-
getDigits
@Stability(Stable) @Nullable default String getDigits()
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}
-
getFinishDigit
@Stability(Stable) @Nullable default String getFinishDigit()
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}
-
builder
@Stability(Stable) static DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf.Builder builder()
-
-