Class Definition (0.8.0)

Definition(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Definition of the experiment. Attributes: condition (str): The condition defines which subset of sessions are selected for this experiment. If not specified, all sessions are eligible. E.g. "query_input.language_code=en" See the conditions reference <https://cloud.google.com/dialogflow/cx/docs/reference/condition>__. version_variants (google.cloud.dialogflowcx_v3.types.VersionVariants): The flow versions as the variants of this experiment.

Inheritance

builtins.object > proto.message.Message > Definition