Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Experiment::Definition.
Definition of the experiment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#condition
def condition() -> ::String
    Returns
    
  - (::String) — 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.
#condition=
def condition=(value) -> ::String
    Parameter
    
  - value (::String) — 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.
    Returns
    
  - (::String) — 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.
#version_variants
def version_variants() -> ::Google::Cloud::Dialogflow::CX::V3::VersionVariants
    Returns
    
  - (::Google::Cloud::Dialogflow::CX::V3::VersionVariants) — The flow versions as the variants of this experiment.
#version_variants=
def version_variants=(value) -> ::Google::Cloud::Dialogflow::CX::V3::VersionVariants
    Parameter
    
  - value (::Google::Cloud::Dialogflow::CX::V3::VersionVariants) — The flow versions as the variants of this experiment.
    Returns
    
- (::Google::Cloud::Dialogflow::CX::V3::VersionVariants) — The flow versions as the variants of this experiment.