Class: Google::Cloud::Ces::V1beta::Evaluation::Scenario::UserFact

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/evaluation.rb

Overview

Facts about the user as a key value pair.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the user fact.

Returns:

  • (::String)

    Required. The name of the user fact.



392
393
394
395
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 392

class UserFact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::String

Returns Required. The value of the user fact.

Returns:

  • (::String)

    Required. The value of the user fact.



392
393
394
395
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 392

class UserFact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end