Class: Google::Cloud::Dialogflow::CX::V3::Experiment::Definition

Inherits:
Object
  • Object
show all
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

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.

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.



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.

Returns:



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