Class: Google::Cloud::Dialogflow::CX::V3::Fulfillment::SetParameterAction

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/fulfillment.rb

Overview

Setting a parameter value.

Instance Attribute Summary collapse

Instance Attribute Details

#parameter::String

Returns Display name of the parameter.

Returns:

  • (::String)

    Display name of the parameter.



96
97
98
99
# File 'proto_docs/google/cloud/dialogflow/cx/v3/fulfillment.rb', line 96

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

#value::Google::Protobuf::Value

Returns The new value of the parameter. A null value clears the parameter.

Returns:



96
97
98
99
# File 'proto_docs/google/cloud/dialogflow/cx/v3/fulfillment.rb', line 96

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