Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExportFlowResponse

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) ⇒ GoogleCloudDialogflowCxV3ExportFlowResponse

Returns a new instance of GoogleCloudDialogflowCxV3ExportFlowResponse.



2705
2706
2707
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2705

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

Instance Attribute Details

#flow_contentString

Corresponds to the JSON property flowContent NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


2698
2699
2700
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2698

def flow_content
  @flow_content
end

#flow_uriString

Corresponds to the JSON property flowUri

Returns:

  • (String)


2703
2704
2705
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2703

def flow_uri
  @flow_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2710
2711
2712
2713
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2710

def update!(**args)
  @flow_content = args[:flow_content] if args.key?(:flow_content)
  @flow_uri = args[:flow_uri] if args.key?(:flow_uri)
end