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.
Note: The following fields are mutually exclusive: flow_content
, flow_uri
. If a field in that set is populated, all other fields in the set will automatically be cleared.
522 523 524 525 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 522 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.
Note: The following fields are mutually exclusive: flow_uri
, flow_content
. If a field in that set is populated, all other fields in the set will automatically be cleared.
522 523 524 525 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 522 class ExportFlowResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |