Class DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_test_case.DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText>
- Enclosing interface:
- DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText
@Stability(Stable) public static final class DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputTextbuild()Builds the configured instance.DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText.Buildertext(String text)
-
-
-
Method Detail
-
text
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText.Builder text(String text)
- Parameters:
text- The natural language text to be processed. Text length must not exceed 256 characters. 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#text DialogflowCxTestCase#text}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText>- Returns:
- a new instance of
DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText - Throws:
NullPointerException- if any required attribute was not provided
-
-