View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig (google_api_dialogflow v0.74.0)

The configuration for continuous tests.

Attributes

  • enableContinuousRun (type: boolean(), default: nil) - Whether to run test cases in TestCasesConfig.test_cases periodically. Default false. If set to true, run once a day.
  • enablePredeploymentRun (type: boolean(), default: nil) - Whether to run test cases in TestCasesConfig.test_cases before deploying a flow version to the environment. Default false.
  • testCases (type: list(String.t), default: nil) - A list of test case names to run. They should be under the same agent. Format of each test case name: projects//locations/ /agents//testCases/

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig{
    enableContinuousRun: boolean() | nil,
    enablePredeploymentRun: boolean() | nil,
    testCases: [String.t()] | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.