Interface DialogflowCxTestCaseConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DialogflowCxTestCaseConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.005Z") @Stability(Stable) public interface DialogflowCxTestCaseConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxTestCaseConfig.BuilderA builder forDialogflowCxTestCaseConfigstatic classDialogflowCxTestCaseConfig.Jsii$ProxyAn implementation forDialogflowCxTestCaseConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DialogflowCxTestCaseConfig.Builderbuilder()StringgetDisplayName()The human-readable name of the test case, unique within the agent.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#id DialogflowCxTestCase#id}.default StringgetNotes()Additional freeform notes about the test case.default StringgetParent()The agent to create the test case for.default List<String>getTags()Tags are short descriptions that users may apply to test cases for organizational and filtering purposes.default ObjectgetTestCaseConversationTurns()test_case_conversation_turns block.default DialogflowCxTestCaseTestConfiggetTestConfig()test_config block.default DialogflowCxTestCaseTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
The human-readable name of the test case, unique within the agent. Limit of 200 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#display_name DialogflowCxTestCase#display_name}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#id DialogflowCxTestCase#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getNotes
@Stability(Stable) @Nullable default String getNotes()
Additional freeform notes about the test case. Limit of 400 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#notes DialogflowCxTestCase#notes}
-
getParent
@Stability(Stable) @Nullable default String getParent()
The agent to create the test case for. Format: projects//locations/ /agents/ . Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#parent DialogflowCxTestCase#parent}
-
getTags
@Stability(Stable) @Nullable default List<String> getTags()
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes.Each tag should start with "#" and has a limit of 30 characters Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#tags DialogflowCxTestCase#tags}
-
getTestCaseConversationTurns
@Stability(Stable) @Nullable default Object getTestCaseConversationTurns()
test_case_conversation_turns block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#test_case_conversation_turns DialogflowCxTestCase#test_case_conversation_turns}
-
getTestConfig
@Stability(Stable) @Nullable default DialogflowCxTestCaseTestConfig getTestConfig()
test_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#test_config DialogflowCxTestCase#test_config}
-
getTimeouts
@Stability(Stable) @Nullable default DialogflowCxTestCaseTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#timeouts DialogflowCxTestCase#timeouts}
-
builder
@Stability(Stable) static DialogflowCxTestCaseConfig.Builder builder()
- Returns:
- a
DialogflowCxTestCaseConfig.BuilderofDialogflowCxTestCaseConfig
-
-