Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#gcs_source ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2GcsSources
Corresponds to the JSON property
gcsSource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2InputConfig
constructor
A new instance of GoogleCloudDialogflowV2InputConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2InputConfig
Returns a new instance of GoogleCloudDialogflowV2InputConfig.
11831 11832 11833 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11831 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_source ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2GcsSources
Corresponds to the JSON property gcsSource
11829 11830 11831 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11829 def gcs_source @gcs_source end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11836 11837 11838 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11836 def update!(**args) @gcs_source = args[:gcs_source] if args.key?(:gcs_source) end |