Class DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntent.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_test_case.DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntent.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntent>
- Enclosing interface:
- DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntent
@Stability(Stable) public static final class DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntent.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntent>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntentbuild()Builds the configured instance.DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntent.Buildername(String name)
-
-
-
Method Detail
-
name
@Stability(Stable) public DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntent.Builder name(String name)
Sets the value ofDialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntent.getName()- Parameters:
name- The unique identifier of the intent. Format: projects//locations/ /agents/ /intents/ . 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 DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntent build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntent>- Returns:
- a new instance of
DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntent - Throws:
NullPointerException- if any required attribute was not provided
-
-