Class DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_test_case.DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput
@Stability(Stable) @Internal public static final class DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput
An implementation forDialogflowCxTestCaseTestCaseConversationTurnsUserInputInput
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dialogflow_cx_test_case.DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput
DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builder, DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmfgetDtmf()dtmf block.DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputEventgetEvent()event block.StringgetLanguageCode()The language of the input.DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputTextgetText()text block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxTestCaseTestCaseConversationTurnsUserInputInput.Builder.
-
-
Method Detail
-
getDtmf
public final DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputDtmf getDtmf()
Description copied from interface:DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputdtmf 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}
- Specified by:
getDtmfin interfaceDialogflowCxTestCaseTestCaseConversationTurnsUserInputInput
-
getEvent
public final DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputEvent getEvent()
Description copied from interface:DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputevent 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}
- Specified by:
getEventin interfaceDialogflowCxTestCaseTestCaseConversationTurnsUserInputInput
-
getLanguageCode
public final String getLanguageCode()
Description copied from interface:DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputThe 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}
- Specified by:
getLanguageCodein interfaceDialogflowCxTestCaseTestCaseConversationTurnsUserInputInput
-
getText
public final DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputText getText()
Description copied from interface:DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputtext 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}
- Specified by:
getTextin interfaceDialogflowCxTestCaseTestCaseConversationTurnsUserInputInput
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-