Interface DialogflowCxTestCaseTestCaseConversationTurnsUserInput
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxTestCaseTestCaseConversationTurnsUserInput.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.014Z") @Stability(Stable) public interface DialogflowCxTestCaseTestCaseConversationTurnsUserInput extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxTestCaseTestCaseConversationTurnsUserInput.BuilderA builder forDialogflowCxTestCaseTestCaseConversationTurnsUserInputstatic classDialogflowCxTestCaseTestCaseConversationTurnsUserInput.Jsii$ProxyAn implementation forDialogflowCxTestCaseTestCaseConversationTurnsUserInput
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DialogflowCxTestCaseTestCaseConversationTurnsUserInput.Builderbuilder()default ObjectgetEnableSentimentAnalysis()Whether sentiment analysis is enabled.default StringgetInjectedParameters()Parameters that need to be injected into the conversation during intent detection.default DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputgetInput()input block.default ObjectgetIsWebhookEnabled()If webhooks should be allowed to trigger in response to the user utterance.
-
-
-
Method Detail
-
getEnableSentimentAnalysis
@Stability(Stable) @Nullable default Object getEnableSentimentAnalysis()
Whether 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}
-
getInjectedParameters
@Stability(Stable) @Nullable default String getInjectedParameters()
Parameters 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}
-
getInput
@Stability(Stable) @Nullable default DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput getInput()
input 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}
-
getIsWebhookEnabled
@Stability(Stable) @Nullable default Object getIsWebhookEnabled()
If 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}
-
builder
@Stability(Stable) static DialogflowCxTestCaseTestCaseConversationTurnsUserInput.Builder builder()
-
-