Class: Google::Cloud::Dialogflow::V2::UpdateContextRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#context::Google::Cloud::Dialogflow::V2::Context

Returns Required. The context to update.

Returns:



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.

Returns:



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