Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ExportFlowResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ExportFlowResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/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) ⇒ GoogleCloudDialogflowCxV3ExportFlowResponse
constructor
A new instance of GoogleCloudDialogflowCxV3ExportFlowResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ExportFlowResponse
Returns a new instance of GoogleCloudDialogflowCxV3ExportFlowResponse.
840 841 842 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 840 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.
833 834 835 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 833 def flow_content @flow_content end |
#flow_uri ⇒ String
Corresponds to the JSON property flowUri
838 839 840 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 838 def flow_uri @flow_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
845 846 847 848 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 845 def update!(**args) @flow_content = args[:flow_content] if args.key?(:flow_content) @flow_uri = args[:flow_uri] if args.key?(:flow_uri) end |