Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExportFlowResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExportFlowResponse

Returns a new instance of GoogleCloudDialogflowCxV3beta1ExportFlowResponse.



6827
6828
6829
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6827

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)


6820
6821
6822
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6820

def flow_content
  @flow_content
end

#flow_uriString

Corresponds to the JSON property flowUri

Returns:

  • (String)


6825
6826
6827
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6825

def flow_uri
  @flow_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6832
6833
6834
6835
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6832

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