GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics (google_api_dialogflow v0.72.0) View Source
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
Unwrap a decoded JSON object into its complex fields.