Class: Google::Cloud::Dialogflow::CX::V3::ExportFlowResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ExportFlowResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/flow.rb
Overview
The response message for Flows.ExportFlow.
Instance Attribute Summary collapse
-
#flow_content ⇒ ::String
Uncompressed raw byte content for flow.
-
#flow_uri ⇒ ::String
The URI to a file containing the exported flow.
Instance Attribute Details
#flow_content ⇒ ::String
Returns Uncompressed raw byte content for flow.
514 515 516 517 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 514 class ExportFlowResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#flow_uri ⇒ ::String
Returns The URI to a file containing the exported flow. This field is populated
only if flow_uri
is specified in
ExportFlowRequest.
514 515 516 517 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 514 class ExportFlowResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |