Interface DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.015Z") @Stability(Stable) public interface DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builderstatic classDialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Jsii$ProxyAn implementation forDialogflowCxTestCaseTestCaseConversationTurnsUserInputInput
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builderbuilder()default DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmfgetDtmf()dtmf block.default DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputEventgetEvent()event block.default StringgetLanguageCode()The language of the input.default DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputTextgetText()text block.
-
-
-
Method Detail
-
getDtmf
@Stability(Stable) @Nullable default DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf getDtmf()
dtmf block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#dtmf DialogflowCxTestCase#dtmf}
-
getEvent
@Stability(Stable) @Nullable default DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputEvent getEvent()
event block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#event DialogflowCxTestCase#event}
-
getLanguageCode
@Stability(Stable) @Nullable default String getLanguageCode()
The language of the input.See [Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language) for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#language_code DialogflowCxTestCase#language_code}
-
getText
@Stability(Stable) @Nullable default DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText getText()
text block.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 DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builder builder()
-
-