Class: Google::Cloud::Dialogflow::CX::V3::Fulfillment::SetParameterAction
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Fulfillment::SetParameterAction
- 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
-
#parameter ⇒ ::String
Display name of the parameter.
-
#value ⇒ ::Google::Protobuf::Value
The new value of the parameter.
Instance Attribute Details
#parameter ⇒ ::String
Returns 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.
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 |