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

The request message for Versions.CreateVersion.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The Flow to create an Version for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The Flow to create an Version for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.
Returns
  • (::String) — Required. The Flow to create an Version for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.

#version

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

#version=

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