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