Class DialogflowCxTestCaseTestCaseConversationTurnsUserInput.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_test_case.DialogflowCxTestCaseTestCaseConversationTurnsUserInput.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxTestCaseTestCaseConversationTurnsUserInput,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxTestCaseTestCaseConversationTurnsUserInput
@Stability(Stable) @Internal public static final class DialogflowCxTestCaseTestCaseConversationTurnsUserInput.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxTestCaseTestCaseConversationTurnsUserInput
An implementation forDialogflowCxTestCaseTestCaseConversationTurnsUserInput
-
-
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.DialogflowCxTestCaseTestCaseConversationTurnsUserInput
DialogflowCxTestCaseTestCaseConversationTurnsUserInput.Builder, DialogflowCxTestCaseTestCaseConversationTurnsUserInput.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxTestCaseTestCaseConversationTurnsUserInput.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxTestCaseTestCaseConversationTurnsUserInput.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)ObjectgetEnableSentimentAnalysis()Whether sentiment analysis is enabled.StringgetInjectedParameters()Parameters that need to be injected into the conversation during intent detection.DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputgetInput()input block.ObjectgetIsWebhookEnabled()If webhooks should be allowed to trigger in response to the user utterance.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(DialogflowCxTestCaseTestCaseConversationTurnsUserInput.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxTestCaseTestCaseConversationTurnsUserInput.Builder.
-
-
Method Detail
-
getEnableSentimentAnalysis
public final Object getEnableSentimentAnalysis()
Description copied from interface:DialogflowCxTestCaseTestCaseConversationTurnsUserInputWhether sentiment analysis is enabled.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#enable_sentiment_analysis DialogflowCxTestCase#enable_sentiment_analysis}
- Specified by:
getEnableSentimentAnalysisin interfaceDialogflowCxTestCaseTestCaseConversationTurnsUserInput
-
getInjectedParameters
public final String getInjectedParameters()
Description copied from interface:DialogflowCxTestCaseTestCaseConversationTurnsUserInputParameters that need to be injected into the conversation during intent detection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#injected_parameters DialogflowCxTestCase#injected_parameters}
- Specified by:
getInjectedParametersin interfaceDialogflowCxTestCaseTestCaseConversationTurnsUserInput
-
getInput
public final DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput getInput()
Description copied from interface:DialogflowCxTestCaseTestCaseConversationTurnsUserInputinput block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#input DialogflowCxTestCase#input}
- Specified by:
getInputin interfaceDialogflowCxTestCaseTestCaseConversationTurnsUserInput
-
getIsWebhookEnabled
public final Object getIsWebhookEnabled()
Description copied from interface:DialogflowCxTestCaseTestCaseConversationTurnsUserInputIf webhooks should be allowed to trigger in response to the user utterance.Often if parameters are injected, webhooks should not be enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#is_webhook_enabled DialogflowCxTestCase#is_webhook_enabled}
- Specified by:
getIsWebhookEnabledin interfaceDialogflowCxTestCaseTestCaseConversationTurnsUserInput
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-