Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Fulfillment::SetParameterAction.
Setting a parameter value.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parameter
def parameter() -> ::String
Returns
- (::String) — Display name of the parameter.
#parameter=
def parameter=(value) -> ::String
Parameter
- value (::String) — Display name of the parameter.
Returns
- (::String) — Display name of the parameter.
#value
def value() -> ::Google::Protobuf::Value
Returns
- (::Google::Protobuf::Value) — The new value of the parameter. A null value clears the parameter.
#value=
def value=(value) -> ::Google::Protobuf::Value
Parameter
- value (::Google::Protobuf::Value) — The new value of the parameter. A null value clears the parameter.
Returns
- (::Google::Protobuf::Value) — The new value of the parameter. A null value clears the parameter.