Class DialogflowCxTestCaseTestCaseConversationTurns.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_test_case.DialogflowCxTestCaseTestCaseConversationTurns.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurns>
- Enclosing interface:
- DialogflowCxTestCaseTestCaseConversationTurns
@Stability(Stable) public static final class DialogflowCxTestCaseTestCaseConversationTurns.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurns>
A builder forDialogflowCxTestCaseTestCaseConversationTurns
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxTestCaseTestCaseConversationTurnsbuild()Builds the configured instance.DialogflowCxTestCaseTestCaseConversationTurns.BuilderuserInput(DialogflowCxTestCaseTestCaseConversationTurnsUserInput userInput)Sets the value ofDialogflowCxTestCaseTestCaseConversationTurns.getUserInput()DialogflowCxTestCaseTestCaseConversationTurns.BuildervirtualAgentOutput(DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutput virtualAgentOutput)Sets the value ofDialogflowCxTestCaseTestCaseConversationTurns.getVirtualAgentOutput()
-
-
-
Method Detail
-
userInput
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurns.Builder userInput(DialogflowCxTestCaseTestCaseConversationTurnsUserInput userInput)
Sets the value ofDialogflowCxTestCaseTestCaseConversationTurns.getUserInput()- Parameters:
userInput- user_input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#user_input DialogflowCxTestCase#user_input}- Returns:
this
-
virtualAgentOutput
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurns.Builder virtualAgentOutput(DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutput virtualAgentOutput)
Sets the value ofDialogflowCxTestCaseTestCaseConversationTurns.getVirtualAgentOutput()- Parameters:
virtualAgentOutput- virtual_agent_output block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#virtual_agent_output DialogflowCxTestCase#virtual_agent_output}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurns build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurns>- Returns:
- a new instance of
DialogflowCxTestCaseTestCaseConversationTurns - Throws:
NullPointerException- if any required attribute was not provided
-
-