Class Google::Cloud::Dialogflow::CX::V3::UpdateVersionRequest (v0.4.0)

The request message for Versions.UpdateVersion.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Required. The mask to control which fields get updated. Currently only description and display_name can be updated.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Required. The mask to control which fields get updated. Currently only description and display_name can be updated.
Returns
  • (::Google::Protobuf::FieldMask) — Required. The mask to control which fields get updated. Currently only description and display_name can be updated.

#version

def version() -> ::Google::Cloud::Dialogflow::CX::V3::Version
Returns

#version=

def version=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Version
Parameter
Returns