Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::Experiment::Definition (v0.7.1)

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

#version_variants=

def version_variants=(value) -> ::Google::Cloud::Dialogflow::CX::V3::VersionVariants
Parameter
Returns