Class: Google::Cloud::Dialogflow::CX::V3::CreateVersionOperationMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/version.rb

Overview

Metadata associated with the long running operation for Versions.CreateVersion.

Instance Attribute Summary collapse

Instance Attribute Details

#version::String

Returns Name of the created version. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.

Returns:

  • (::String)

    Name of the created version. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.



32
33
34
35
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 32

class CreateVersionOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end