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
- (::Google::Cloud::Dialogflow::V2::Version) — Required. The version to create.
#version=
def version=(value) -> ::Google::Cloud::Dialogflow::V2::Version
Parameter
- value (::Google::Cloud::Dialogflow::V2::Version) — Required. The version to create.
Returns
- (::Google::Cloud::Dialogflow::V2::Version) — Required. The version to create.