Interface DialogflowCxPageFormParametersFillBehaviorRepromptEventHandlers

    • Method Detail

      • getEvent

        @Stability(Stable)
        @Nullable
        default String getEvent()
        The name of the event to handle.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#event DialogflowCxPage#event}

      • getTargetFlow

        @Stability(Stable)
        @Nullable
        default String getTargetFlow()
        The target flow to transition to. Format: projects//locations//agents//flows/.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#target_flow DialogflowCxPage#target_flow}

      • getTargetPage

        @Stability(Stable)
        @Nullable
        default String getTargetPage()
        The target page to transition to. Format: projects//locations//agents//flows//pages/.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#target_page DialogflowCxPage#target_page}