Class: Google::Cloud::Dialogflow::V2::GetVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GetVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/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. Supported formats:
projects/<Project ID>/agent/versions/<Version ID>
projects/<Project ID>/locations/<Location ID>/agent/versions/<Version ID>
.
131 132 133 134 |
# File 'proto_docs/google/cloud/dialogflow/v2/version.rb', line 131 class GetVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |