Interface DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutput
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutput.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.016Z") @Stability(Stable) public interface DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutput extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutput.Builderstatic classDialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutput.Jsii$ProxyAn implementation forDialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutput
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutput.Builderbuilder()default DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPagegetCurrentPage()current_page block.default StringgetSessionParameters()The session parameters available to the bot at this point.default ObjectgetTextResponses()text_responses block.default DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntentgetTriggeredIntent()triggered_intent block.
-
-
-
Method Detail
-
getCurrentPage
@Stability(Stable) @Nullable default DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputCurrentPage getCurrentPage()
current_page block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#current_page DialogflowCxTestCase#current_page}
-
getSessionParameters
@Stability(Stable) @Nullable default String getSessionParameters()
The session parameters available to the bot at this point.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#session_parameters DialogflowCxTestCase#session_parameters}
-
getTextResponses
@Stability(Stable) @Nullable default Object getTextResponses()
text_responses block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#text_responses DialogflowCxTestCase#text_responses}
-
getTriggeredIntent
@Stability(Stable) @Nullable default DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutputTriggeredIntent getTriggeredIntent()
triggered_intent block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#triggered_intent DialogflowCxTestCase#triggered_intent}
-
builder
@Stability(Stable) static DialogflowCxTestCaseTestCaseConversationTurnsVirtualAgentOutput.Builder builder()
-
-