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.
134 135 136 137 |
# File 'proto_docs/google/cloud/dialogflow/v2/context.rb', line 134 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.
134 135 136 137 |
# File 'proto_docs/google/cloud/dialogflow/v2/context.rb', line 134 class UpdateContextRequest include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |