View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig (google_api_dialogflow v0.78.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/

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.