Class: Google::Cloud::Dialogflow::CX::V3::Experiment::Definition
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Experiment::Definition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb
Overview
Definition of the experiment.
Instance Attribute Summary collapse
-
#condition ⇒ ::String
The condition defines which subset of sessions are selected for this experiment.
-
#version_variants ⇒ ::Google::Cloud::Dialogflow::CX::V3::VersionVariants
The flow versions as the variants of this experiment.
Instance Attribute Details
#condition ⇒ ::String
Returns 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.
98 99 100 101 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 98 class Definition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version_variants ⇒ ::Google::Cloud::Dialogflow::CX::V3::VersionVariants
Returns The flow versions as the variants of this experiment.
98 99 100 101 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 98 class Definition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |