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

Version variant and associated metrics.

Attributes

  • metrics (type: list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultMetric.t), default: nil) - The metrics and corresponding confidence intervals in the inference result.
  • sessionCount (type: integer(), default: nil) - Number of sessions that were allocated to this version.
  • version (type: String.t, default: nil) - The name of the flow Version. Format: projects//locations//agents//flows//versions/.

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.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics{
    metrics:
      [
        GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultMetric.t()
      ]
      | nil,
    sessionCount: integer() | nil,
    version: String.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.