View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3TestConfig (google_api_dialogflow v0.77.0)

Represents configurations for a test case.

Attributes

  • flow (type: String.t, default: nil) - Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
  • page (type: String.t, default: nil) - The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
  • trackingParameters (type: list(String.t), default: nil) - Session parameters to be compared when calculating differences.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3TestConfig{
  flow: String.t() | nil,
  page: String.t() | nil,
  trackingParameters: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.