Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::CreateVersionRequest (v0.15.2)

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

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 agent to create a version for. Supported formats:

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

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) —

    Required. The agent to create a version for. Supported formats:

    • projects/<Project ID>/agent
    • projects/<Project ID>/locations/<Location ID>/agent
Returns
  • (::String) —

    Required. The agent to create a version for. Supported formats:

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

#version

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

#version=

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