Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExportFlowRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExportFlowRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#flow_uri ⇒ String
Corresponds to the JSON property
flowUri. -
#include_referenced_flows ⇒ Boolean
(also: #include_referenced_flows?)
Corresponds to the JSON property
includeReferencedFlows.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExportFlowRequest
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ExportFlowRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExportFlowRequest
Returns a new instance of GoogleCloudDialogflowCxV3beta1ExportFlowRequest.
6801 6802 6803 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6801 def initialize(**args) update!(**args) end |
Instance Attribute Details
#flow_uri ⇒ String
Corresponds to the JSON property flowUri
6793 6794 6795 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6793 def flow_uri @flow_uri end |
#include_referenced_flows ⇒ Boolean Also known as: include_referenced_flows?
Corresponds to the JSON property includeReferencedFlows
6798 6799 6800 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6798 def include_referenced_flows @include_referenced_flows end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6806 6807 6808 6809 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6806 def update!(**args) @flow_uri = args[:flow_uri] if args.key?(:flow_uri) @include_referenced_flows = args[:include_referenced_flows] if args.key?(:include_referenced_flows) end |