Class: Google::Cloud::Dialogflow::V2::UpdateContextRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::UpdateContextRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/context.rb
Overview
The request message for Contexts.UpdateContext.
Instance Attribute Summary collapse
-
#context ⇒ ::Google::Cloud::Dialogflow::V2::Context
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#context ⇒ ::Google::Cloud::Dialogflow::V2::Context
Returns Required. The context to update.
163 164 165 166 |
# File 'proto_docs/google/cloud/dialogflow/v2/context.rb', line 163 class UpdateContextRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The mask to control which fields get updated.
163 164 165 166 |
# File 'proto_docs/google/cloud/dialogflow/v2/context.rb', line 163 class UpdateContextRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |