Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::UpdateVersionRequest (v0.18.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::UpdateVersionRequest.

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

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns

#version

def version() -> ::Google::Cloud::Dialogflow::V2::Version
Returns
  • (::Google::Cloud::Dialogflow::V2::Version) —

    Required. The version to update. Supported formats:

    • projects/<Project ID>/agent/versions/<Version ID>
    • projects/<Project ID>/locations/<Location ID>/agent/versions/<Version ID>

#version=

def version=(value) -> ::Google::Cloud::Dialogflow::V2::Version
Parameter
  • value (::Google::Cloud::Dialogflow::V2::Version) —

    Required. The version to update. Supported formats:

    • projects/<Project ID>/agent/versions/<Version ID>
    • projects/<Project ID>/locations/<Location ID>/agent/versions/<Version ID>
Returns
  • (::Google::Cloud::Dialogflow::V2::Version) —

    Required. The version to update. Supported formats:

    • projects/<Project ID>/agent/versions/<Version ID>
    • projects/<Project ID>/locations/<Location ID>/agent/versions/<Version ID>