Class DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_test_case.DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput>
- Enclosing interface:
- DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput
@Stability(Stable) public static final class DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
dtmf
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builder dtmf(DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf dtmf)
Sets the value ofDialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.getDtmf()- Parameters:
dtmf- dtmf block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#dtmf DialogflowCxTestCase#dtmf}- Returns:
this
-
event
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builder event(DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputEvent event)
Sets the value ofDialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.getEvent()- Parameters:
event- event block. 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
-
languageCode
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builder languageCode(String languageCode)
- Parameters:
languageCode- The language of the input. See [Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language) for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#language_code DialogflowCxTestCase#language_code}- Returns:
this
-
text
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builder text(DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText text)
Sets the value ofDialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.getText()- Parameters:
text- text block. 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 DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput>- Returns:
- a new instance of
DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput - Throws:
NullPointerException- if any required attribute was not provided
-
-