Class DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPage.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_test_case.DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPage.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPage>
- Enclosing interface:
- DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPage
@Stability(Stable) public static final class DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPage.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPage>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPagebuild()Builds the configured instance.DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPage.Buildername(String name)
-
-
-
Method Detail
-
name
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPage.Builder name(String name)
Sets the value ofDialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPage.getName()- Parameters:
name- The unique identifier of the page. Format: projects//locations/ /agents/ /flows/ /pages/ . Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#name DialogflowCxTestCase#name} - Returns:
this
-
build
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPage build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPage>- Returns:
- a new instance of
DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPage - Throws:
NullPointerException- if any required attribute was not provided
-
-