Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ExportFlowResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ExportFlowResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#flow_content ⇒ String
Corresponds to the JSON property
flowContentNOTE: Values are automatically base64 encoded/decoded in the client library. -
#flow_uri ⇒ String
Corresponds to the JSON property
flowUri.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExportFlowResponse
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ExportFlowResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExportFlowResponse
Returns a new instance of GoogleCloudDialogflowCxV3beta1ExportFlowResponse.
10533 10534 10535 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10533 def initialize(**args) update!(**args) end |
Instance Attribute Details
#flow_content ⇒ String
Corresponds to the JSON property flowContent
NOTE: Values are automatically base64 encoded/decoded in the client library.
10526 10527 10528 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10526 def flow_content @flow_content end |
#flow_uri ⇒ String
Corresponds to the JSON property flowUri
10531 10532 10533 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10531 def flow_uri @flow_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10538 10539 10540 10541 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10538 def update!(**args) @flow_content = args[:flow_content] if args.key?(:flow_content) @flow_uri = args[:flow_uri] if args.key?(:flow_uri) end |