Class: Google::Cloud::Dialogflow::V2::UpdateGeneratorRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/generator.rb

Overview

Request of UpdateGenerator.

Instance Attribute Summary collapse

Instance Attribute Details

#generator::Google::Cloud::Dialogflow::V2::Generator

Returns Required. The generator to update. The name field of generator is to identify the generator to update.

Returns:



107
108
109
110
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 107

class UpdateGeneratorRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Optional. The list of fields to update.

Returns:



107
108
109
110
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 107

class UpdateGeneratorRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end