Class: Google::Cloud::Dialogflow::CX::V3::GetVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::GetVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/version.rb
Overview
The request message for Versions.GetVersion.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Version.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/versions/<Version ID>
.
122 123 124 125 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 122 class GetVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |