Class: Google::Cloud::Dialogflow::V2::GcsSources
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GcsSources
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/gcs.rb
Overview
Google Cloud Storage location for the inputs.
Instance Attribute Summary collapse
-
#uris ⇒ ::Array<::String>
Required.
Instance Attribute Details
#uris ⇒ ::Array<::String>
Returns Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
gs://bucket/object-prefix-or-name
Whether a prefix or name is used depends on the use case.
30 31 32 33 |
# File 'proto_docs/google/cloud/dialogflow/v2/gcs.rb', line 30 class GcsSources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |