Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExportFlowRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ExportFlowRequest

Returns a new instance of GoogleCloudDialogflowCxV3ExportFlowRequest.



2679
2680
2681
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2679

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#flow_uriString

Corresponds to the JSON property flowUri

Returns:

  • (String)


2671
2672
2673
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2671

def flow_uri
  @flow_uri
end

#include_referenced_flowsBoolean Also known as: include_referenced_flows?

Corresponds to the JSON property includeReferencedFlows

Returns:

  • (Boolean)


2676
2677
2678
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2676

def include_referenced_flows
  @include_referenced_flows
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2684
2685
2686
2687
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2684

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