GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics (google_api_dialogflow v0.89.0)
View SourceVersion 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/.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics{ metrics: [ GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultMetric.t() ] | nil, sessionCount: integer() | nil, version: String.t() | nil }