Interface DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.016Z") @Stability(Stable) public interface DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText.Builderstatic classDialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText.Jsii$ProxyAn implementation forDialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText.Builderbuilder()StringgetText()The natural language text to be processed.
-
-
-
Method Detail
-
getText
@Stability(Stable) @NotNull String getText()
The natural language text to be processed. Text length must not exceed 256 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#text DialogflowCxTestCase#text}
-
builder
@Stability(Stable) static DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText.Builder builder()
-
-